LookupTableCreationInformation members
Provides methods and property settings for the creation of a lookup table.
The LookupTableCreationInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LookupTableCreationInformation | Creates a new instance of the LookupTableCreationInformation class. |
Top
Properties
Name | Description | |
---|---|---|
Entries | Gets or sets the collection of entries in the lookup table. | |
Id | Gets or sets the GUID of the lookup table. | |
Masks | Gets or sets the collection of mask definitions for the levels of a hierarchical lookup table. | |
Name | Gets or sets the name of the lookup table. | |
SortOrder | Gets or sets the sort order for the entries in the table. | |
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