Telerik.Windows.PersistenceFramework
Represents an attached property of a serialized object.
Gets or sets the name of the attached property.
Gets or sets the instance of the attached property.
Gets or sets targeting type of the attached property.
Gets or sets the type of the value of the attached property.
Gets or sets the type that registers the attached property.
Gets or sets the getter of the attached property.
Gets or sets the setter of the attached property.
Class factory for creating instance.
Creates a new instance of the class.
The setter of the attached property.
The getter of the attached property.
The declaring type of the attached property.
Returns a new instance of the class.
Represents the serialized objects' data.
Gets or sets the type information about the serialized objects.
Gets or sets the type information about the serialized objects (incompatible types).
Gets or sets the primitive values of the serialized objects.
Gets or sets the reference values of the serialized objects.
Represents the result of matching property metadata.
No match.
Full match.
Partial match.
MatchResult extensions class.
Determines whether the specified actual is the value.
The actual value.
The expected value.
true if the specified actual is value; otherwise, false.
Determines whether the specified actual value has value.
The actual value.
The expected value.
true if the specified actual value has value; otherwise, false.
Represents a primitive serialized value.
Gets or sets the lookup key of the value.
Gets or sets the value.
Gets or sets the type lookup key of the value.
Gets or sets a string value indicating whether empty space must be preserved.
Represents information about a serialized property of an object.
Gets or sets the name of the property.
Gets or sets the value lookup key of the property.
Gets or sets the reference lookup key of the property.
Gets or sets the type look up key of the property.
Gets or sets the type converter look up key of the property.
Gets or sets a value whether this data should be excluded from serialization.
Represents the top most class saved in the stream.
Gets or sets the serialization string.
Gets or sets a collection with the value types needed for serialization or deserialization.
Represents a reference value of a serialized object.
Gets or sets the look up key of the value.
Gets or sets whether this reference value is a root object.
Gets or sets the property data associated with this value.
Gets or sets the look up type key of the value.
Gets or sets the attached property data associated with this value.
Represents a cache repository for properties of a type.
Gets or sets the properties of a type.
Represents the information about the serialized type.
Represents an empty TypeInfo, excluded from serialization.
Gets or sets the lookup key of the type.
Gets or sets the full name of the type.
Gets or sets the owner type.
Persistence event arguments.
Initializes a new instance of the class.
The assembly qualified name.
The type.
Gets the serialization string of the type.
Gets or sets the type.
Raised before a property is persisted.
Raised after a property has been persisted.
Raised before a property is restored.
Raised after a property has been restored.
Raised after persisting of all properties has been completed.
Raised after restoring of all properties has been completed.
Raised when an error occurs during persisting or restoring.
Raised when additional isolated storage quota has been requested.
Persistence error event arguments.
Initializes a new instance of the class.
The name of the property.
The path of the property.
The exception.
Gets the path of the property.
Persistence event arguments.
Initializes a new instance of the class.
The name of the property.
The path of the property.
Gets the name of the property.
Gets the path of the property.
Persistence persisting property event arguments.
Initializes a new instance of the class.
The name of the property.
The path of the property.
Gets or sets whether the event should be cancelled.
QuotaRequestedEvent arguments.
Initializes a new instance of the class.
The requested bytes.
If set to true [is success].
The saved streams.
Gets or sets the requested bytes.
The requested bytes.
Gets a value indicating whether this operation is success.
True if this operation is success; otherwise, false.
Gets the file streams.
Persistence restoring property event arguments.
Initializes a new instance of the class.
The name of the property.
The path of the property.
Gets or sets whether the event should be cancelled.
Manager class for serialization and deserialization.
Initializes static members of the class.
Initializes a new instance of the class.
Initializes a new instance of the class.
The persistence options.
Gets or sets a value indicating whether you can deserialize Telerik controls with different version.
Gets or sets the Serializer used for serialization.
Gets or sets the deserialized used for deserialization.
Saves the specified object.
Returns the serialized stream.
This method will serialize the objects, which have property set.
Saves the specified object.
The object.
Returns the serialized stream.
Loads the objects from the specified stream.
The stream.
The persisted data will be restored on the objects, that have property set.
Loads the specified object.
The object.
The stream.
Saves the specified object into a specific stream.
The object.
The stream.
Gets the serialized used for serialization.
Returns the serializer.
Gets the deserialization object used for deserialization.
Raised when a property is being persisted.
Raised when a property has been persisted.
Raised when a property is being restored.
Occurs when type is restored.
Raised when a property has been restored.
Raised when all properties have been persisted.
Raised when all properties has been restored.
Raised when an error occurs while persisting or restoring.
Raises the PropertyPersisting event.
Event args.
Returns true if the event is to be cancelled.
Raises the PropertyPersisted event.
Event args.
Raises the event.
The instance containing the event data.
Raises the PropertyRestoring event.
Event args.
Returns true if the event is to be cancelled.
Raises the PropertyRestored event.
Event args.
Raises the PropertyPersistenceCompleted event.
Event args.
Raises the PropertyRestoringCompleted event.
Event args.
Raises the PersistenceError event.
Event args.
Defines the SerializationOptions dependency property.
Defines the StorageId dependency property.
Defines the PersistenceOptions dependency property.
Gets the intrinsic attached property provider types.
Gets or sets the persisted options.
Gets the current storage with the serialization objects.
Overrides the storage.
The new storage.
Represents an options class for the persistence process.
Identifies the SerializeComplexPropertiesWithNoPublicSetter dependency property.
Identifies the SerializesPropertiesWithOneWayBinding dependency property.
Identifies the AllowRestoringFrameworkElements dependency property.
Identifies the UseUISerializer dependency property.
Gets or sets a value indicating whether restoring framework elements is allowed.
True if restoring framework elements is allowed; otherwise, false.
Gets or sets a value indicating whether complex properties with no public setter should be serialized.
True if complex properties with no public setter should be serialized; otherwise, false.
Gets or sets a value indicating whether properties with one way binding should be serialized.
True if properties with one way binding should be serialized; otherwise, false.
Gets or sets a value indicating whether an UISerialized will be used.
True if UISerialized will be used otherwise, false.
Represents the serialization metadata.
Should serialize.
The property.
The property path.
The logical operator of the property metadata.
And.
Or.
The metadata search criteria.
Search in property name.
Search in property path.
Represents a serialization metadata for property names and paths.
Gets or sets a value indicating whether this property is included or excluded from the serialization.
The condition.
Gets or sets a value indicating whether the search is based on the property name or a property path.
The type of the search.
Gets or sets the expression that will be used as a base for a Regex that will match properties based on the .
If you want to match only the property "Width" - use the expression "^\b(Width)\b$", without the quotes.
If you want to match the "Width", "MinWidth" and "MaxWidth" - use the expression "Width", without the quotes.
Gets or sets a value indicating whether this instance is recursive.
True if this instance is recursive; otherwise, false.
Determines whether a property should be serialized based on the current settings.
The property to evaluate.
The property path to evaluate.
Represents a serialization metadata for property types.
Gets or sets the type.
The type.
Gets or sets the type string.
The type string.
Gets or sets a value indicating whether this instance is recursive.
True if this instance is recursive; otherwise, false.
Gets or sets the condition.
The condition.
Gets or sets a value indicating whether [allow sub classes].
True if [allow sub classes]; otherwise, false.
Should serialize.
The property.
The property path.
Represents a collection for serialization metadata.
Initializes a new instance of the class.
Gets or sets the operator.
The operator.
Validates the metadata.
The property.
The property path.
Determines whether it should serialize the property.
The property.
The property path.
The inclusive or exclusive conditions of the serialization metadata.
Only.
Except.
Deserialization class.
Initializes a new instance of the class.
The associated instance.
Deserializes an object from the stream.
The stream containing the deserialization data.
The object to deserialize.
Deserializes objects from the specified stream.
The stream containing the deserialization data.
The objects to deserialize.
Deserializes a specific object and restores its property values.
The serialized reference object.
The object being deserialized.
Represents a persistence deserialization object.
Deserializes a specific object from a stream.
The stream containing the deserialization data.
The deserialization object.
Deserializes objects from the specified stream.
The stream containing the deserialization data.
The objects to deserialize.
Represents a persistence rawDataSerializer.
Serializes a specific object.
The object to serialize.
Returns a stream with the serialization data.
Serializes the specified objects.
The objects to be serialized.
Returns a stream with the serialization data.
Base class for persistence serialization and deserialization.
Keeps the key for a serialized null object.
Keeps the key for a serialized DependencyProperty.UnsetValue object.
Initializes static members of the class.
Initializes a new instance of the class.
The associated instance.
Gets or sets the known type converters.
The known type converters.
Gets or sets the primitives.
The primitives.
Gets or sets the references.
The references.
Gets or sets the cached types.
The cached all types.
Gets or sets the cached incompatible types.
The cached incompatible types.
Gets or sets the cached type cache data.
The cached type cache data.
Gets or sets the traversed objects.
The traversed objects.
Gets or sets the manager.
The manager.
Gets the collection id.
The collection.
Helper class for serialization and deserialization.
Generates look up code for the specified type.
The type.
Returns the look up code.
Generates look up code for the specified string.
The string.
Returns the look up code.
Gets a value indicating whether the specified type is allowed of forbidden for serialization.
The type.
Returns true if the type is forbidden.
Gets a value indicating whether the specified type is value or not.
The type.
Returns true if the type is ValueType or a string.
Gets a value whether the specified type is ambiguous and is not serialization friendly.
The specified type.
True is the type is special (not compatible).
Creates a property path string from property name and parent property path.
The property name.
The parent property path.
Returns the new property path.
Creates a new instance of the class.
The property name.
The value look up key.
The reference look up key.
The type look up key.
The type converter look up key.
The criteria match result.
Returns the created property data.
Creates a new instance of the class.
The property name.
The value look up key.
The reference look up key.
The type look up key.
The type converter look up key.
Returns the created property data.
Creates a wrapper class around a value type property.
The value.
The key of the value.
The type look up key.
Returns the wrapper object.
Creates a serialization dataInfo of a type.
The type.
Returns the serialization type dataInfo.
Tries to create an object of the specified type.
The type of the new object.
Invocation parameters.
Returns the newly created object.
Tries to create an object of the specified type converter type.
The type of the type converter.
The value to convert from.
Returns the newly created object.
Stores a property data in the parent value's data collection.
The parent value.
The property data.
Checks whether a specific type is a PresentationFrameworkCollection.
The type.
Returns true if the type is a PresentationFrameworkCollection.
Gets the dependency property field from a specific type.
The name of the CRL property.
The type.
Returns an instance of the dependency property.
Gets a TypeConverter from a specific PropertyInfo.
The property to get type converter from.
Returns the TypeConverter associated with the specific property.
Gets a TypeConverter from a specific Type.
The type to get type converter from.
Returns the TypeConverter associated with the specific property.
Discovers the attached properties for a specific type.
The type declaring the attached property.
Returns the discovered attached properties.
Gets the value of a specific property.
Name of the property.
The target.
Returns the value.
Gets the value of a specific property.
The property.
The target.
Returns the value.
Serialization class.
Initializes a new instance of the class.
The associated instance.
Serializes a specific object.
The object to serialize.
Returns a stream with the serialization data.
Serializes the specified objects.
The objects to be serialized.
Returns a stream with the serialization data.
Generates the property tree.
The object to serialize.
The path.
The parent value.
The parent prop data.
The options.
If set to true [should validate criteria].
The nesting depth.
Saves the property.
The property.
The path.
The object.
The parent value.
The options.
If set to true [should validate criteria].
The nesting depth.
The parent prop data.
The parent match result.
Serializer that stores only UI-related properties.
Initializes a new instance of the class.
The associated instance.
Saves the property.
The property.
The path.
The object.
The parent value.
The options.
If set to true [should validate criteria].
The nesting depth.
The parent prop data.
The parent match result.
Provides functionality to save and load persistence data to and from the IsolatedStorage.
Initializes a new instance of the class.
Initializes a new instance of the class.
The Manager.
Raised when additional quota is requested.
Gets the persistence manager.
Gets the file's extension.
Saves persisted data in the IsolatedStorage.
Saves persisted data in the IsolatedStorage.
The storage ids to save.
Loads persisted data from the IsolatedStorage.
Loads from storage.
The storage ids to load.
Deletes the saved isolated storage files.
Manually increases the quota of the IsolatedStorage.
The new size in bytes.
Returns true if the quota is increased.
Gets the isolated storage store.
Returns the isolated storage store.
Raises the QuotaRequested event.
The Event args.
Resolves the serialization stream.
The stream.
Resolves the deserialization stream override.
The stream.
Provides functionality for saving and loading from a storage.
Saves to storage.
Loads from storage.
CultureInfo TypeConverter.
Represents a type converter for the type.
Represents a type converter for the type.
Represents a type converter for the type.
Represents a type converter for the type.
Represents a type converter for the type.
Represents a type converter for the type.
Represents a type converter for the type.
Represents a type converter for the type.
Represents a type converter for the type.
TypeConverter for the XmlLanguage class.
Represents a storage for the storing objects and their StorageId keys.
Gets the count.
Gets the keys.
Gets the items.
Adds the item to storage.
The key.
The item.
Replaces the item in storage.
The key.
The item.
Removes the item from storage.
The key.
Determines whether [contains item key] [the specified key].
The key.
True if [contains item key] [the specified key]; otherwise, false.
Gets the element.
The key.
Gets the key.
The item.
Clears this instance.
Gets the element at.
The index.