Метод | Описание | |
---|---|---|
AddConflictingResources ( Tuple |
Add items that are found to be in conflicts
|
|
CalculateStats ( IEnumerable |
Calculates the stastics from navigation item view models
|
|
CheckForNamingConflicts ( List |
||
DeployStatsCalculator ( ) : System | ||
DeploySummaryPredicateExisting ( IExplorerItemModel node, |
The predicate used to detemine which resources are going to be overridden
|
|
DeploySummaryPredicateNew ( IExplorerItemModel node, IEnvironmentModel targetEnvironment ) : bool |
The predicate used to detemine which resources are going to be overridden
|
|
SelectForDeployPredicate ( IExplorerItemModel node ) : bool |
The predicate used to detemine if an item should be deployed
|
|
SelectForDeployPredicateWithTypeAndCategories ( IExplorerItemModel node, ResourceType type, List |
The predicate used to detemine if an item should be deployed
|
public AddConflictingResources ( Tuple |
||
resourceInConflict | Tuple |
|
Результат | void |
public CalculateStats ( IEnumerable |
||
items | IEnumerable |
|
predicates | bool>.Dictionary | |
stats | ObservableCollection |
|
deployItemCount | int | |
Результат | void |
public CheckForNamingConflicts ( List |
||
items | List |
|
targetNavViewModel | ||
Результат | IEnumerable |
public DeploySummaryPredicateExisting ( IExplorerItemModel node, |
||
node | IExplorerItemModel | |
targetNavViewModel | ||
Результат | bool |
public DeploySummaryPredicateNew ( IExplorerItemModel node, IEnvironmentModel targetEnvironment ) : bool | ||
node | IExplorerItemModel | |
targetEnvironment | IEnvironmentModel | |
Результат | bool |
public SelectForDeployPredicate ( IExplorerItemModel node ) : bool | ||
node | IExplorerItemModel | |
Результат | bool |
public SelectForDeployPredicateWithTypeAndCategories ( IExplorerItemModel node, ResourceType type, List |
||
node | IExplorerItemModel | |
type | ResourceType | |
inclusionCategories | List |
|
exclusionCategories | List |
|
Результат | bool |