C# Class SenseNet.ContentRepository.Storage.Search.TypeExpression

Inheritance: Expression
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Méthode Description
TypeExpression ( NodeType nodeType ) : System
TypeExpression ( NodeType nodeType, bool exactMatch ) : System

Private Methods

Méthode Description
WriteXml ( System writer ) : void

Method Details

TypeExpression() public méthode

public TypeExpression ( NodeType nodeType ) : System
nodeType SenseNet.ContentRepository.Storage.Schema.NodeType
Résultat System

TypeExpression() public méthode

public TypeExpression ( NodeType nodeType, bool exactMatch ) : System
nodeType SenseNet.ContentRepository.Storage.Schema.NodeType
exactMatch bool
Résultat System