Entryclass

objectEntry
Namespace
global
Assembly
Sandbox.Tools
Declaration
public class Sandbox.Helpers.UndoSystem.Entry

Constructors1

Showing 1 constructors

public Entry()PUBLICCONSTRUCTOR

Properties6

Showing 6 properties

public bool Sandbox.Helpers.UndoSystem.Entry.Locked { get; set; }PUBLICGETSET

Returns:bool

public string Sandbox.Helpers.UndoSystem.Entry.Name { get; set; }PUBLICGETSET

Returns:string

public System.Action Sandbox.Helpers.UndoSystem.Entry.Redo { get; set; }PUBLICGETSET

Returns:Action

public System.DateTime Sandbox.Helpers.UndoSystem.Entry.Timestamp { get; set; }PUBLICGETSET

Returns:DateTime

public System.Action Sandbox.Helpers.UndoSystem.Entry.Undo { get; set; }PUBLICGETSET

Returns:Action

On this page