BaseMementoRestore Method |
Restores target to the state memorized by this memento.
Namespace: RAYLASE.Marker.GUI.Common.MementosAssembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntaxpublic abstract IMemento<JobDefinition> Restore(
JobDefinition target
)
Parameters
- target JobDefinition
[Missing <param name="target"/> documentation for "M:RAYLASE.Marker.GUI.Common.Mementos.BaseMemento.Restore(RAYLASE.Marker.Job.JobDefinition)"]
Return Value
IMementoJobDefinition
A memento of the state before restoring.
Implements
IMementoTRestore(T)
See Also