The WpfContextManager type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetContext
Not implemented yet.
(Inherited from ContextManager.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetNewOrExistingContext
Get's a new or existing context. The context definition must alreay exist.
(Inherited from ContextManager.)
Public methodGetNewOrExistingContextDef(String)
Gets a new or existing Context definition
(Inherited from ContextManager.)
Public methodGetNewOrExistingContextDef(String, WpfContextControllerCreationOp)
Get or create a contextdefinition and set it's creation operation.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadConfiguration
Load the contextdef's from a xml configuration file
(Inherited from ContextManager.)
Protected methodLoadConfigurationAfter
Called after ContextManager specific configuration was loaded
(Overrides ContextManager..::..LoadConfigurationAfter(XmlDocument).)
Protected methodLoadConfigurationBefore
Called before context manager specific configuration is loaded - internal call made during a LoadConfiguration call
(Inherited from ContextManager.)
Protected methodLoadContextAfter
Called after an individual context was loaded - internal call made during a LoadConfiguration call
(Inherited from ContextManager.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also