LookupEntryValue members
Represents the value of a lookup table entry.
The LookupEntryValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LookupEntryValue | Creates an instance of the LookupEntryValue class. |
Top
Properties
Name | Description | |
---|---|---|
DateValue | Gets or sets a date and time entry value. | |
DurationValue | Gets or sets a duration entry value as a string. | |
NumberValue | Gets or sets a decimal number entry value. | |
TextValue | Gets or sets a text entry value. | |
TypeId | (Inherited from ClientValueObject.) |
Top
Methods
Name | Description | |
---|---|---|
CustomFromJson | (Inherited from ClientValueObject.) | |
CustomWriteToXml | (Inherited from ClientValueObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FromJson | (Inherited from ClientValueObject.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
InitOnePropertyFromJson | Reserved for internal use. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
WriteToXml | Reserved for internal use. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top