AutoGeneratedFieldProperties Members
.NET Framework 3.0
Represents the properties of an AutoGeneratedField object. This class cannot be inherited.
The following tables list the members exposed by the AutoGeneratedFieldProperties type.
| Name | Description | |
|---|---|---|
| AutoGeneratedFieldProperties | Initializes a new instance of the AutoGeneratedFieldProperties class. |
| Name | Description | |
|---|---|---|
| DataField | Gets or sets the name of the field bound to the AutoGeneratedField object. |
| IsReadOnly | Gets or sets a value indicating whether the values displayed in an AutoGeneratedField object can be modified in edit mode. |
| Name | Gets or sets the name of the AutoGeneratedField object. |
| Type | Gets or sets the data type of the value displayed in an AutoGeneratedFieldProperties object. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| System.Web.UI.IStateManager.LoadViewState | Loads the previously saved view state of the AutoGeneratedFieldProperties object. |
| System.Web.UI.IStateManager.SaveViewState | Saves the current view state of the AutoGeneratedFieldProperties object. |
| System.Web.UI.IStateManager.TrackViewState | Marks the starting point at which to begin tracking and saving view-state changes to the AutoGeneratedFieldProperties object. |
| System.Web.UI.IStateManager.IsTrackingViewState | Gets a value indicating whether the AutoGeneratedFieldProperties object is tracking its view-state changes. |
Community Additions
ADD
Show: