Class Column
Inheritance
System.Object
Column
Assembly: DocuWare.Platform.ServerClient.dll
public class Column : object
Properties
Declaration
public int AdditionalParameter { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string ColumnType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string DisplayLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PropertyName { get; set; }
Property Value
Type |
Description |
System.String |
|