C# Class Ctf.ApplicationTools.DataObjects.User

Afficher le fichier Open project: blstream/Patronage2013-CaptureTheFlag Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Method Details

HasNullOrEmpty() public méthode

Determines whether [has null or empty].
public HasNullOrEmpty ( ) : bool
Résultat bool

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string

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