Property | Type | Description | |
---|---|---|---|
DetailedMessageProperty | PropertyData | ||
TaskIsIndeterminateProperty | PropertyData | ||
TaskMessageProperty | PropertyData | ||
TaskNameProperty | PropertyData | ||
TaskPercentageProperty | PropertyData | ||
TaskProperty | PropertyData |
Property | Type | Description | |
---|---|---|---|
OnTaskMessageChanged | void | ||
OnTaskPercentageChanged | void |
Method | Description | |
---|---|---|
ProgressNotifyableViewModel ( ) : System.ComponentModel |
Initializes a new instance of the ProgressNotifyableViewModel class. Must have a public constructor in order to be serializable. |
|
ProgressNotifyableViewModel ( IServiceLocator serviceLocator, bool supportIEditableObject = true, bool ignoreMultipleModelsWarning = false, bool skipViewModelAttributesInitialization = false ) : System.ComponentModel |
Initializes a new instance of the ViewModelBase class.
|
|
ProgressNotifyableViewModel ( bool supportIEditableObject, bool ignoreMultipleModelsWarning, bool skipViewModelAttributesInitialization ) : System.ComponentModel |
Initializes a new instance of the ProgressNotifyableViewModel class.
|
|
UpdateStatus ( int currentItem, int totalItems, ITask task ) : void |
The update status.
|
Method | Description | |
---|---|---|
OnTaskMessageChanged ( ) : void |
Occurs when the value of the TaskMessage property is changed.
|
|
OnTaskPercentageChanged ( ) : void |
Occurs when the value of the TaskPercentage property is changed.
|
public ProgressNotifyableViewModel ( ) : System.ComponentModel | ||
return | System.ComponentModel |
public ProgressNotifyableViewModel ( IServiceLocator serviceLocator, bool supportIEditableObject = true, bool ignoreMultipleModelsWarning = false, bool skipViewModelAttributesInitialization = false ) : System.ComponentModel | ||
serviceLocator | IServiceLocator | The service locator to inject. If |
supportIEditableObject | bool | if set to |
ignoreMultipleModelsWarning | bool | if set to |
skipViewModelAttributesInitialization | bool | if set to |
return | System.ComponentModel |
public ProgressNotifyableViewModel ( bool supportIEditableObject, bool ignoreMultipleModelsWarning, bool skipViewModelAttributesInitialization ) : System.ComponentModel | ||
supportIEditableObject | bool | if set to |
ignoreMultipleModelsWarning | bool | if set to |
skipViewModelAttributesInitialization | bool |
/// if set to |
return | System.ComponentModel |
public UpdateStatus ( int currentItem, int totalItems, ITask task ) : void | ||
currentItem | int | The current item. |
totalItems | int | The total items. |
task | ITask | The task |
return | void |
public static PropertyData DetailedMessageProperty | ||
return | PropertyData |
public static PropertyData TaskIsIndeterminateProperty | ||
return | PropertyData |
public static PropertyData TaskMessageProperty | ||
return | PropertyData |
public static PropertyData TaskNameProperty | ||
return | PropertyData |
public static PropertyData TaskPercentageProperty | ||
return | PropertyData |