C# Class DXVcs2Git.Core.User

Datei anzeigen Open project: Xarlot/DXVcs2Git Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Equals ( User other ) : bool

Method Details

Equals() protected method

protected Equals ( User other ) : bool
other User
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

User() public method

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