C# Class TrakHound.Tables.Variables

Functions for the "Variables" table used for simple storage of variables
Exibir arquivo Open project: TrakHound/TrakHound-Community

Public Properties

Property Type Description
Data List

Public Methods

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

public static CreateTable ( DataManagement config, string tablePrefix = "" ) : void
config DataManagement
tablePrefix string
return void

CreateTable() public static method

public static CreateTable ( string tablePrefix = "" ) : void
tablePrefix string
return void

Get() public static method

public static Get ( DataManagement config, string variableName, string tablePrefix = "" ) : VariableData
config DataManagement
variableName string
tablePrefix string
return VariableData

Get() public static method

public static Get ( string variableName, string tablePrefix = "" ) : VariableData
variableName string
tablePrefix string
return VariableData

Update() public static method

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

Update() public static method

public static Update ( VariableData info, string tablePrefix = "" ) : void
info VariableData
tablePrefix string
return void

Property Details

Data public_oe static_oe property

public static List Data
return List