C# Class NHibernate.Hql.Ast.HqlTreeNode

Afficher le fichier Open project: nhibernate/nhibernate-core Class Usage Examples

Private Properties

Свойство Type Description
AddChild void
AddChildren void

Méthodes publiques

Méthode Description
ClearChildren ( ) : void

Méthodes protégées

Méthode Description
HqlTreeNode ( int type, string text, IASTFactory factory ) : System
HqlTreeNode ( int type, string text, IASTFactory factory, IEnumerable children ) : System
SetText ( string text ) : void

Private Methods

Méthode Description
AddChild ( HqlTreeNode child ) : void
AddChildren ( IEnumerable children ) : void

Method Details

ClearChildren() public méthode

public ClearChildren ( ) : void
Résultat void

HqlTreeNode() protected méthode

protected HqlTreeNode ( int type, string text, IASTFactory factory ) : System
type int
text string
factory IASTFactory
Résultat System

HqlTreeNode() protected méthode

protected HqlTreeNode ( int type, string text, IASTFactory factory, IEnumerable children ) : System
type int
text string
factory IASTFactory
children IEnumerable
Résultat System

SetText() protected méthode

protected SetText ( string text ) : void
text string
Résultat void