This documentation is archived and is not being maintained.
AutoGeneratedField Methods
Visual Studio 2008
The AutoGeneratedField type exposes the following members.
| Name | Description | |
|---|---|---|
|
CloneField | Infrastructure. Creates a duplicate copy of the current DataControlField-derived object. (Inherited from DataControlField.) |
|
CopyProperties | Copies the properties of the current BoundField object to the specified DataControlField object. (Inherited from BoundField.) |
|
CreateField | Creates an empty BoundField object. (Inherited from BoundField.) |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
ExtractValuesFromCell | Fills the specified IOrderedDictionary object with the values from the specified DataControlFieldCell object. (Overrides BoundField::ExtractValuesFromCell(IOrderedDictionary, DataControlFieldCell, DataControlRowState, Boolean).) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
FormatDataValue | Formats the specified field value for a cell in the BoundField object. (Inherited from BoundField.) |
|
GetDesignTimeValue | Retrieves the value used for a field's value when rendering the BoundField object in a designer. (Inherited from BoundField.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
GetValue | Retrieves the value of the field bound to the BoundField object. (Inherited from BoundField.) |
|
Initialize | Initializes the BoundField object. (Inherited from BoundField.) |
|
InitializeCell | Initializes the specified TableCell object to the specified row state. (Inherited from BoundField.) |
|
InitializeDataCell | Initializes the specified TableCell object to the specified row state. (Inherited from BoundField.) |
|
LoadViewState | Restores the previously stored view-state information for this field. (Inherited from BoundField.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnDataBindField | Binds the value of a field to the BoundField object. (Inherited from BoundField.) |
|
OnFieldChanged | Raises the FieldChanged event. (Inherited from DataControlField.) |
|
SaveViewState | Saves the changes made to the DataControlField view state since the time the page was posted back to the server. (Inherited from DataControlField.) |
|
ToString | Returns a string that represents this DataControlField object. (Inherited from DataControlField.) |
|
TrackViewState | Causes the DataControlField object to track changes to its view state so they can be stored in the control's ViewState property and persisted across requests for the same page. (Inherited from DataControlField.) |
|
ValidateSupportsCallback | Determines whether the controls contained in an AutoGeneratedField object support callbacks. (Overrides BoundField::ValidateSupportsCallback().) |
| Name | Description | |
|---|---|---|
|
IStateManager::LoadViewState | Infrastructure. Restores the data control field's previously saved view state. (Inherited from DataControlField.) |
|
IStateManager::SaveViewState | Infrastructure. Saves the changes made to the DataControlField view state since the time the page was posted back to the server. (Inherited from DataControlField.) |
|
IStateManager::TrackViewState | Infrastructure. Causes the DataControlField object to track changes to its view state so they can be stored in the control's ViewState property and persisted across requests for the same page. (Inherited from DataControlField.) |
Show: