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

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

Méthodes publiques

Méthode Description
Literal ( NodeAttribute nodeAttribute ) : System
Literal ( PropertyType propertySlot ) : System
Literal ( object value ) : System

Private Methods

Méthode Description
WriteXml ( XmlWriter writer ) : void

Method Details

Literal() public méthode

public Literal ( NodeAttribute nodeAttribute ) : System
nodeAttribute NodeAttribute
Résultat System

Literal() public méthode

public Literal ( PropertyType propertySlot ) : System
propertySlot SenseNet.ContentRepository.Storage.Schema.PropertyType
Résultat System

Literal() public méthode

public Literal ( object value ) : System
value object
Résultat System