C# 클래스 OpenSim.Data.Null.NullUserAccountData

상속: IUserAccountData
파일 보기 프로젝트 열기: N3X15/VoxelSim

공개 메소드들

메소드 설명
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

메소드 상세

Delete() 공개 메소드

public Delete ( string field, string val ) : bool
field string
val string
리턴 bool

Get() 공개 메소드

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
리턴 OpenSim.Data.UserAccountData[]

GetUsers() 공개 메소드

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

NullUserAccountData() 공개 메소드

public NullUserAccountData ( string connectionString, string realm ) : System
connectionString string
realm string
리턴 System

Store() 공개 메소드

public Store ( OpenSim.Data.UserAccountData data ) : bool
data OpenSim.Data.UserAccountData
리턴 bool