DynamicFieldDesigner Methods

 

Namespace:   System.Web.DynamicData.Design
Assembly:  System.Web.DynamicData.Design (in System.Web.DynamicData.Design.dll)

NameDescription
System_CAPS_pubmethodCreateField()

Creates an empty DynamicField object.(Overrides DataControlFieldDesigner.CreateField().)

System_CAPS_pubmethodCreateField(IDataSourceFieldSchema)

Creates a new DynamicField object by using the specified data field information.(Overrides DataControlFieldDesigner.CreateField(IDataSourceFieldSchema).)

System_CAPS_pubmethodCreateTemplateField(DataControlField, DataBoundControl)
System_CAPS_pubmethodEquals(Object)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_protmethodGetNewDataSourceName(Type, DataBoundControlMode)

Gets an unique ID for a control that is created when a data field is converted into a TemplateField.(Inherited from DataControlFieldDesigner.)

System_CAPS_pubmethodGetNodeText(DataControlField)

Gets the name that is displayed for the data field in the fields editor.(Overrides DataControlFieldDesigner.GetNodeText(DataControlField).)

System_CAPS_protmethodGetService(Type)

Gets the service object of the specified type.(Inherited from DataControlFieldDesigner.)

System_CAPS_protmethodGetTemplate(DataBoundControl, String)

Gets the ITemplate object that contains the template markup for the specified data-bound control.(Inherited from DataControlFieldDesigner.)

System_CAPS_pubmethodGetTemplateContent(DataControlField, DataBoundControlMode)

Gets the content of the template field.

System_CAPS_protmethodGetTemplateField(DataControlField, DataBoundControl)

Gets a TemplateField object for the specified data field.(Inherited from DataControlFieldDesigner.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodIsEnabled(DataBoundControl)

Gets a value that indicates whether the data field is enabled in the fields editor.(Overrides DataControlFieldDesigner.IsEnabled(DataBoundControl).)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

Return to top
Show: