Show / Hide Table of Contents

    Class Behavior

    Definition of a behavior for forms

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

    Properties

    BehaviorID

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

    Conditions

    Declaration
    public List<BehaviorCondition> Conditions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<BehaviorCondition>

    Description

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

    FailActions

    Declaration
    public List<BehaviorAction> FailActions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<BehaviorAction>

    Name

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

    PassActions

    Declaration
    public List<BehaviorAction> PassActions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<BehaviorAction>
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top