Property | Type | Description | |
---|---|---|---|
CanMoveToStep | bool | ||
MoveToStep | void | ||
OnAddExecute | void | ||
OnMoveDownCanExecute | bool | ||
OnMoveDownExecute | void | ||
OnMoveUpCanExecute | bool | ||
OnMoveUpExecute | void | ||
OnPackageSourcesChanged | void | ||
OnRemoveCanExecute | bool | ||
OnRemoveExecute | void | ||
VerifyAll | void | ||
VerifyPackageSourceAsync | System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
PackageSourceSettingViewModel ( INuGetFeedVerificationService nuGetFeedVerificationService, IPackageSourceFactory packageSourceFactory ) : System.Collections.Generic |
Method | Description | |
---|---|---|
InitializeAsync ( ) : System.Threading.Tasks.Task | ||
OnModelPropertyChanged ( object sender, |
||
SaveAsync ( ) : Task |
||
ValidateBusinessRules ( List |
||
ValidateFields ( List |
Method | Description | |
---|---|---|
CanMoveToStep ( int step ) : bool | ||
MoveToStep ( int step ) : void | ||
OnAddExecute ( ) : void | ||
OnMoveDownCanExecute ( ) : bool | ||
OnMoveDownExecute ( ) : void | ||
OnMoveUpCanExecute ( ) : bool | ||
OnMoveUpExecute ( ) : void | ||
OnPackageSourcesChanged ( ) : void | ||
OnRemoveCanExecute ( ) : bool | ||
OnRemoveExecute ( ) : void | ||
VerifyAll ( ) : void | ||
VerifyPackageSourceAsync ( EditablePackageSource packageSource, bool force = false ) : System.Threading.Tasks.Task |
protected InitializeAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
protected OnModelPropertyChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
public PackageSourceSettingViewModel ( INuGetFeedVerificationService nuGetFeedVerificationService, IPackageSourceFactory packageSourceFactory ) : System.Collections.Generic | ||
nuGetFeedVerificationService | INuGetFeedVerificationService | |
packageSourceFactory | IPackageSourceFactory | |
return | System.Collections.Generic |
protected ValidateBusinessRules ( List |
||
validationResults | List |
|
return | void |
protected ValidateFields ( List |
||
validationResults | List |
|
return | void |