Search Results for

    Show / Hide Table of Contents

    Class RepositoryDirectoryInfo

    Model containing all information about a repository directory

    Inheritance
    System.Object
    RepositoryDirectoryInfo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.Repository
    Assembly: Simplic.Framework.Repository.dll
    Syntax
    public class RepositoryDirectoryInfo

    Properties

    | Improve this Doc View Source

    Guid

    Unique id of the directory

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

    Name

    Name of the directory

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

    Parent

    Parent guid of the directory

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

    Path

    Full path of the directory

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

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Compare to directories by it's ids

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj

    Value to compare

    Returns
    Type Description
    System.Boolean

    True if both Direcotery-Guid are equal

    Overrides
    System.Object.Equals(System.Object)
    | Improve this Doc View Source

    GetHashCode()

    Id of the directory as hash-code

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    Id as hash-code

    Overrides
    System.Object.GetHashCode()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx