C# 클래스 VSSonarPlugins.Types.User

파일 보기 프로젝트 열기: TrimbleSolutionsCorporation/VSSonarQubeExtension

공개 메소드들

메소드 설명
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.

메소드 상세

User() 공개 메소드

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

User() 공개 메소드

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. ///
리턴 System