Show / Hide Table of Contents

Enum ResponseState

State enum for a response, describes the possible states from totally Ok to Error that an action can return

Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public enum ResponseState

Fields

Name Description
Error

3: The operation did not complete. The user should be told of the error

Ok

0: The operation completed normally - nothing to see here

OkWithInfo

1: The operation completed, but there is some information that should be shown or logged

Warning

2: The operation completed, possibly in a degraded fashion. The user should be warned

Extension Methods

EnumUtil.MapEnums<SuperOffice.CRM.ResponseState, To>()
ObjectExtensions.AssignByReflection<ResponseState>(ResponseState)
ObjectExtensions.GraphCopy<ResponseState>()
Converters.MapEnums<ResponseState, To>()
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top