C# Class PassFruit.Account

Inheritance: IAccount
ファイルを表示 Open project: bettiolo/PassFruit Class Usage Examples

Public Methods

Method 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

Method Description
Account ( IFieldTypes fieldTypes ) : System
Load ( AccountDto accountDto ) : void
SetClean ( ) : void
Update ( AccountDto accountDto ) : void

Method Details

AddTag() public method

public AddTag ( string tagKey ) : void
tagKey string
return void

DeleteTag() public method

public DeleteTag ( string tagKey ) : void
tagKey string
return void

Equals() public method

public Equals ( IAccount other ) : bool
other IAccount
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetAccountName() public method

public GetAccountName ( ) : string
return string

GetFieldsByKey() public method

public GetFieldsByKey ( FieldTypeKey fieldTypeKey ) : IField[]
fieldTypeKey FieldTypeKey
return IField[]

GetHashCode() public method

public GetHashCode ( ) : int
return int

SetField() public method

public SetField ( FieldTypeKey fieldTypeKey, object value ) : void
fieldTypeKey FieldTypeKey
value object
return void

ToString() public method

public ToString ( ) : string
return string