Class ListsHelper.ListTableInfo
Inherited Members
Namespace: SuperOffice.CRM
Assembly: SoDataBase.dll
Syntax
public class ListsHelper.ListTableInfo
Constructors
ListTableInfo(TableInfo, int)
Declaration
public ListTableInfo(TableInfo tableInfo, int listTableId)
Parameters
Type | Name | Description |
---|---|---|
TableInfo | tableInfo | |
int | listTableId |
Properties
ListTableId
Declaration
public int ListTableId { get; set; }
Property Value
Type | Description |
---|---|
int |
TableInfo
Declaration
public TableInfo TableInfo { get; set; }
Property Value
Type | Description |
---|---|
TableInfo |