Search Results for

    Show / Hide Table of Contents

    Class Dependency

    Represents a dependency between two instances of ModelEntityBase.

    Inheritance
    System.Object
    Dependency
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: TimeCockpit.Data.DataModel
    Assembly: TimeCockpit.Data.dll
    Syntax
    public class Dependency

    Constructors

    Dependency(ModelEntityBase)

    Initializes a new instance of the Dependency class.

    Declaration
    public Dependency(ModelEntityBase dependentModelEntity)
    Parameters
    Type Name Description
    ModelEntityBase dependentModelEntity

    The dependent model entity.

    Properties

    DependencyHierarchy

    Gets or sets the dependency hierarchy.

    Declaration
    public DependencyHierarchy DependencyHierarchy { get; set; }
    Property Value
    Type Description
    DependencyHierarchy

    The dependency hierarchy.

    DependentModelEntity

    Gets or sets the dependent model entity.

    Declaration
    public ModelEntityBase DependentModelEntity { get; set; }
    Property Value
    Type Description
    ModelEntityBase

    The dependent model entity.

    HierarchyLevel

    Gets or sets the hierarchy level.

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

    ParentDependencyHierarchy

    Gets or sets the parent dependency hierarchy.

    Declaration
    public DependencyHierarchy ParentDependencyHierarchy { get; set; }
    Property Value
    Type Description
    DependencyHierarchy
    In This Article
    Back to top Copyright © 2020 software architects gmbh