Click or drag to resize
ResultT Properties

The ResultT generic type exposes the following members.

Properties
  NameDescription
Public propertyData
Gets or sets the data.
Public propertyError
Gets or sets the error.
(Inherited from Result.)
Public propertyErrorDescription
Gets or sets the error description.
(Inherited from Result.)
Public propertyErrors
Gets or sets the errors.
(Inherited from Result.)
Public propertyException
Gets or sets the error exception. When an exception is caught in this library it will be placed in here so you can inspect it more if you want to.
(Inherited from Result.)
Public propertyInfo
Redirect info in the json to the Massage property
(Inherited from Result.)
Public propertyMessage
Gets or sets the message.
(Inherited from Result.)
Public propertyStatus
Redirect status in the json to the Massage property
(Inherited from Result.)
Public propertySuccess
Gets or sets a value indicating whether this Result is success.
(Inherited from Result.)
Top
See Also