Click or drag to resize

BaseMemento Class

[Missing <summary> documentation for "T:RAYLASE.Marker.GUI.Common.Mementos.BaseMemento"]

Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.GUI.Common.MementosBaseMemento

Namespace: RAYLASE.Marker.GUI.Common.Mementos
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
public abstract class BaseMemento : IMemento<JobDefinition>, 
	IDisposable

The BaseMemento type exposes the following members.

Constructors
 NameDescription
Protected methodBaseMementoInitializes a new instance of the BaseMemento class
Top
Properties
 NameDescription
Public propertyDescription Provides a description about the memento.
Protected propertyEventAggregator 
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the BaseMemento
Public methodGetWeight 
Public methodRestore Restores target to the state memorized by this memento.
Top
See Also