TcHmiSchemaBuilder.TType.ArraySchema Class

Represents a schema that contains an array type.

Inheritance Hierarchy

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

Syntax

C#

protected sealed class ArraySchema : TcHmiSchemaBuilder.TType.Schema

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

Constructors

 

Name

Description

TcHmiSchemaBuilder.TType.ArraySchema Class 1:

TcHmiSchemaBuilder.TType.ArraySchema

Initializes a new instance of the TcHmiSchemaBuilder.TType.ArraySchema class.

Properties

 

Name

Description

TcHmiSchemaBuilder.TType.ArraySchema Class 2:

Items

The items of the current array.

TcHmiSchemaBuilder.TType.ArraySchema Class 3:

MaxItems

Restricts the length of the array to a value less than this value.

TcHmiSchemaBuilder.TType.ArraySchema Class 4:

MinItems

Restricts the length of the array to a value greater than this value.

TcHmiSchemaBuilder.TType.ArraySchema Class 5:

UniqueItems

If this value is true, it ensures that each of the items in an array is unique.

Methods

 

Name

Description

TcHmiSchemaBuilder.TType.ArraySchema Class 6:

Equals

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

TcHmiSchemaBuilder.TType.ArraySchema Class 7:

GetHashCode

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

TcHmiSchemaBuilder.TType.ArraySchema Class 8:

GetType

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

TcHmiSchemaBuilder.TType.ArraySchema Class 9:

ToString

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

Reference

TcHmiSrv.DynamicSymbols Namespace