C# Class VSSonarPlugins.Types.User

Show file Open project: TrimbleSolutionsCorporation/VSSonarQubeExtension

Public Methods

Method Description
User ( ) : System

Initializes a new instance of the User class.

User ( string login, string name, bool active, string email ) : System

Initializes a new instance of the User class.

Method Details

User() public method

Initializes a new instance of the User class.
public User ( ) : System
return System

User() public method

Initializes a new instance of the User class.
public User ( string login, string name, bool active, string email ) : System
login string /// The login. ///
name string /// The name. ///
active bool /// The active. ///
email string /// The email. ///
return System