Class DeadOfSource
Class representing a dead of AST Node / Query source.
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 DeadOfSource : QuerySource
Constructors
DeadOfSource(String)
Initializes a new instance of the DeadOfSource class.
Declaration
public DeadOfSource(string entityName)
Parameters
Type | Name | Description |
---|---|---|
System.String | entityName | The name of the entity whose dead of to retrieve from. |
Properties
EntityName
Gets the name of the entity whose dead of to query.
Declaration
public string EntityName { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Accept(Visitor)
dispatches a visitor to the node.
Declaration
public override Node Accept(Visitor visitor)
Parameters
Type | Name | Description |
---|---|---|
Visitor | visitor | the visitor to dispatch. |
Returns
Type | Description |
---|---|
Node | The modified node if it or any sub node was modified; otherwise, returns the original. |