C# Класс WhiteCore.Framework.Services.UserAccount

Наследование: AllScopeIDImpl, BaseCacheAccount
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Created int
Email string
UserFlags int
UserLevel int

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

Метод Описание
FromOSD ( OSDMap map ) : void
ToOSD ( ) : OSDMap
UserAccount ( ) : System.Collections.Generic
UserAccount ( UUID principalID ) : System.Collections.Generic
UserAccount ( UUID scopeID, UUID principalID, string name, string email ) : System.Collections.Generic
UserAccount ( UUID scopeID, string name, string email ) : System.Collections.Generic

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

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

public FromOSD ( OSDMap map ) : void
map OSDMap
Результат void

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

public ToOSD ( ) : OSDMap
Результат OSDMap

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

public UserAccount ( ) : System.Collections.Generic
Результат System.Collections.Generic

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

public UserAccount ( UUID principalID ) : System.Collections.Generic
principalID UUID
Результат System.Collections.Generic

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

public UserAccount ( UUID scopeID, UUID principalID, string name, string email ) : System.Collections.Generic
scopeID UUID
principalID UUID
name string
email string
Результат System.Collections.Generic

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

public UserAccount ( UUID scopeID, string name, string email ) : System.Collections.Generic
scopeID UUID
name string
email string
Результат System.Collections.Generic

Описание свойств

Created публичное свойство

public int Created
Результат int

Email публичное свойство

public string Email
Результат string

UserFlags публичное свойство

public int UserFlags
Результат int

UserLevel публичное свойство

public int UserLevel
Результат int