Search Results for

    Show / Hide Table of Contents

    Class BackReferenceSource

    QuerySource for backreferences in sub selects.

    Inheritance
    System.Object
    Node
    QuerySource
    BackReferenceSource
    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.QueryLanguage.Syntax
    Assembly: TimeCockpit.Data.dll
    Syntax
    public class BackReferenceSource : QuerySource

    Constructors

    BackReferenceSource(MemberAccess)

    Initializes a new instance of the BackReferenceSource class.

    Declaration
    public BackReferenceSource(MemberAccess memberAccess)
    Parameters
    Type Name Description
    MemberAccess memberAccess

    The member access describing the back reference.

    Properties

    MemberAccess

    Gets the member access to the back reference.

    Declaration
    public MemberAccess MemberAccess { get; }
    Property Value
    Type Description
    MemberAccess

    Methods

    Accept(Visitor)

    Dispatches to the VisitBackReferenceSource method on the visitor object passed in.

    Declaration
    public override Node Accept(Visitor visitor)
    Parameters
    Type Name Description
    Visitor visitor

    The visitor to dispatch to.

    Returns
    Type Description
    Node

    Returns the value returned by the call to VisitBackReferenceSource(BackReferenceSource).

    Overrides
    Node.Accept(Visitor)
    In This Article
    Back to top Copyright © 2020 software architects gmbh