Search Results for

    Show / Hide Table of Contents

    Enum CanvasStatus

    A list of the types of changes that can be made to data within a canvas

    Namespace: LemonEdge.API.ComplexTypes
    Assembly: API.dll
    Syntax
    public enum CanvasStatus : short

    Fields

    Name Description
    CreatedInCanvasOnly

    Indicates this item only exists in this canvas, and was not copied from the main system. Promoting it will result in this item being added to the main system.

    DeletedInCanvasFromMain

    Indicates this item exists in the main system, and was copied from there into this canvas, but has subsequently been deleted. Promoting it will result in this item being deleted from the main system.

    UpdatedFromMainIntoCanvas

    Indicates this item exists in the main system, and was copied from there into this canvas. Any changes can only be promoted if they are later than changes in the main system itself.

    Extension Methods

    EnumHelper.GetShortFlaggedValues<CanvasStatus>()
    EnumHelper.ToShortGuid<CanvasStatus>()
    MiscExtensions.SetIfNotEqual<CanvasStatus, P>(Expression<Func<CanvasStatus, P>>, P)
    ReflectionExtensions.ClearEventInvocations(String)
    ReflectionExtensions.GetEnumValueCustomAttributes<AttrType, CanvasStatus>()
    StringExtensions.ToCSVFormatString(Type)
    SQLExtensions.ToSQLValue(Boolean)
    In This Article
    Back to top © LemonEdge Technology. All rights reserved.