C# Class Config.Model.Account

Inheritance: Base
ファイルを表示 Open project: TargetProcess/DevOpsTask Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Account ( string id, string name ) : Newtonsoft.Json
Equals ( Account other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

Account() public method

public Account ( string id, string name ) : Newtonsoft.Json
id string
name string
return Newtonsoft.Json

Equals() public method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int