Method | Description | |
---|---|---|
AgentAccount ( ) : System |
Creates a new agent account with no set values
|
|
AgentAccount ( string homepage, string id ) : System |
Creates a new agent account
|
|
GetHashCode ( ) : int |
Generates a hashcode representation of the object
|
|
Validate ( bool earlyReturnOnFailure ) : IEnumerable |
Validates the object.
|
public AgentAccount ( string homepage, string id ) : System | ||
homepage | string | Agent account home page |
id | string | Agent acount ID used to log into the page |
return | System |
public Validate ( bool earlyReturnOnFailure ) : IEnumerable |
||
earlyReturnOnFailure | bool | |
return | IEnumerable |