Skip to main content

Introducing Formengine - The New Formbuilder, try for FREE formengine.io.

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

Syntax
public class DesignerResponse

Constructors

DesignerResponse(object, bool)

Declaration
public DesignerResponse(object result, bool hasError = false)
Parameters
TypeNameDescription
objectresult
boolhasError

Properties

Result

Result of action.

Declaration
public object Result { get; }
Property value
TypeDescription
object

HasError

Has errors.

Declaration
public bool HasError { get; }
Property value
TypeDescription
bool

Extension Methods