Show / Hide Table of Contents

Class CustomLOVFieldValue

Wraps a value associated with a Custom List of Values Field

Inheritance
System.Object
CustomLOVFieldValue
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 CustomLOVFieldValue

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 Custom LOV 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
Back to top Generated by DocFX