DetailsViewRowsGenerator Class
.NET Framework 4.5
Provides a way to automatically generate fields that use ASP.NET Dynamic Data features for the DetailsView control.
System.Object
System.Web.UI.WebControls.AutoFieldsGenerator
System.Web.UI.WebControls.DetailsViewRowsGenerator
System.Web.UI.WebControls.AutoFieldsGenerator
System.Web.UI.WebControls.DetailsViewRowsGenerator
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
The DetailsViewRowsGenerator type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DetailsViewRowsGenerator | Initializes a new instance of the DetailsViewRowsGenerator class. |
| Name | Description | |
|---|---|---|
![]() | AutoGeneratedFieldProperties | Returns a list of the properties of an AutoGeneratedField object. (Inherited from AutoFieldsGenerator.) |
![]() | AutoGenerateEnumFields | Gets or sets a value that indicates whether enumeration fields should be generated by this AutoFieldsGenerator instance. (Inherited from AutoFieldsGenerator.) |
![]() | IsTrackingViewState | Gets a value that indicates whether view state changes are being tracked. (Inherited from AutoFieldsGenerator.) |
| Name | Description | |
|---|---|---|
![]() | CreateAutoGeneratedFieldFromFieldProperties | Creates one or more autogenerated fields using the specified collection of field properties. (Inherited from AutoFieldsGenerator.) |
![]() | CreateAutoGeneratedFields | Generates fields based on the current data item. (Overrides AutoFieldsGenerator.CreateAutoGeneratedFields(Object, Control).) |
![]() | Equals(Object) | 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.) |
![]() | GenerateFields | Creates DynamicField objects based on metadata information for the table. (Inherited from AutoFieldsGenerator.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | LoadViewState | Loads the state that was saved previously using the SaveViewState method. (Inherited from AutoFieldsGenerator.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SaveViewState | Saves the changes to the class's state. (Inherited from AutoFieldsGenerator.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TrackViewState | Instructs the class to track changes to its view state. (Inherited from AutoFieldsGenerator.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IStateManager.IsTrackingViewState | Gets a value that indicates whether view state changes are being tracked. (Inherited from AutoFieldsGenerator.) |
![]() ![]() | IStateManager.LoadViewState | Loads the state that was saved previously using the SaveViewState method. (Inherited from AutoFieldsGenerator.) |
![]() ![]() | IStateManager.SaveViewState | Saves the changes to a class's state. (Inherited from AutoFieldsGenerator.) |
![]() ![]() | IStateManager.TrackViewState | Instructs the class to track changes to its view state. (Inherited from AutoFieldsGenerator.) |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

