Class DesignerResponse
Designer response.
Inheritance
↳ object
↳ DesignerResponse
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.Designer
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic class DesignerResponse
Constructors
DesignerResponse(object, bool)
Declarationpublic DesignerResponse(object result, bool hasError = false)
Type | Name | Description |
---|---|---|
object | result | |
bool | hasError |
Properties
Result
Result of action.
Declarationpublic object Result { get; }
Type | Description |
---|---|
object |
HasError
Has errors.
Declarationpublic bool HasError { get; }
Type | Description |
---|---|
bool |