Метод | Описание | |
---|---|---|
ConditionallyInstalledFileSetOrderEditorVM ( IList |
A simple constructor that initializes the view model with its dependencies.
|
|
GetConditionString ( ICondition p_cndCondition ) : string |
Converts the given ICondition to a string representation.
|
|
MovePattern ( |
Moves the pattern at the specified old index to the new index.
|
|
Validate ( ) : bool |
Validates the current ConditionallyInstalledFileSet order.
|
public ConditionallyInstalledFileSetOrderEditorVM ( IList |
||
p_lstConditionallyInstalledFileSets | IList |
The list of |
p_cvtConverter | The |
|
Результат | System.Collections.Generic |
public GetConditionString ( ICondition p_cndCondition ) : string | ||
p_cndCondition | ICondition | The |
Результат | string |
public MovePattern ( |
||
p_intOldIndex | The index of the pattern to move. | |
p_intNewIndex | The new index to which to move the pattern. | |
Результат | void |