C# Class VSSonarPlugins.Types.User

Afficher le fichier Open project: TrimbleSolutionsCorporation/VSSonarQubeExtension

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the User class.
public User ( ) : System
Résultat System

User() public méthode

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. ///
Résultat System