Show / Hide Table of Contents

Class AutoSaverRestoreDocumentEvent

A prism event representing a request to restore a template.

Inheritance
object
EventBase
PubSubEvent<IBackupDocument>
AutoSaverRestoreDocumentEvent
Inherited Members
PubSubEvent<IBackupDocument>.Subscribe(Action<IBackupDocument>)
PubSubEvent<IBackupDocument>.Subscribe(Action<IBackupDocument>, Predicate<IBackupDocument>)
PubSubEvent<IBackupDocument>.Subscribe(Action<IBackupDocument>, ThreadOption)
PubSubEvent<IBackupDocument>.Subscribe(Action<IBackupDocument>, bool)
PubSubEvent<IBackupDocument>.Subscribe(Action<IBackupDocument>, ThreadOption, bool)
PubSubEvent<IBackupDocument>.Subscribe(Action<IBackupDocument>, ThreadOption, bool, Predicate<IBackupDocument>)
PubSubEvent<IBackupDocument>.Publish(IBackupDocument)
PubSubEvent<IBackupDocument>.Unsubscribe(Action<IBackupDocument>)
PubSubEvent<IBackupDocument>.Contains(Action<IBackupDocument>)
EventBase.InternalSubscribe(IEventSubscription)
EventBase.InternalPublish(params object[])
EventBase.Unsubscribe(SubscriptionToken)
EventBase.Contains(SubscriptionToken)
EventBase.Prune()
EventBase.SynchronizationContext
EventBase.Subscriptions
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class AutoSaverRestoreDocumentEvent : PubSubEvent<IBackupDocument>
  • View Source
In this article
Back to top Generated by DocFX