AutoGeneratedFieldProperties Members

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
Public method AutoGeneratedFieldProperties Initializes a new instance of the AutoGeneratedFieldProperties class.
Top

  Name Description
Public property DataField Gets or sets the name of the field bound to the AutoGeneratedField object.
Public property IsReadOnly Gets or sets a value indicating whether the values displayed in an AutoGeneratedField object can be modified in edit mode.
Public property Name Gets or sets the name of the AutoGeneratedField object.
Public property Type Gets or sets the data type of the value displayed in an AutoGeneratedFieldProperties object.
Top

(see also Protected Methods )
  Name Description
Public method Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method GetHashCode  Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.)
Public method GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method ToString  Returns a String that represents the current Object. (Inherited from Object.)
Top

  Name Description
Protected method 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.)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)
Top

  Name Description
Explicit interface implementation Method System.Web.UI.IStateManager.LoadViewState Loads the previously saved view state of the AutoGeneratedFieldProperties object.
Explicit interface implementation Method System.Web.UI.IStateManager.SaveViewState Saves the current view state of the AutoGeneratedFieldProperties object.
Explicit interface implementation Method System.Web.UI.IStateManager.TrackViewState Marks the starting point at which to begin tracking and saving view-state changes to the AutoGeneratedFieldProperties object.
Explicit interface implementation Property System.Web.UI.IStateManager.IsTrackingViewState Gets a value indicating whether the AutoGeneratedFieldProperties object is tracking its view-state changes.
Top

Community Additions

ADD
Show: