C# Class OpenSim.Data.Null.NullUserAccountData

Inheritance: IUserAccountData
ファイルを表示 Open project: N3X15/VoxelSim

Public Methods

Method Description
Delete ( string field, string val ) : bool
Get ( string fields, string values ) : OpenSim.Data.UserAccountData[]

Tries to implement the Get [] semantics, but it cuts corners like crazy. Specifically, it relies on the knowledge that the only Gets used are keyed on PrincipalID, Email, and FirstName+LastName.

GetUsers ( UUID scopeID, string query ) : OpenSim.Data.UserAccountData[]
NullUserAccountData ( string connectionString, string realm ) : System
Store ( OpenSim.Data.UserAccountData data ) : bool

Method Details

Delete() public method

public Delete ( string field, string val ) : bool
field string
val string
return bool

Get() public method

Tries to implement the Get [] semantics, but it cuts corners like crazy. Specifically, it relies on the knowledge that the only Gets used are keyed on PrincipalID, Email, and FirstName+LastName.
public Get ( string fields, string values ) : OpenSim.Data.UserAccountData[]
fields string
values string
return OpenSim.Data.UserAccountData[]

GetUsers() public method

public GetUsers ( UUID scopeID, string query ) : OpenSim.Data.UserAccountData[]
scopeID UUID
query string
return OpenSim.Data.UserAccountData[]

NullUserAccountData() public method

public NullUserAccountData ( string connectionString, string realm ) : System
connectionString string
realm string
return System

Store() public method

public Store ( OpenSim.Data.UserAccountData data ) : bool
data OpenSim.Data.UserAccountData
return bool