The WpfContextController type exposes the following members.

Constructors

  NameDescription
Public methodWpfContextController
Initializes a new instance of the WpfContextController class

Methods

  NameDescription
Public methodActivate
Called when the context is activated (should show any windows/views)
Public methodContextDefInit
When added to a context definition this is called to init it.
Public methodCreate
Called when the context is created, this method will instantiate and create the IViewContext or View/ViewModel based on config
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 methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInit
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRelease
When called this context will no longer be used after this call returns - note the context could be re-activated at a future time If the context manager config has lifetime configured for re-use (future functionality)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCreationOp
Define how creation of a context can take place. Can specify ViewFirst,ViewModelFirst or None. ViewFirst is the default.

See Also