Generated by DocFX

Class ViewModelExtensions

ViewModel extensions.

Inheritance
System.Object
ViewModelExtensions
Namespace: ISynergy.Framework.Mvvm.Extensions
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
Type Name Description
IViewModel viewModel
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
Type Name Description
IViewModel viewModel
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
Type Name Description
IViewModel viewModel
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