Class TrustStatus
Represents the status of a trust relationship for Online EFTPOS.
Inheritance
Implements
Inherited Members
Namespace: Yort.OnlineEftpos
Assembly: cs.temp.dll.dll
Syntax
public class TrustStatus : IEqualityComparer<TrustStatus>
Properties
Name | Description |
---|---|
Active | Returns a TrustStatus instance indicating that a trust relationship exists and is active. |
Cancelled | Returns a TrustStatus instance indicating that a trust relationship has been cancelled. |
Pending | Returns a TrustStatus instance indicating that a trust relationship has been requested but not yet approved. |
Methods
Name | Description |
---|---|
Equals(Object) | Compares two TrustStatus instances and returns true if they represent the same status. |
Equals(TrustStatus) | Compares two TrustStatus instances and returns true if they represent the same status. |
Equals(TrustStatus, TrustStatus) | Compares two TrustStatus instances and returns true if they represent the same status, or are both null. |
GetHashCode() | Returns the hashcode for this item. |
GetHashCode(TrustStatus) | Returns the hash code for the given TrustStatus instance. |
ToString() | Returns the name of the item, i.e Active, Cancelled etc. |
Operators
Name | Description |
---|---|
Implicit(String to TrustStatus) | Performs a case insensitive conversion of a string ('active' or 'cancelled') to either Active or Cancelled. |
Implicit(TrustStatus to String) | Converts a TrustStatus to it's name/string representation. |