C# Класс hds.databases.MyMarginDBAccess

Наследование: IMarginDBHandler
Показать файл Открыть проект

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

Метод Описание
MyMarginDBAccess ( ) : System
addAbility ( Int32 abilityID, UInt16 slotID, UInt32 charID, UInt16 level, UInt16 is_loaded ) : void
createNewCharacter ( string handle, UInt32 userid, UInt32 worldId ) : UInt32
deleteCharacter ( System.UInt64 charId ) : void
getCharInfo ( int charId ) : Hashtable
getNewCharnameID ( string handle, UInt32 userId ) : UInt32
loadAbilities ( int charId ) : List
loadAllHardlines ( ) : string
loadInventory ( int charId ) : List
updateCharacter ( string firstName, string lastName, string background, UInt32 charID ) : void
updateRSIValue ( string field, string value, UInt32 charID ) : void

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

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

public MyMarginDBAccess ( ) : System
Результат System

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

public addAbility ( Int32 abilityID, UInt16 slotID, UInt32 charID, UInt16 level, UInt16 is_loaded ) : void
abilityID System.Int32
slotID System.UInt16
charID System.UInt32
level System.UInt16
is_loaded System.UInt16
Результат void

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

public createNewCharacter ( string handle, UInt32 userid, UInt32 worldId ) : UInt32
handle string
userid System.UInt32
worldId System.UInt32
Результат System.UInt32

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

public deleteCharacter ( System.UInt64 charId ) : void
charId System.UInt64
Результат void

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

public getCharInfo ( int charId ) : Hashtable
charId int
Результат System.Collections.Hashtable

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

public getNewCharnameID ( string handle, UInt32 userId ) : UInt32
handle string
userId System.UInt32
Результат System.UInt32

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

public loadAbilities ( int charId ) : List
charId int
Результат List

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

public loadAllHardlines ( ) : string
Результат string

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

public loadInventory ( int charId ) : List
charId int
Результат List

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

public updateCharacter ( string firstName, string lastName, string background, UInt32 charID ) : void
firstName string
lastName string
background string
charID System.UInt32
Результат void

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

public updateRSIValue ( string field, string value, UInt32 charID ) : void
field string
value string
charID System.UInt32
Результат void