Represents the log-in information for a cloud environment. More...
Public Member Functions | |
CloudAccount (string user, string password) | |
Creates a new cloud account object. More... | |
override int | GetHashCode () |
Returns the hash code of the receiver. More... | |
override bool | Equals (object obj) |
Compares the receiver to the given object. More... | |
bool | Equals (CloudAccount other) |
Compares the receiver to the given object. More... | |
Static Public Member Functions | |
static bool | operator== (CloudAccount lhs, CloudAccount rhs) |
Returns true if both account objects represent the same cloud accounts. More... | |
static bool | operator!= (CloudAccount lhs, CloudAccount rhs) |
Returns true if both account objects represent different cloud accounts. More... | |
Properties | |
string | Identifier [get, set] |
The account identifier (name). More... | |
string | Password [get, set] |
The password. More... | |
string | Directory = "" [get, set] |
The user directory in the account. More... | |
string | ClientId = "" [get, set] |
The client ID. More... | |
string | ClientType = "" [get, set] |
The client type. More... | |
string | FeedId = "" [get, set] |
The unique feed id. More... | |
Represents the log-in information for a cloud environment.
RealNetworks.ArgusKit.CloudAccount.CloudAccount | ( | string | user, |
string | password | ||
) |
Creates a new cloud account object.
user | the cloud account name |
password | the cloud account password |
bool RealNetworks.ArgusKit.CloudAccount.Equals | ( | CloudAccount | other | ) |
Compares the receiver to the given object.
other | the other object |
override bool RealNetworks.ArgusKit.CloudAccount.Equals | ( | object | obj | ) |
Compares the receiver to the given object.
obj | the other object |
override int RealNetworks.ArgusKit.CloudAccount.GetHashCode | ( | ) |
Returns the hash code of the receiver.
|
static |
Returns true if both account objects represent different cloud accounts.
lhs | one account |
rhs | the other account |
|
static |
Returns true if both account objects represent the same cloud accounts.
lhs | one account |
rhs | the other account |
|
getset |
The client ID.
|
getset |
The client type.
|
getset |
The user directory in the account.
|
getset |
The unique feed id.
|
getset |
The account identifier (name).
|
getset |
The password.