C# Class Config.Model.Account

Inheritance: Base
Afficher le fichier Open project: TargetProcess/DevOpsTask Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

Account() public méthode

public Account ( string id, string name ) : Newtonsoft.Json
id string
name string
Résultat Newtonsoft.Json

Equals() public méthode

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

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int