C# 클래스 Ctf.ApplicationTools.DataObjects.User

파일 보기 프로젝트 열기: blstream/Patronage2013-CaptureTheFlag 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
HasNullOrEmpty ( ) : bool

Determines whether [has null or empty].

ToString ( ) : string

Returns a System.String that represents this instance.

User ( ) : System

Initializes a new instance of the User class.

User ( string username, string access_token, string token_type, string scope ) : System

Initializes a new instance of the User class.

메소드 상세

HasNullOrEmpty() 공개 메소드

Determines whether [has null or empty].
public HasNullOrEmpty ( ) : bool
리턴 bool

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string

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 username, string access_token, string token_type, string scope ) : System
username string The username.
access_token string The access_token.
token_type string The token_type.
scope string The scope.
리턴 System