C# Класс RusticiSoftware.TinCanAPILibrary.Model.AgentAccount

An agent account to verify the uniqueness of the agent
Наследование: IValidatable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

AgentAccount() публичный Метод

Creates a new agent account with no set values
public AgentAccount ( ) : System
Результат System

AgentAccount() публичный Метод

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
Результат System

GetHashCode() публичный Метод

Generates a hashcode representation of the object
public GetHashCode ( ) : int
Результат int

Validate() публичный Метод

Validates the object.
public Validate ( bool earlyReturnOnFailure ) : IEnumerable
earlyReturnOnFailure bool
Результат IEnumerable