Catel.MVVM.Views.ViewToViewModelMappingContainer.ContainsViewToViewModelMapping C# (CSharp) Метод

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
        public bool ContainsViewToViewModelMapping(string viewPropertyName)
        {
            return _viewToViewModelMappings.ContainsKey(viewPropertyName);
        }