LookupTypeInfo Members
Include Protected Members
Include Inherited Members
Represents a property type based on a lookup table.
The LookupTypeInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LookupTypeInfo | Initializes an object with a unique property ID and a list of known values for this lookup table. |
Top
Properties
Name | Description | |
---|---|---|
Id | Uniquely identifies this lookup table. | |
LimitToList | Gets or sets a value that specifies whether the only valid values for this type are the items passed into this object’s constructor. It defaults to true. | |
Lookup | Gets or sets a value specifying the value representing the lookup type. | |
ShowImage | Gets or sets a value specifying whether the images given in the lookup type items should be displayed on cells with this property type. Defaults to false. | |
ShowText | Gets or sets a value that, if ShowImage is set to true, specifies whether text should be shown next to the image on cells with this property type. Defaults to true. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top