Search Results for

    Show / Hide Table of Contents

    Interface IEdit

    Interface for an edit that was performed on an object.

    Namespace: Simplic.UI.ScheduleView
    Assembly: Simplic.UI.dll
    Syntax
    public interface IEdit

    Properties

    | Improve this Doc View Source

    EditDate

    Gets or sets System.DateTime value determining the time and date the edit was performed.

    Declaration
    DateTime EditDate { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    EditorId

    Gets or sets the object identifying the editor. It is recommended to use a System.Guid for that purpose whenever possible.

    Declaration
    object EditorId { get; set; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    EditorName

    Gets or sets System.String value representing the name of the editor in a human-readable form.

    Declaration
    string EditorName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Id

    Gets or sets System.Guid value for unique identification of an edit.

    Declaration
    Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx