Click or drag to resize
StampFormField Class
A form field for variable text to a text stamp.
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientStampFormField

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
[SerializableAttribute]
[XmlRootAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform", 
	IsNullable = true)]
[XmlTypeAttribute(Namespace = "http://dev.docuware.com/schema/public/services/platform")]
public class StampFormField : IRelationsWithProxy, 
	IRelations

The StampFormField type exposes the following members.

Constructors
  NameDescription
Public methodStampFormField
Creates a new instance of this class
Top
Methods
  NameDescription
Public methodGetSelectListResultFromSelectListValuesRelation
Calls the HTTP Get method on the link for the relation “selectListValues”.
Public methodGetSelectListResultFromSelectListValuesRelationAsync
Calls the HTTP Get method on the link for the relation “selectListValues” asynchronously.
Public methodGetSelectListResultFromSimpleSelectListRelation
Calls the HTTP Get method on the link for the relation “simpleSelectList”.
Public methodGetSelectListResultFromSimpleSelectListRelationAsync
Calls the HTTP Get method on the link for the relation “simpleSelectList” asynchronously.
Public methodPostToSelectListValuesRelationForSelectListResult
Calls the HTTP Post method on the link for the relation “selectListValues”.
Public methodPostToSelectListValuesRelationForSelectListResultAsync
Calls the HTTP Post method on the link for the relation “selectListValues” asynchronously.
Public methodPostToSimpleSelectListRelationForSelectListResult
Calls the HTTP Post method on the link for the relation “simpleSelectList”.
Public methodPostToSimpleSelectListRelationForSelectListResultAsync
Calls the HTTP Post method on the link for the relation “simpleSelectList” asynchronously.
Top
Extension Methods
  NameDescription
Public Extension MethodDeleteTResponse(String, String)Overloaded.
Sends a HTTP DELETE message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodDeleteTResponse(HttpClient, String, String)Overloaded.
Sends a HTTP DELETE message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodGetTResponse(String, String)Overloaded.
Sends a HTTP GET message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodGetTResponse(HttpClient, String, String)Overloaded.
Sends a HTTP GET message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodGetBaseUri
Gets the base URI of the specified relations instance.
(Defined by RelationsWithProxyExtensions.)
Public Extension MethodGetLink
Gets the link by its name.
(Defined by RelationExtension.)
Public Extension MethodGetRelationUri
Gets the URI of the relation specified by the name.
(Defined by RelationExtension.)
Public Extension MethodGetRelationUriOrThrow
Gets the URI of the relation specified by the name.
(Defined by RelationExtension.)
Public Extension MethodHasRelationUri
Determines whether the specified link exists.
(Defined by RelationExtension.)
Public Extension MethodSendTResponse(HttpMethod, String, String)Overloaded.
Sends a message to the specified proxy.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse(String, HttpMethod, HttpContent, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse(HttpMethod, HttpClient, String, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse, TRequest(String, HttpMethod, String, TRequest, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse, TRequest(HttpClient, String, HttpMethod, String, TRequest, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Top
Properties
  NameDescription
Public propertyDWFieldType
The DocuWare type of the field.
Public propertyLabel
The label used to represent the form field when the stamp is set on the client.
Public propertyLength
Lenght of the form field
Public propertyLinks
Public propertyMask
Mask(regular expression) for limiting the input options for the form field.
Public propertyMaskErrorText
Error message to display if the input does not match the mask definition.
Public propertyName
Name of the form field
Public propertyPrecision
Gets the number of digits after the decimal point in case of a numeric field.
Public propertySampleEditText
Sample entry that matches the mask definition.
Public propertySelectListValuesRelationLink
Gets the Uri of the link for the relation “selectListValues”.
Public propertySimpleSelectListRelationLink
Gets the Uri of the link for the relation “simpleSelectList”.
Top
Explicit Interface Implementations
Remarks