C# Class PassFruit.Account

Inheritance: IAccount
Afficher le fichier Open project: bettiolo/PassFruit Class Usage Examples

Méthodes publiques

Méthode Description
AddTag ( string tagKey ) : void
DeleteTag ( string tagKey ) : void
Equals ( IAccount other ) : bool
Equals ( object obj ) : bool
GetAccountName ( ) : string
GetFieldsByKey ( FieldTypeKey fieldTypeKey ) : IField[]
GetHashCode ( ) : int
SetField ( FieldTypeKey fieldTypeKey, object value ) : void
ToString ( ) : string

Private Methods

Méthode Description
Account ( IFieldTypes fieldTypes ) : System
Load ( AccountDto accountDto ) : void
SetClean ( ) : void
Update ( AccountDto accountDto ) : void

Method Details

AddTag() public méthode

public AddTag ( string tagKey ) : void
tagKey string
Résultat void

DeleteTag() public méthode

public DeleteTag ( string tagKey ) : void
tagKey string
Résultat void

Equals() public méthode

public Equals ( IAccount other ) : bool
other IAccount
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetAccountName() public méthode

public GetAccountName ( ) : string
Résultat string

GetFieldsByKey() public méthode

public GetFieldsByKey ( FieldTypeKey fieldTypeKey ) : IField[]
fieldTypeKey FieldTypeKey
Résultat IField[]

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

SetField() public méthode

public SetField ( FieldTypeKey fieldTypeKey, object value ) : void
fieldTypeKey FieldTypeKey
value object
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string