Click or drag to resize
WebFormControl Class
Base class for web form fields
Inheritance Hierarchy

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.9
Syntax
C#
[XmlIncludeAttribute(typeof(WebFormField))]
[XmlIncludeAttribute(typeof(RadioGroup))]
[XmlIncludeAttribute(typeof(DateField))]
[XmlIncludeAttribute(typeof(TextField))]
[XmlIncludeAttribute(typeof(NumberField))]
[XmlIncludeAttribute(typeof(MultiLineTextField))]
[XmlIncludeAttribute(typeof(CheckGroup))]
[XmlIncludeAttribute(typeof(Headline))]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
[XmlIncludeAttribute(typeof(DropDownList))]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
[XmlIncludeAttribute(typeof(FixedText))]
[XmlIncludeAttribute(typeof(AttachFileField))]
[XmlIncludeAttribute(typeof(SignatureField))]
public abstract class WebFormControl

The WebFormControl type exposes the following members.

Constructors
  NameDescription
Protected methodWebFormControl
Initializes a new instance of the WebFormControl class
Top
Properties
  NameDescription
Public propertyID
Public propertyLabel
Top
Remarks