C# Класс Ctf.ApplicationTools.DataObjects.User

Показать файл Открыть проект Примеры использования класса

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