Class CommonFormField
Inheritance
System.Object
    
    CommonFormField
      
      
      
      
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class CommonFormField : BaseForm
  Properties
Description
Description of the field.
Declaration
public string Description { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
HasSelectList
Determines whether the field value can be selected from a select list.
Declaration
public bool HasSelectList { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsHiddenInStamp
Determines whether the field can be showned in stamps.
Declaration
public bool IsHiddenInStamp { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsReadOnly
Determines whether the field is read only.
Declaration
public bool IsReadOnly { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsSelectListOnly
If this flag is true, no one can allocate a new entry for this field when confirming a task, unless this is contained in a selection list or empty.
Declaration
public bool IsSelectListOnly { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Mandatory
Determines whether the field can be empty.
Declaration
public bool Mandatory { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
PrefillValue
Default value of the form field.
Declaration
public WFFormFieldValue PrefillValue { get; set; }
  Property Value
| Type | Description | 
|---|---|
| WFFormFieldValue | 
SelectListColumn
Identifier of the select list column that will be used to populate the form field.
Declaration
public string SelectListColumn { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
SelectListFilters
Multi column condition used to filter the select list
Declaration
public List<SelectListFilter> SelectListFilters { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<SelectListFilter> | 
SelectListGuid
Identifier of the select list.
Declaration
public string SelectListGuid { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |