adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ObjectLinkType Enumeration


In This Topic
    ObjectLinkType Enumeration
    In This Topic
    Indicates the type of link for a ObjectLinkInfo.
    Syntax
    'Declaration
     
    
    Public Enum ObjectLinkType 
       Inherits System.Enum
    public enum ObjectLinkType : System.Enum 
    public enum class ObjectLinkType : public System.Enum 
    Members
    MemberValueDescription
    Condition1 ObjectA has a JobCondition on ObjectB.
    Response2 ObjectA has a JobControlAction that runs ObjectB.
    Trigger3 ObjectA has a JobTrigger based on ObjectB.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.ObjectLinkType

    See Also