C# Class WhiteCore.Framework.Services.UserAccount

Inheritance: AllScopeIDImpl, BaseCacheAccount
显示文件 Open project: WhiteCoreSim/WhiteCore-Dev Class Usage Examples

Public Properties

Property Type Description
Created int
Email string
UserFlags int
UserLevel int

Public Methods

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

Method Details

FromOSD() public method

public FromOSD ( OSDMap map ) : void
map OSDMap
return void

ToOSD() public method

public ToOSD ( ) : OSDMap
return OSDMap

UserAccount() public method

public UserAccount ( ) : System.Collections.Generic
return System.Collections.Generic

UserAccount() public method

public UserAccount ( UUID principalID ) : System.Collections.Generic
principalID UUID
return System.Collections.Generic

UserAccount() public method

public UserAccount ( UUID scopeID, UUID principalID, string name, string email ) : System.Collections.Generic
scopeID UUID
principalID UUID
name string
email string
return System.Collections.Generic

UserAccount() public method

public UserAccount ( UUID scopeID, string name, string email ) : System.Collections.Generic
scopeID UUID
name string
email string
return System.Collections.Generic

Property Details

Created public_oe property

public int Created
return int

Email public_oe property

public string Email
return string

UserFlags public_oe property

public int UserFlags
return int

UserLevel public_oe property

public int UserLevel
return int