StringSchema Properties

The TcHmiSchemaBuilder.TType.StringSchema type exposes the following members.

Properties

 

Name

Description

StringSchema Properties 1:

Format

Restricts the string to match a commonly used format.

StringSchema Properties 2:

MaxLength

Constrains the length of the string to a value less than this value.

StringSchema Properties 3:

MinLength

Constrains the length of the string to a value greater than this value.

StringSchema Properties 4:

Pattern

Restricts the string to match this regular expression.

Reference

TcHmiSchemaBuilder.TType.StringSchema Class

TcHmiSrv.DynamicSymbols Namespace