ObjectPersistData Class

Definition

During the build process, retains information about property entries.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class ObjectPersistData
public class ObjectPersistData
type ObjectPersistData = class
Public Class ObjectPersistData
Inheritance
ObjectPersistData

Constructors

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.

Properties

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.

Methods

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)
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()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to