[Missing <summary> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromReferenceNode.RecursiveResolve(System.Int32,System.Boolean,System.String,NHibernate.Hql.Ast.ANTLR.Tree.IASTNode)"]

Namespace: NHibernate.Hql.Ast.ANTLR.Tree
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public void RecursiveResolve(
	int level,
	bool impliedAtRoot,
	string classAlias,
	IASTNode parent
)
Visual Basic
Public Sub RecursiveResolve ( _
	level As Integer, _
	impliedAtRoot As Boolean, _
	classAlias As String, _
	parent As IASTNode _
)
Visual C++
public:
void RecursiveResolve(
	int level, 
	bool impliedAtRoot, 
	String^ classAlias, 
	IASTNode^ parent
)

Parameters

level
Type: System..::..Int32

[Missing <param name="level"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromReferenceNode.RecursiveResolve(System.Int32,System.Boolean,System.String,NHibernate.Hql.Ast.ANTLR.Tree.IASTNode)"]

impliedAtRoot
Type: System..::..Boolean

[Missing <param name="impliedAtRoot"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromReferenceNode.RecursiveResolve(System.Int32,System.Boolean,System.String,NHibernate.Hql.Ast.ANTLR.Tree.IASTNode)"]

classAlias
Type: System..::..String

[Missing <param name="classAlias"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromReferenceNode.RecursiveResolve(System.Int32,System.Boolean,System.String,NHibernate.Hql.Ast.ANTLR.Tree.IASTNode)"]

parent
Type: NHibernate.Hql.Ast.ANTLR.Tree..::..IASTNode

[Missing <param name="parent"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromReferenceNode.RecursiveResolve(System.Int32,System.Boolean,System.String,NHibernate.Hql.Ast.ANTLR.Tree.IASTNode)"]

See Also