C# Class Ctf.ApplicationTools.DataObjects.User

Datei anzeigen Open project: blstream/Patronage2013-CaptureTheFlag Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

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

ToString() public method

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

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 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.
return System