ObjectPersistData Class
This API supports the product infrastructure and is not intended to be used directly from your code.
During the build process, retains information about property entries.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | ObjectPersistData(ControlBuilder^, IDictionary^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ObjectPersistData class. |
| Name | Description | |
|---|---|---|
![]() | AllPropertyEntries | This API supports the product infrastructure and is not intended to be used directly from your code. Gets all the property entries for the control being built. |
![]() | BuiltObjects | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a collection of the objects that have been built by the control builder. |
![]() | CollectionItems | This API supports the product infrastructure and is not intended to be used directly from your code. Gets items that are collection types. |
![]() | EventEntries | This API supports the product infrastructure and is not intended to be used directly from your code. Gets event entries for the control being built. |
![]() | IsCollection | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that indicates whether the persisted data is for a collection. |
![]() | Localize | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value indicating whether the control created by the control builder object is localized. |
![]() | ObjectType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the type of the object associated with the persisted properties. |
![]() | ResourceKey | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the resource key for the control builder object. |
| Name | Description | |
|---|---|---|
![]() | AddToObjectControlBuilderTable(IDictionary^) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds built objects to a collection. |
![]() | 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.) |
![]() | GetFilteredProperties(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the property entries with the specified filter. |
![]() | GetFilteredProperty(String^, String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets all property entries for the specified filter and property name. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetPropertyAllFilters(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns all filtered property entries for a specified property name. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


