Click or drag to resize

Result Class

Used to return status information from method calls for a variety of routines.
Inheritance Hierarchy
SystemObject
  SeniorSystemsWS.EntityResult

Namespace:  SeniorSystemsWS.Entity
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public class Result

The Result type exposes the following members.

Properties
  NameDescription
Public propertyErrorCode
Gets or sets the error code.
Public propertyIsSuccess
Gets or sets a value indicating whether this method call was successful.
Public propertyMessage
Gets or sets the additional message text for the error.
Top
See Also