This documentation is archived and is not being maintained.
IDataItemContainer Methods
Visual Studio 2010
The IDataItemContainer type exposes the following members.
| Name | Description | |
|---|---|---|
|
EnableDynamicData(Type) | Overloaded. Enables Dynamic Data behavior for the specified data control. (Defined by DataControlExtensions.) |
|
EnableDynamicData(Type, Object) | Overloaded. Enables Dynamic Data behavior for the specified data control. (Defined by DataControlExtensions.) |
|
EnableDynamicData(Type, IDictionary<String, Object>) | Overloaded. Enables Dynamic Data behavior for the specified data control. (Defined by DataControlExtensions.) |
|
GetDefaultValues | Gets the collection of the default values for the specified data control. (Defined by DynamicDataExtensions.) |
|
GetMetaTable | Gets the table metadata for the specified data control. (Defined by DynamicDataExtensions.) |
|
SetMetaTable(MetaTable) | Overloaded. Sets the table metadata for the specified data control. (Defined by DynamicDataExtensions.) |
|
SetMetaTable(MetaTable, IDictionary<String, Object>) | Overloaded. Sets the table metadata and default value mapping for the specified data control. (Defined by DynamicDataExtensions.) |
|
SetMetaTable(MetaTable, Object) | Overloaded. Sets the table metadata and default value mapping for the specified data control. (Defined by DynamicDataExtensions.) |
|
TryGetMetaTable | Determines whether table metadata is available. (Defined by DynamicDataExtensions.) |
Show: