C# Class RusticiSoftware.TinCanAPILibrary.Model.AgentAccount

An agent account to verify the uniqueness of the agent
Inheritance: IValidatable
Afficher le fichier Open project: RusticiSoftware/TinCanAPILibraryCSharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Creates a new agent account with no set values
public AgentAccount ( ) : System
Résultat System

AgentAccount() public méthode

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
Résultat System

GetHashCode() public méthode

Generates a hashcode representation of the object
public GetHashCode ( ) : int
Résultat int

Validate() public méthode

Validates the object.
public Validate ( bool earlyReturnOnFailure ) : IEnumerable
earlyReturnOnFailure bool
Résultat IEnumerable