Class ViewModelExtensions
Inheritance
System.Object
ViewModelExtensions
Assembly: ISynergy.Framework.Mvvm.dll
Syntax
public static class ViewModelExtensions : object
Methods
View Source
GetViewFullName(IViewModel)
Declaration
public static string GetViewFullName(this IViewModel viewModel)
Parameters
Returns
Type |
Description |
System.String |
|
View Source
GetViewFullName(Type)
Declaration
public static string GetViewFullName(this Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Type |
Description |
System.String |
|
View Source
GetViewModelFullName(IViewModel)
In case of an generic viewmodel, this function returns the base name from IViewModel.
Declaration
public static string GetViewModelFullName(this IViewModel viewModel)
Parameters
Returns
Type |
Description |
System.String |
|
View Source
GetViewModelFullName(Type)
In case of an generic viewmodel, this function returns the base name from Type.
Declaration
public static string GetViewModelFullName(this Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Type |
Description |
System.String |
|
View Source
GetViewModelName(IViewModel)
In case of an generic viewmodel, this function returns the base name from IViewModel.
Declaration
public static string GetViewModelName(this IViewModel viewModel)
Parameters
Returns
Type |
Description |
System.String |
|
View Source
GetViewModelName(Type)
In case of an generic viewmodel, this function returns the base name from Type.
Declaration
public static string GetViewModelName(this Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Type |
Description |
System.String |
|