Ejemplo n.º 1
0
 public SnapshotManagementInitializationException(Orc.Snapshots.ISnapshotManager snapshotManager)
 {
 }
Ejemplo n.º 2
0
 protected SnapshotProviderBase(Orc.Snapshots.ISnapshotManager snapshotManager, Catel.IoC.IServiceLocator serviceLocator)
 {
 }
Ejemplo n.º 3
0
 public static TSnapshot FindSnapshot <TSnapshot>(this Orc.Snapshots.ISnapshotManager snapshotManager, string title, string category = null)
     where TSnapshot : Orc.Snapshots.ISnapshot
 {
 }
Ejemplo n.º 4
0
 public static Orc.Snapshots.ISnapshot FindSnapshot(this Orc.Snapshots.ISnapshotManager snapshotManager, string title, string category = null)
 {
 }
Ejemplo n.º 5
0
 public static System.Threading.Tasks.Task <Orc.Snapshots.ISnapshot> CreateSnapshotAsync(this Orc.Snapshots.ISnapshotManager snapshotManager, string title, string category = null)
 {
 }
Ejemplo n.º 6
0
 public static void AddProvider <TSnapshotProvider>(this Orc.Snapshots.ISnapshotManager snapshotManager)
     where TSnapshotProvider : Orc.Snapshots.ISnapshotProvider
 {
 }
 public SnapshotsCleanupViewModel(Orc.Snapshots.ISnapshotManager snapshotManager, Catel.Services.ILanguageService languageService)
 {
 }