Class InputFieldInfo
This class and the elements in this class support the Verastream .NET API framework and are not intended to be used directly in your code.
Inherited Members
Namespace: WRQ.Verastream.HostIntegrator
Assembly: WRQ.Verastream.HostIntegrator.dll
Syntax
[Serializable]
public class InputFieldInfo
Constructors
InputFieldInfo(string, int, bool)
Constructor for internal use only.
Declaration
public InputFieldInfo(string text, int length, bool isNumeric)
Parameters
| Type | Name | Description |
|---|---|---|
| string | text | text |
| int | length | length |
| bool | isNumeric | isNumeric |
Properties
Length
This class and the elements in this class support the Verastream .NET API framework and are not intended to be used directly in your code.
Declaration
public virtual int Length { get; }
Property Value
| Type | Description |
|---|---|
| int | This class and the elements in this class support the Verastream .NET API framework and are not intended to be used directly in your code. |
Numeric
This class and the elements in this class support the Verastream .NET API framework and are not intended to be used directly in your code.
Declaration
public virtual bool Numeric { get; }
Property Value
| Type | Description |
|---|---|
| bool | This class and the elements in this class support the Verastream .NET API framework and are not intended to be used directly in your code. |
Text
This class and the elements in this class support the Verastream .NET API framework and are not intended to be used directly in your code.
Declaration
public virtual string Text { get; }
Property Value
| Type | Description |
|---|---|
| string | This class and the elements in this class support the Verastream .NET API framework and are not intended to be used directly in your code. |