C# Class SenseNet.ContentRepository.Storage.Search.Internal.Literal

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

Public Methods

Method Description
Literal ( NodeAttribute nodeAttribute ) : System
Literal ( PropertyType propertySlot ) : System
Literal ( object value ) : System

Private Methods

Method Description
WriteXml ( XmlWriter writer ) : void

Method Details

Literal() public method

public Literal ( NodeAttribute nodeAttribute ) : System
nodeAttribute NodeAttribute
return System

Literal() public method

public Literal ( PropertyType propertySlot ) : System
propertySlot SenseNet.ContentRepository.Storage.Schema.PropertyType
return System

Literal() public method

public Literal ( object value ) : System
value object
return System