C# Class TrakHound.Tables.Variables

Functions for the "Variables" table used for simple storage of variables
Afficher le fichier Open project: TrakHound/TrakHound-Community

Méthodes publiques

Свойство Type Description
Data List

Méthodes publiques

Méthode Description
CreateTable ( DataManagement config, string tablePrefix = "" ) : void
CreateTable ( string tablePrefix = "" ) : void
Get ( DataManagement config, string variableName, string tablePrefix = "" ) : VariableData
Get ( string variableName, string tablePrefix = "" ) : VariableData
Update ( DataManagement config, VariableData infos, string tablePrefix = "" ) : void
Update ( VariableData info, string tablePrefix = "" ) : void

Method Details

CreateTable() public static méthode

public static CreateTable ( DataManagement config, string tablePrefix = "" ) : void
config DataManagement
tablePrefix string
Résultat void

CreateTable() public static méthode

public static CreateTable ( string tablePrefix = "" ) : void
tablePrefix string
Résultat void

Get() public static méthode

public static Get ( DataManagement config, string variableName, string tablePrefix = "" ) : VariableData
config DataManagement
variableName string
tablePrefix string
Résultat VariableData

Get() public static méthode

public static Get ( string variableName, string tablePrefix = "" ) : VariableData
variableName string
tablePrefix string
Résultat VariableData

Update() public static méthode

public static Update ( DataManagement config, VariableData infos, string tablePrefix = "" ) : void
config DataManagement
infos VariableData
tablePrefix string
Résultat void

Update() public static méthode

public static Update ( VariableData info, string tablePrefix = "" ) : void
info VariableData
tablePrefix string
Résultat void

Property Details

Data public_oe static_oe property

public static List Data
Résultat List