Class TypedField<FieldType>
A typed field.
Inheritance
Object
TypedField<FieldType>
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class TypedField<FieldType> : Field
Type Parameters
Name | Description |
---|---|
FieldType |
Properties
FormattedValue
Declaration
public override string FormattedValue { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
Value
Gets the value.
Declaration
public FieldType Value { get; }
Property Value
Type | Description |
---|---|
FieldType | The value. |