Class FormTemplateLOVFieldValue
Wraps a value associated with a Form template List of Values Field
Inheritance
System.Object
FormTemplateLOVFieldValue
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Moraware.JobTrackerAPI5
Assembly: JobTrackerAPI5.dll
Syntax
public class FormTemplateLOVFieldValue
Properties
DisplayColor
(Optional) Display color assigned to this value.
Declaration
public string DisplayColor { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Id
Identifies the field value.
Declaration
public int Id { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
IsInactive
Indicates whether the value has been marked inactive.
Declaration
public bool IsInactive { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
SeqNum
Sequence number. This will only be set for LOV Form Fields that have been marked as having a Custom Sort Order.
Declaration
public int? SeqNum { get; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Value
Display value.
Declaration
public string Value { get; }
Property Value
| Type | Description |
|---|---|
| System.String |