C# Class RusticiSoftware.TinCanAPILibrary.Model.AgentAccount

An agent account to verify the uniqueness of the agent
Inheritance: IValidatable
Datei anzeigen Open project: RusticiSoftware/TinCanAPILibraryCSharp Class Usage Examples

Public Methods

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.

Method Details

AgentAccount() public method

Creates a new agent account with no set values
public AgentAccount ( ) : System
return System

AgentAccount() public method

Creates a new agent account
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

GetHashCode() public method

Generates a hashcode representation of the object
public GetHashCode ( ) : int
return int

Validate() public method

Validates the object.
public Validate ( bool earlyReturnOnFailure ) : IEnumerable
earlyReturnOnFailure bool
return IEnumerable