Catel.MVVM.ProgressNotifyableViewModel.ProgressNotifyableViewModel C# (CSharp) Метод

ProgressNotifyableViewModel() публичный Метод

Initializes a new instance of the ViewModelBase class. This constructor allows the injection of a custom IServiceLocator.
A mapped model is not registered. A mapped model property is not found.
public ProgressNotifyableViewModel ( IServiceLocator serviceLocator, bool supportIEditableObject = true, bool ignoreMultipleModelsWarning = false, bool skipViewModelAttributesInitialization = false ) : System.ComponentModel
serviceLocator IServiceLocator The service locator to inject. If null, the will be used.
supportIEditableObject bool if set to true, the view model will natively support models that /// implement the interface.
ignoreMultipleModelsWarning bool if set to true, the warning when using multiple models is ignored.
skipViewModelAttributesInitialization bool if set to true, the initialization will be skipped and must be done manually via .
Результат System.ComponentModel
        public ProgressNotifyableViewModel(IServiceLocator serviceLocator, bool supportIEditableObject = true, bool ignoreMultipleModelsWarning = false, bool skipViewModelAttributesInitialization = false)
            : base(serviceLocator, supportIEditableObject, ignoreMultipleModelsWarning, skipViewModelAttributesInitialization)
        {
            DispatchPropertyChangedEvent = true;
        }

Same methods

ProgressNotifyableViewModel::ProgressNotifyableViewModel ( ) : System.ComponentModel
ProgressNotifyableViewModel::ProgressNotifyableViewModel ( bool supportIEditableObject, bool ignoreMultipleModelsWarning, bool skipViewModelAttributesInitialization ) : System.ComponentModel