Search Results for

    Show / Hide Table of Contents

    Class Repository_Directory

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

    Constructors

    | Improve this Doc View Source

    Repository_Directory()

    Declaration
    public Repository_Directory()

    Properties

    | Improve this Doc View Source

    Guid

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

    Name

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

    ParentDirectory

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

    Path

    Declaration
    public string Path { 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