Class CustomFieldValidation
Definition of a custom field validation for forms
Inheritance
System.Object
    CustomFieldValidation
  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 CustomFieldValidation
  Properties
Conditions
Declaration
public List<ValidationCondition> Conditions { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<ValidationCondition> | 
Description
Declaration
public string Description { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
FieldType
Declaration
public string FieldType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
FieldValidationID
Declaration
public string FieldValidationID { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Name
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |