C# 클래스 Catel.MVVM.Views.ViewToViewModelMappingContainer

Container class for ViewToViewModelMapping elements.
파일 보기 프로젝트 열기: Catel/Catel

공개 메소드들

메소드 설명
ContainsViewModelToViewMapping ( string viewModelPropertyName ) : bool

Determines whether the manager contains a view model to view property mapping for the specified view model property name.

ContainsViewToViewModelMapping ( string viewPropertyName ) : bool

Determines whether the manager contains a view to view model property mapping for the specified view property name.

GetAllViewToViewModelMappings ( ) : IEnumerable

Gets all the ViewToViewModelMapping that are registered.

GetViewModelToViewMapping ( string viewModelPropertyName ) : Catel.MVVM.Views.ViewToViewModelMapping

Gets the ViewToViewModelMapping that is mapped to the specified view model property name.

GetViewToViewModelMapping ( string viewPropertyName ) : Catel.MVVM.Views.ViewToViewModelMapping

Gets the ViewToViewModelMapping that is mapped to the specified view property name.

ViewToViewModelMappingContainer ( IViewModelContainer viewModelContainer ) : System

Initializes a new instance of the ViewToViewModelMappingContainer class.

메소드 상세

ContainsViewModelToViewMapping() 공개 메소드

Determines whether the manager contains a view model to view property mapping for the specified view model property name.
public ContainsViewModelToViewMapping ( string viewModelPropertyName ) : bool
viewModelPropertyName string Name of the view model property.
리턴 bool

ContainsViewToViewModelMapping() 공개 메소드

Determines whether the manager contains a view to view model property mapping for the specified view property name.
public ContainsViewToViewModelMapping ( string viewPropertyName ) : bool
viewPropertyName string Name of the view property.
리턴 bool

GetAllViewToViewModelMappings() 공개 메소드

Gets all the ViewToViewModelMapping that are registered.
public GetAllViewToViewModelMappings ( ) : IEnumerable
리턴 IEnumerable

GetViewModelToViewMapping() 공개 메소드

Gets the ViewToViewModelMapping that is mapped to the specified view model property name.
public GetViewModelToViewMapping ( string viewModelPropertyName ) : Catel.MVVM.Views.ViewToViewModelMapping
viewModelPropertyName string Name of the view model property.
리턴 Catel.MVVM.Views.ViewToViewModelMapping

GetViewToViewModelMapping() 공개 메소드

Gets the ViewToViewModelMapping that is mapped to the specified view property name.
public GetViewToViewModelMapping ( string viewPropertyName ) : Catel.MVVM.Views.ViewToViewModelMapping
viewPropertyName string Name of the view property.
리턴 Catel.MVVM.Views.ViewToViewModelMapping

ViewToViewModelMappingContainer() 공개 메소드

Initializes a new instance of the ViewToViewModelMappingContainer class.
The is null.
public ViewToViewModelMappingContainer ( IViewModelContainer viewModelContainer ) : System
viewModelContainer IViewModelContainer The view.
리턴 System