ServerExtensionTypeAttribute Class

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

Inheritance Hierarchy

System.Object
  System.Attribute
    TcHmiSrv.Core.Tools.TypeAttribute.ServerExtensionTypeAttribute
Namespace:  TcHmiSrv.Core.Tools.TypeAttribute
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public sealed class ServerExtensionTypeAttribute : Attribute

The ServerExtensionTypeAttribute type exposes the following members.

Constructors

 

Name

Description

ServerExtensionTypeAttribute Class 1:

ServerExtensionTypeAttribute

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

Properties

 

Name

Description

ServerExtensionTypeAttribute Class 2:

Type

Gets the default Type of the TwinCAT HMI server extension.

ServerExtensionTypeAttribute Class 3:

TypeId

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

Methods

 

Name

Description

ServerExtensionTypeAttribute Class 4:

Equals

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

ServerExtensionTypeAttribute Class 5:

GetHashCode

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

ServerExtensionTypeAttribute Class 6:

GetType

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

ServerExtensionTypeAttribute 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.)

ServerExtensionTypeAttribute Class 8:

Match

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

ServerExtensionTypeAttribute Class 9:

ToString

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

Reference

TcHmiSrv.Core.Tools.TypeAttribute Namespace