GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoUndoManagerCompoundEdit Class
Properties Methods


In This Topic
    GoUndoManagerCompoundEdit Class Members
    In This Topic

    The following tables list the members exposed by GoUndoManagerCompoundEdit.

    Public Constructors
     NameDescription
    Public Constructor Construct an empty list of edits.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a list of all the IGoUndoableEdits in this compound edit.  
    Public Property Gets or sets whether we can add more undoable edits to this compound edit.  
    Public Property Gets the user-visible string description of this compound edit.  
    Top
    Public Methods
     NameDescription
    Public MethodAdd an IGoUndoableEdit to the end of the list.  
    Public MethodThis predicate returns true if you can call Redo-- namely when IsComplete is true.  
    Public MethodThis predicate returns true if you can call Undo-- namely when IsComplete is true.  
    Public MethodClear all of the IGoUndoableEdits and forget all references to them.  
    Public MethodRedo all of the IGoUndoableEdits, in forwards order.  
    Public MethodUndo all of the IGoUndoableEdits, in reverse order.  
    Top
    See Also