ResultT Class |
[Missing <summary> documentation for "T:Particle.Result`1"]
Namespace: Particle
The ResultT type exposes the following members.
Name | Description | |
---|---|---|
![]() | ResultT |
Initializes a new instance of the ResultT class.
|
![]() | ResultT(Boolean) |
Initializes a new instance of the ResultT class.
|
![]() | ResultT(Boolean, T) |
Initializes a new instance of the ResultT class.
|
Name | Description | |
---|---|---|
![]() | Data |
Gets or sets the data.
|
![]() | Error |
Gets or sets the error.
(Inherited from Result.) |
![]() | ErrorDescription |
Gets or sets the error description.
(Inherited from Result.) |
![]() | Errors |
Gets or sets the errors.
(Inherited from Result.) |
![]() | Exception |
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.) |
![]() | Info |
Redirect info in the json to the Massage property (Inherited from Result.) |
![]() | Message |
Gets or sets the message.
(Inherited from Result.) |
![]() | Status |
Redirect status in the json to the Massage property (Inherited from Result.) |
![]() | Success |
Gets or sets a value indicating whether this Result is success.
(Inherited from Result.) |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |