Class FieldEntryMask
Inheritance
System.Object
FieldEntryMask
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class FieldEntryMask : object
Properties
ErrorText
Declaration
public string ErrorText { get; set; }
Property Value
Type |
Description |
System.String |
|
FieldMaskGuid
Declaration
public string FieldMaskGuid { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
RegularExpression
Declaration
public string RegularExpression { get; set; }
Property Value
Type |
Description |
System.String |
|
SampleEditText
Declaration
public string SampleEditText { get; set; }
Property Value
Type |
Description |
System.String |
|