TcHmiSchemaBuilder.TType.EnumSchema Class

Represents a schema that contains an enumeration type.

Inheritance Hierarchy

System.Object
  TcHmiSrv.DynamicSymbols.TcHmiSchemaBuilder.TType.Schema
    TcHmiSrv.DynamicSymbols.TcHmiSchemaBuilder.TType.EnumSchema
Namespace:  TcHmiSrv.DynamicSymbols
Assembly:  TcHmiSrvExtNet.DynamicSymbols (in TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0

Syntax

C#

protected sealed class EnumSchema : TcHmiSchemaBuilder.TType.Schema

The TcHmiSchemaBuilder.TType.EnumSchema generic type exposes the following members.

Constructors

 

Name

Description

TcHmiSchemaBuilder.TType.EnumSchema Class 1:

TcHmiSchemaBuilder.TType.EnumSchema(IDictionary.String, Int32., String)

Initializes a new instance of the TcHmiSchemaBuilder.TType.EnumSchema class with an enumeration of integers.

TcHmiSchemaBuilder.TType.EnumSchema Class 2:

TcHmiSchemaBuilder.TType.EnumSchema(IEnumerable.String., String)

Initializes a new instance of the TcHmiSchemaBuilder.TType.EnumSchema class with an enumeration of strings.

Properties

 

Name

Description

TcHmiSchemaBuilder.TType.EnumSchema Class 3:

Constants

The constants defined in the current enumeration.

TcHmiSchemaBuilder.TType.EnumSchema Class 4:

DefaultValue

The default value of the current enumeration.

Methods

 

Name

Description

TcHmiSchemaBuilder.TType.EnumSchema Class 5:

Equals

Determines whether the specified object is equal to the current object. (Inherited from Object.)

TcHmiSchemaBuilder.TType.EnumSchema Class 6:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

TcHmiSchemaBuilder.TType.EnumSchema Class 7:

GetType

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

TcHmiSchemaBuilder.TType.EnumSchema Class 8:

ToString

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

Reference

TcHmiSrv.DynamicSymbols Namespace