API Help
Eplan.EplApi.EServices.Ged Namespace / InteractionAttribute Class
Members

In This Topic
    InteractionAttribute Class
    In This Topic
    TODO
    Inheritance Hierarchy

    System.Object
       System.Attribute
          Eplan.EplApi.EServices.Ged.InteractionAttribute

    Syntax
    [AttributeUsage(ValidOn=AttributeTargets.Class, 
       AllowMultiple=false, 
       Inherited=true)]
    public class InteractionAttribute : System.Attribute 
    [AttributeUsage(ValidOn=AttributeTargets.Class, 
       AllowMultiple=false, 
       Inherited=true)]
    public ref class InteractionAttribute : public System.Attribute 
    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Public Properties
     NameDescription
    Public PropertyName under interaction will be registered.  
    Public PropertyName of interaction which will be override.  
    Public PropertyOverload level of interaction.  
    Public PropertyPriority of interaction.  
    Public Property (Inherited from System.Attribute)
    Top
    Public Methods
     NameDescription
    Public MethodDestructor for deterministic finalization of InteractionAttribute object.  
    Public Method (Inherited from System.Attribute)
    Public Method (Inherited from System.Attribute)
    Public Method (Inherited from System.Attribute)
    Public Method (Inherited from System.Attribute)
    Top
    See Also