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

Inheritance: Expression
Show file Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
TypeExpression ( NodeType nodeType ) : System
TypeExpression ( NodeType nodeType, bool exactMatch ) : System

Private Methods

Method Description
WriteXml ( System writer ) : void

Method Details

TypeExpression() public method

public TypeExpression ( NodeType nodeType ) : System
nodeType SenseNet.ContentRepository.Storage.Schema.NodeType
return System

TypeExpression() public method

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