[This is preliminary documentation and is subject to change.]
A support class for using SimisReader and SimisWriter with on-disk files and editing capabilities.
| C# | Visual Basic | Visual C++ |
public class UndoRedoSimisFile : MutableSimisFile
Public Class UndoRedoSimisFile _ Inherits MutableSimisFile
public ref class UndoRedoSimisFile : public MutableSimisFile
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| UndoRedoSimisFile(String, SimisProvider) | ||
| CanRedo |
Gets a Boolean indicating whether redo is available.
| |
| CanUndo |
Gets a Boolean indicating whether undo is available.
| |
| Equals(Object) | (Inherited from Object.) | |
| FieldGetter(String, String, Object%) | (Inherited from Object.) | |
| FieldSetter(String, String, Object) | (Inherited from Object.) | |
| FileName | (Inherited from MutableSimisFile.) | |
| Finalize()()()() | (Inherited from Object.) | |
| GetFieldInfo(String, String) | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| MemberwiseClone()()()() | (Inherited from Object.) | |
| Read()()()() | (Overrides MutableSimisFile.Read()()()().) | |
| Read(Stream) | (Overrides MutableSimisFile.Read(Stream).) | |
| Redo()()()() |
Switches to the next SimisTreeNode root.
| |
| RedoBuffer | ||
| ResetUndo()()()() | ||
| ResetUndo(SimisTreeNode) | ||
| SimisFormat | (Inherited from MutableSimisFile.) | |
| SimisProvider | (Inherited from MutableSimisFile.) | |
| StreamCompressed | (Inherited from MutableSimisFile.) | |
| StreamFormat | (Inherited from MutableSimisFile.) | |
| ToString()()()() | (Inherited from Object.) | |
| Tree |
Gets or sets the root SimisTreeNode for the tree read or written by this class.
(Overrides MutableSimisFile.Tree.) | |
| Undo()()()() |
Switches to the previous SimisTreeNode root.
| |
| UndoBuffer | ||
| Write()()()() | (Inherited from MutableSimisFile.) | |
| Write(Stream) | (Inherited from MutableSimisFile.) |
| Object | ||
| MutableSimisFile | ||
| UndoRedoSimisFile | ||