ExtensionTypeAttribute Class

Specifies the default Type of a TwinCAT HMI server extension. This class cannot be inherited.

Inheritance Hierarchy

System.Object
  System.Attribute
    TcHmiSrv.Management.ExtensionTypeAttribute
Namespace:  TcHmiSrv.Management
Assembly:  TcHmiSrvExtNet.Management (in TcHmiSrvExtNet.Management.dll) Version: 2.0.0.0

Syntax

C#

public sealed class ExtensionTypeAttribute : Attribute

The ExtensionTypeAttribute type exposes the following members.

Constructors

 

Name

Description

ExtensionTypeAttribute Class 1:

ExtensionTypeAttribute

Initializes a new instance of the ExtensionTypeAttribute class with the specified Type.

Properties

 

Name

Description

ExtensionTypeAttribute Class 2:

Type

Gets the default Type of the TwinCAT HMI server extension.

ExtensionTypeAttribute Class 3:

TypeId

When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.)

Methods

 

Name

Description

ExtensionTypeAttribute Class 4:

Equals

Returns a value that indicates whether this instance is equal to a specified object. (Inherited from Attribute.)

ExtensionTypeAttribute Class 5:

GetHashCode

Returns the hash code for this instance. (Inherited from Attribute.)

ExtensionTypeAttribute Class 6:

GetType

Gets the Type of the current instance. (Inherited from Object.)

ExtensionTypeAttribute Class 7:

IsDefaultAttribute

When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (Inherited from Attribute.)

ExtensionTypeAttribute Class 8:

Match

When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Inherited from Attribute.)

ExtensionTypeAttribute Class 9:

ToString

Returns a string that represents the current object. (Inherited from Object.)

Reference

TcHmiSrv.Management Namespace