Show / Hide Table of Contents

    Class FieldMask

    A text field mask.

    Inheritance
    System.Object
    FieldMask
    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 FieldMask

    Properties

    ErrorText

    Error message to display if the input does not match the mask definition.

    Declaration
    public string ErrorText { get; set; }
    Property Value
    Type Description
    System.String

    RegularExpression

    Regular expression for limiting the input options for the field.

    Declaration
    public string RegularExpression { get; set; }
    Property Value
    Type Description
    System.String

    SampleEditText

    Sample entry that matches the mask definition.

    Declaration
    public string SampleEditText { get; set; }
    Property Value
    Type Description
    System.String
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top