Search Results for

    Show / Hide Table of Contents

    Class InstanceData_Comment_Entry

    Inheritance
    System.Object
    InstanceData_Comment_Entry
    Namespace: Simplic.Framework.EF
    Assembly: Simplic.Framework.EF.dll
    Syntax
    public class InstanceData_Comment_Entry : Locking.ILockable

    Constructors

    | Improve this Doc View Source

    InstanceData_Comment_Entry()

    Declaration
    public InstanceData_Comment_Entry()

    Properties

    | Improve this Doc View Source

    CategoryId

    Declaration
    public Guid? CategoryId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    CommentId

    Declaration
    public Guid CommentId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    CreateDateTime

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

    UserComment

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

    UserId

    Declaration
    public int UserId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Version

    Declaration
    public int Version { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    GetPersistantKey()

    Declaration
    public Guid GetPersistantKey()
    Returns
    Type Description
    System.Guid
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx