Show / Hide Table of Contents

Interface IProvideHierarchy

Virtual and Function Parameter Hierarchy.

Namespace: MESL.SqlRace.Domain.VirtualParameters
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IProvideHierarchy

Properties

FunctionCode

Gets or sets the function code.

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

The function code.

Hierarchy

Gets or sets the hierarchy.

Declaration
List<IProvideHierarchy> Hierarchy { get; set; }
Property Value
Type Description
System.Collections.Generic.List<IProvideHierarchy>

The hierarchy.

Identifier

Gets or sets the identifier.

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

The identifier.

Identifiers

Gets the identifiers.

Declaration
List<string> Identifiers { get; }
Property Value
Type Description
System.Collections.Generic.List<System.String>

The identifiers.

ParameterType

Gets or sets the parameter type.

Declaration
PdaType ParameterType { get; set; }
Property Value
Type Description
PdaType

The parameter type.

Methods

Display()

Display hierarchy.

Declaration
string Display()
Returns
Type Description
System.String

The System.String.

Execute(Session)

Execute and Display hierarchy using 1 sample for each Parameter from the Fastest Lap.

Declaration
string Execute(Session session)
Parameters
Type Name Description
Session session

The session.

Returns
Type Description
System.String

The System.String.

Back to top Generated by DocFX