Class WorkList
Inherited Members
Namespace: SuperOffice.Diagnostics
Assembly: SoCore.dll
Syntax
public class WorkList
Constructors
WorkList()
Declaration
public WorkList()
Properties
ColumnNames
Declaration
public List<string> ColumnNames { get; set; }
Property Value
Type | Description |
---|---|
List<string> |
ColumnTypes
Declaration
public List<string> ColumnTypes { get; set; }
Property Value
Type | Description |
---|---|
List<string> |
ListName
Declaration
public string ListName { get; set; }
Property Value
Type | Description |
---|---|
string |
Rows
Declaration
public List<WorkRow> Rows { get; set; }
Property Value
Type | Description |
---|---|
List<WorkRow> |