The WpfContextController type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | WpfContextController | Initializes a new instance of the WpfContextController class |
Methods
Name | Description | |
---|---|---|
![]() | Activate |
Called when the context is activated (should show any windows/views)
|
![]() | ContextDefInit |
When added to a context definition this is called to init it.
|
![]() | Create |
Called when the context is created, this method will instantiate and create the IViewContext or View/ViewModel based on config
|
![]() | Equals | (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.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Init | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Release |
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)
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | CreationOp |
Define how creation of a context can take place. Can specify ViewFirst,ViewModelFirst or None.
ViewFirst is the default.
|