C# Class withSIX.Play.Applications.ViewModels.Games.UploadCollection

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Méthodes publiques

Méthode Description
ChangeScope ( CustomCollectionLibraryItemViewModel collection, CollectionScope scope ) : Task
Publish ( CustomCollectionLibraryItemViewModel collection, CollectionScope scope ) : Task
ShowCollectionCreatedDialog ( CustomCollectionLibraryItemViewModel collection ) : System.Threading.Tasks.Task
Sync ( CustomCollectionLibraryItemViewModel collection ) : Task
Upload ( CustomCollectionLibraryItemViewModel collection ) : Task
UploadCollection ( IDialogManager dialogManager, IMediator mediator, Func collectionCreatedFactory, ISpecialDialogManager specialDialogManager ) : System

Private Methods

Méthode Description
AddSomeItems ( ) : void
CustomRepoDialog ( CustomCollection customCollection ) : Task
DealWithCustomRepo ( CustomCollection customCollection ) : Task
EditDescription ( CollectionLibraryItemViewModel collection ) : void
EditName ( CollectionLibraryItemViewModel collection ) : void
Wrap ( CustomCollectionLibraryItemViewModel collection, System.Action act ) : bool
WrapAsync ( CustomCollectionLibraryItemViewModel collection, Func task ) : Task

Method Details

ChangeScope() public méthode

public ChangeScope ( CustomCollectionLibraryItemViewModel collection, CollectionScope scope ) : Task
collection CustomCollectionLibraryItemViewModel
scope CollectionScope
Résultat Task

Publish() public méthode

public Publish ( CustomCollectionLibraryItemViewModel collection, CollectionScope scope ) : Task
collection CustomCollectionLibraryItemViewModel
scope CollectionScope
Résultat Task

ShowCollectionCreatedDialog() public méthode

public ShowCollectionCreatedDialog ( CustomCollectionLibraryItemViewModel collection ) : System.Threading.Tasks.Task
collection CustomCollectionLibraryItemViewModel
Résultat System.Threading.Tasks.Task

Sync() public méthode

public Sync ( CustomCollectionLibraryItemViewModel collection ) : Task
collection CustomCollectionLibraryItemViewModel
Résultat Task

Upload() public méthode

public Upload ( CustomCollectionLibraryItemViewModel collection ) : Task
collection CustomCollectionLibraryItemViewModel
Résultat Task

UploadCollection() public méthode

public UploadCollection ( IDialogManager dialogManager, IMediator mediator, Func collectionCreatedFactory, ISpecialDialogManager specialDialogManager ) : System
dialogManager IDialogManager
mediator IMediator
collectionCreatedFactory Func
specialDialogManager ISpecialDialogManager
Résultat System