This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
WebControlPersister Methods
The methods of the WebControlPersister class are listed below. For a complete list of WebControlPersister class members, see the WebControlPersister Members topic.
Public:
Equals (inherited from Object) |
Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality). |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) |
Gets the Type of the Object. |
PersistChildControls |
Persists the child controls of the control using the specified string writer. |
PersistCollectionProperty |
Overloaded. Returns a string that can persist a collection property. |
PersistComplexProperty |
Overloaded. Returns a string that can persist a complex property of a control. |
PersistControl |
Overloaded. Returns a string that can persist a control. |
PersistDataBindings |
Overloaded. [To be supplied.] |
PersistInnerProperties |
Overloaded. Returns a string that can persist the inner properties of a control. |
PersistStringProperty |
Overloaded. Returns a string that can persist the properties of a string. |
PersistTagProperties |
Overloaded. Returns a string that can persist the properties of a tag. |
PersistTemplateProperty |
Overloaded. Returns a string that can persist a template property including the specified persistance mode and property descriptor. |
ToString (inherited from Object) |
Returns a String that represents the current Object. |
Protected:
Finalize (inherited from Object) |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere. |
GetDeclarativeType |
Gets the delarative type for the specified type. |
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object. |
See Also
WebControlPersister Class | System.Web.UI.Design Namespace