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

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

Initializes a new instance of the ProgressNotifyableViewModel class.
A mapped model is not registered. A mapped model property is not found.
public ProgressNotifyableViewModel ( bool supportIEditableObject, bool ignoreMultipleModelsWarning, bool skipViewModelAttributesInitialization ) : System.ComponentModel
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(bool supportIEditableObject, bool ignoreMultipleModelsWarning, bool skipViewModelAttributesInitialization)
            : base(supportIEditableObject, ignoreMultipleModelsWarning, skipViewModelAttributesInitialization)
        {
            DispatchPropertyChangedEvent = true;
        }

Same methods

ProgressNotifyableViewModel::ProgressNotifyableViewModel ( ) : System.ComponentModel
ProgressNotifyableViewModel::ProgressNotifyableViewModel ( IServiceLocator serviceLocator, bool supportIEditableObject = true, bool ignoreMultipleModelsWarning = false, bool skipViewModelAttributesInitialization = false ) : System.ComponentModel