C# Класс EAAddinFramework.Utils.User

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

Открытые методы

Метод Описание
User ( Model model, string login, string firstName, string lastName )

creates a new user based on the given details

Описание методов

User() публичный Метод

creates a new user based on the given details
public User ( Model model, string login, string firstName, string lastName )
model Model the model containing the user
login string the string used to log in into the tool
firstName string the first name of the user
lastName string the last name of the user