Class AdminResponse
The AdminResponse class encapsulates the result of an administrative request
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Westpay.Epas
Assembly: EpasClientLibrary.dll
Syntax
public class AdminResponse : SimpleResponse
Fields
View SourceSuccessful
If set to true then the If this is true, then the administrative request was successful. Otherwise, the ErrorCondition, and AdditionalInformation properties will contain more details.
Declaration
public bool Successful
Field Value
Type | Description |
---|---|
System.Boolean |
Methods
View SourceToString()
String representation for debugging
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | Summary of the response |