DefaultAutoFieldGenerator 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.
Generates dynamic data fields (columns) for data-bound controls automatically.
public ref class DefaultAutoFieldGenerator : System::Web::UI::IAutoFieldGenerator
public class DefaultAutoFieldGenerator : System.Web.UI.IAutoFieldGenerator
type DefaultAutoFieldGenerator = class
interface IAutoFieldGenerator
Public Class DefaultAutoFieldGenerator
Implements IAutoFieldGenerator
- Inheritance
-
DefaultAutoFieldGenerator
- Implements
Remarks
You can override the DefaultAutoFieldGenerator class to customize how Dynamic Data generates data fields.
Constructors
DefaultAutoFieldGenerator(MetaTable) |
Initializes a new instance of the DefaultAutoFieldGenerator class. |
Methods
CreateField(MetaColumn, ContainerType, DataBoundControlMode) |
Generates a dynamic data field. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GenerateFields(Control) |
Generates DynamicField objects based on metadata information for the table. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |