C# Class Microsoft.WindowsAzure.MobileServices.Files.Sync.Triggers.EntityDataFileSyncTrigger

Inheritance: IFileSyncTrigger, IDisposable
Afficher le fichier Open project: Azure/azure-mobile-apps-net-files-client

Méthodes publiques

Méthode Description
Dispose ( ) : void
EntityDataFileSyncTrigger ( IFileSyncContext fileSyncContext, IMobileServiceClient mobileServiceClient, bool autoUpdateParentRecords ) : System

Private Methods

Méthode Description
Dispose ( bool disposing ) : void
OnFileOperationCompleted ( Microsoft.WindowsAzure.MobileServices.Files.Eventing.FileOperationCompletedEvent obj ) : void
OnStoreOperationCompleted ( Microsoft.WindowsAzure.MobileServices.Sync.StoreOperationCompletedEvent storeOperationEvent ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EntityDataFileSyncTrigger() public méthode

public EntityDataFileSyncTrigger ( IFileSyncContext fileSyncContext, IMobileServiceClient mobileServiceClient, bool autoUpdateParentRecords ) : System
fileSyncContext IFileSyncContext
mobileServiceClient IMobileServiceClient
autoUpdateParentRecords bool
Résultat System