ESRI.ArcGIS.ADF.Web | |
CodedValueTableInfo Class Members | |
See Also Fields Properties Methods |
ESRI.ArcGIS.ADF.Web.Display Namespace : CodedValueTableInfo Class |
The following tables list the members exposed by CodedValueTableInfo.
Name | Description | |
---|---|---|
CodedValueTableInfo Constructor | Default constructor. |
Name | Description | |
---|---|---|
ADFCodedValueInfo | Key used for ExtendedProperties of a DataTable to store and retrieve related table information. | |
CodedValueColumns | List of codes and descriptions for all columns/fields in a layer. |
Name | Description | |
---|---|---|
SubtypeColumnName | Name of the column/field in the table that is the subtype column. |
Name | Description | |
---|---|---|
ConvertTable | Converts coded values in all rows to their equivalent description. If the source table does not have the extended properties information, it will be returned unmodified. If conversion is possible, then a new DataTable is returned and the source table is unmodified. | |
FromString | Deserializes the object from a string. | |
GetConvertedRow | Converts coded values in the row to their equivalent description. | |
ToString | Overridden. Serializes the object so it can be stored in a DataTable using ExtendedProperties. |