This documentation is archived and is not being maintained.
DynamicFieldDesigner Members
Visual Studio 2008
Provides design-time support in a visual designer for the DynamicField object.
The DynamicFieldDesigner type exposes the following members.
| Name | Description | |
|---|---|---|
|
DynamicFieldDesigner | Initializes a new instance of the DynamicFieldDesigner class. |
| Name | Description | |
|---|---|---|
|
CreateField | Overloaded. Creates a new DynamicField object. |
|
CreateTemplateField | Creates a TemplateField field for the specified data field. (Overrides DataControlFieldDesigner::CreateTemplateField(DataControlField, DataBoundControl).) |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetNewDataSourceName | Gets an unique ID for a control that is created when a data field is converted into a TemplateField. (Inherited from DataControlFieldDesigner.) |
|
GetNodeText | Gets the name that is displayed for the data field in the fields editor. (Overrides DataControlFieldDesigner::GetNodeText(DataControlField).) |
|
GetService | Gets the service object of the specified type. (Inherited from DataControlFieldDesigner.) |
|
GetTemplate | Gets the ITemplate object that contains the template markup for the specified data-bound control. (Inherited from DataControlFieldDesigner.) |
|
GetTemplateContent | Gets the content of the template field. |
|
GetTemplateField | Gets a TemplateField object for the specified data field. (Inherited from DataControlFieldDesigner.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
IsEnabled | Gets a value that indicates whether the data field is enabled in the fields editor. (Overrides DataControlFieldDesigner::IsEnabled(DataBoundControl).) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
DefaultNodeText | Gets the default text that is displayed for the data field in the fields editor. (Overrides DataControlFieldDesigner::DefaultNodeText.) |
|
ServiceProvider | Gets the service provider implementation that is used by the fields editor. (Inherited from DataControlFieldDesigner.) |
|
UsesSchema | Gets a value that indicates whether schema information is used to load the data fields. (Overrides DataControlFieldDesigner::UsesSchema.) |
Show: