Search Results for

    Show / Hide Table of Contents

    Class AuditHistoryToolWindow

    The tool window Item used to display a AuditHistory tool window

    Inheritance
    System.Object
    ToolWindowItem
    AuditHistoryToolWindow
    Inherited Members
    ToolWindowItem.Displayer
    ToolWindowItem.UsesDisplayerContext
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LemonEdge.Client.Core.Views.Core
    Assembly: ClientCore.dll
    Syntax
    public class AuditHistoryToolWindow : ToolWindowItem

    Constructors

    AuditHistoryToolWindow()

    Creates a new tool window item for the audit history tool window

    Parameterless constructors are required for all ToolWindowItem implementations

    Declaration
    public AuditHistoryToolWindow()

    AuditHistoryToolWindow(IModelLayoutDisplayer)

    Creates a new tool window item for the audit history tool window with the specified current active IModelLayoutDisplayer to work against

    Declaration
    public AuditHistoryToolWindow(IModelLayoutDisplayer displayer)
    Parameters
    Type Name Description
    IModelLayoutDisplayer displayer

    The current active displayer to work against

    Fields

    PARAM_AUDITHISTORY

    The layout name this item requires to be displayed

    Available so a DefaultLayoutGenerator can be implemented to create a custom layout specifically for this item

    Declaration
    public const string PARAM_AUDITHISTORY = "AuditHistory_ToolWindow"
    Field Value
    Type Description
    System.String

    Properties

    ImageID

    Returns the history default image

    Declaration
    public override Guid ImageID { get; }
    Property Value
    Type Description
    System.Guid
    Overrides
    ToolWindowItem.ImageID

    Label

    Always returns "Usable History"

    Declaration
    public override string Label { get; }
    Property Value
    Type Description
    System.String
    Overrides
    ToolWindowItem.Label

    LayoutDiplayName

    Returns PARAM_AUDITHISTORY

    Declaration
    public override string LayoutDiplayName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    ToolWindowItem.LayoutDiplayName

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.