Search Results for

    Show / Hide Table of Contents

    Class Repository_FileHistory

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

    Constructors

    | Improve this Doc View Source

    Repository_FileHistory()

    Declaration
    public Repository_FileHistory()

    Properties

    | Improve this Doc View Source

    ChangeDateTime

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

    ChangeType

    0 = Unkown; 1 = Deleted; 2 = Moved; 4 = Content changed

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

    FileId

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

    Ident

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

    NewContent

    Declaration
    public byte[] NewContent { get; set; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    NewPath

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

    OldContent

    Declaration
    public byte[] OldContent { get; set; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    OldPath

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

    UserName

    Declaration
    public string UserName { get; set; }
    Property Value
    Type Description
    System.String

    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