API Help
Eplan.EplApi.Starter Namespace / EplanSignedAssemblyAttribute Class
Members

In This Topic
    EplanSignedAssemblyAttribute Class
    In This Topic
    EplanAssemblyAttribute is the attribute to identify an assembly used for eplan. This Attribute is required when an assembly uses an own licence.
    Inheritance Hierarchy

    System.Object
       System.Attribute
          Eplan.EplApi.Starter.EplanSignedAssemblyAttribute

    Syntax
    [AttributeUsage(ValidOn=AttributeTargets.Assembly, 
       AllowMultiple=false, 
       Inherited=true)]
    public class EplanSignedAssemblyAttribute : System.Attribute 
    [AttributeUsage(ValidOn=AttributeTargets.Assembly, 
       AllowMultiple=false, 
       Inherited=true)]
    public ref class EplanSignedAssemblyAttribute : public System.Attribute 
    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyTells this assembly is an eplan assembly. The licence of this assembly is checked.  
    Public Property (Inherited from System.Attribute)
    Top
    Public Methods
     NameDescription
    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