C# Class QSCustomFields.CFMain

Show file Open project: QualitySolution/QSProjects Class Usage Examples

Public Properties

Property Type Description
FieldsInfoTable string
Tables List

Public Methods

Method Description
GetTableByName ( string name ) : CFTable
LoadTablesFields ( ) : void

Method Details

GetTableByName() public static method

public static GetTableByName ( string name ) : CFTable
name string
return CFTable

LoadTablesFields() public static method

public static LoadTablesFields ( ) : void
return void

Property Details

FieldsInfoTable public static property

public static string FieldsInfoTable
return string

Tables public static property

public static List Tables
return List