프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DetailedMessageProperty | PropertyData | ||
TaskIsIndeterminateProperty | PropertyData | ||
TaskMessageProperty | PropertyData | ||
TaskNameProperty | PropertyData | ||
TaskPercentageProperty | PropertyData | ||
TaskProperty | PropertyData |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
OnTaskMessageChanged | void | ||
OnTaskPercentageChanged | void |
메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | 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 |
리턴 | 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 |
리턴 | 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 |
리턴 | void |
public static PropertyData DetailedMessageProperty | ||
리턴 | PropertyData |
public static PropertyData TaskIsIndeterminateProperty | ||
리턴 | PropertyData |
public static PropertyData TaskPercentageProperty | ||
리턴 | PropertyData |