SchemaKey.T. Structure

Represents a key of a schema.

Namespace:  TcHmiSrv.DynamicSymbols
Assembly:  TcHmiSrvExtNet.DynamicSymbols (in TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0

Syntax

C#

public struct SchemaKey<T>

Type Parameters

T

The type of the value of the key.

The SchemaKey.T. type exposes the following members.

Constructors

 

Name

Description

SchemaKey.T. Structure 1:

SchemaKey.T.

Initializes a new instance of the SchemaKey.T. class.

Properties

 

Name

Description

SchemaKey.T. Structure 2:

Value

The value of the key.

Methods

 

Name

Description

SchemaKey.T. Structure 3:

Equals

Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)

SchemaKey.T. Structure 4:

GetHashCode

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

SchemaKey.T. Structure 5:

GetType

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

SchemaKey.T. Structure 6:

ToString

Returns the fully qualified type name of this instance. (Inherited from ValueType.)

Reference

TcHmiSrv.DynamicSymbols Namespace