Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetService(String)
|
|
GetType()
|
Gets the Type of the current instance.
|
Inject(String, Object, Func<Object>, String, Type)
|
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
Navigate(String, Object)
|
Navigates to the specified ViewModel (and its View) inside the corresponding region.
|
RaiseNavigatedAwayEvent(Object)
|
|
RaiseNavigatedEvent(Object)
|
|
RaiseViewModelClosingEvent(ViewModelClosingEventArgs)
|
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
RegisterNavigatedAwayEventHandler(Object, Action)
|
|
RegisterNavigatedEventHandler(Object, Action)
|
|
RegisterService(IViewInjectionService)
|
Register the service. For internal use.
|
RegisterViewModelClosingEventHandler(Object, Action<ViewModelClosingEventArgs>)
|
|
Remove(String, Object)
|
Removes the ViewModel (and its View) from the specified region.
|
ToString()
|
Returns a string that represents the current object.
|
UnregisterNavigatedAwayEventHandler(Object, Action)
|
|
UnregisterNavigatedEventHandler(Object, Action)
|
|
UnregisterService(IViewInjectionService)
|
Unregister the service. For internal use.
|
UnregisterViewModelClosingEventHandler(Object, Action<ViewModelClosingEventArgs>)
|
|