Class BaseForm
A base form.
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 BaseForm
Properties
FormFieldType
Type of the form field.
Declaration
public FormTypeEnum FormFieldType { get; set; }
Property Value
Type | Description |
---|---|
FormTypeEnum |
Id
Identifier of the form field.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Label
Label of the form field.
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |