DynamicFieldDesigner Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides design-time support in a visual designer for the DynamicField object.
public ref class DynamicFieldDesigner : System::Web::UI::Design::WebControls::DataControlFieldDesigner
public class DynamicFieldDesigner : System.Web.UI.Design.WebControls.DataControlFieldDesigner
type DynamicFieldDesigner = class
inherit DataControlFieldDesigner
Public Class DynamicFieldDesigner
Inherits DataControlFieldDesigner
- Inheritance
Constructors
DynamicFieldDesigner() |
Initializes a new instance of the DynamicFieldDesigner class. |
Properties
DefaultNodeText |
Gets the default text that is displayed for the data field in the fields editor. |
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. |
Methods
CreateField() |
Creates an empty DynamicField object. |
CreateField(IDataSourceFieldSchema) |
Creates a new DynamicField object by using the specified data field information. |
CreateTemplateField(DataControlField, DataBoundControl) |
Creates a TemplateField field for the specified data field. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetNewDataSourceName(Type, DataBoundControlMode) |
Gets an unique ID for a control that is created when a data field is converted into a TemplateField. (Inherited from DataControlFieldDesigner) |
GetNodeText(DataControlField) |
Gets the name that is displayed for the data field in the fields editor. |
GetService(Type) |
Gets the service object of the specified type. (Inherited from DataControlFieldDesigner) |
GetTemplate(DataBoundControl, String) |
Gets the ITemplate object that contains the template markup for the specified data-bound control. (Inherited from DataControlFieldDesigner) |
GetTemplateContent(DataControlField, DataBoundControlMode) |
Gets the content of the template field. |
GetTemplateField(DataControlField, DataBoundControl) |
Gets a TemplateField object for the specified data field. (Inherited from DataControlFieldDesigner) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
IsEnabled(DataBoundControl) |
Gets a value that indicates whether the data field is enabled in the fields editor. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |