Skip to main content

Class OperationResult

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for OperationResult. Operation result

Inheritance

objectOperationResult

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

OperationResult()

Default constructor - defaults any enum props to 0.

Properties

Message

Success/Error message. This can be a symbol ([SR_xxxx])

Property Value

string

Success

Indicates if the operation was successful.

Property Value

bool