C# Class DXVcs2Git.Core.User

Afficher le fichier Open project: Xarlot/DXVcs2Git Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
User ( string userName, string email, string displayName, bool registered = false )

Méthodes protégées

Méthode Description
Equals ( User other ) : bool

Method Details

Equals() protected méthode

protected Equals ( User other ) : bool
other User
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

ToString() public méthode

public ToString ( ) : string
Résultat string

User() public méthode

public User ( string userName, string email, string displayName, bool registered = false )
userName string
email string
displayName string
registered bool