TcHmiSchemaBuilder.TType.IntegerSchema Class
Represents a schema that contains an integer type.
Inheritance Hierarchy
System.Object
TcHmiSrv.DynamicSymbols.TcHmiSchemaBuilder.TType.Schema
TcHmiSrv.DynamicSymbols.TcHmiSchemaBuilder.TType.IntegerSchema
Namespace: TcHmiSrv.DynamicSymbols
Assembly: TcHmiSrvExtNet.DynamicSymbols (in
TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0
Syntax
C#
protected sealed class IntegerSchema : TcHmiSchemaBuilder.TType.Schema,
TcHmiSchemaBuilder.TType.INumericTypeSchema<int>
The TcHmiSchemaBuilder.TType.IntegerSchema generic type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
|
Initializes a new instance of the TcHmiSchemaBuilder.TType.IntegerSchema class. |
Properties
|
Name |
Description |
---|---|---|
|
If this value is true, it indicates that the range excludes the maximum value. | |
|
If this value is true, it indicates that the range excludes the minimum value. | |
|
Restricts the number to a value less than this value. | |
|
Restricts the number to a value greater than this value. | |
|
Restricts the number to a multiple of this value. |
Methods
|
Name |
Description |
---|---|---|
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Returns a string that represents the current object. (Inherited from Object.) |