C# Class SenseNet.ContentRepository.Fields.XmlField

Inheritance: Field, SenseNet.ContentRepository.Xpath.IRawXmlContainer
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Méthode Description
GetRawXml ( ) : string

Méthodes protégées

Méthode Description
ExportData ( System writer, ExportContext context ) : void
ImportData ( System fieldNode, ImportContext context ) : void
ParseValue ( string value ) : bool

Method Details

ExportData() protected méthode

protected ExportData ( System writer, ExportContext context ) : void
writer System
context ExportContext
Résultat void

GetRawXml() public méthode

public GetRawXml ( ) : string
Résultat string

ImportData() protected méthode

protected ImportData ( System fieldNode, ImportContext context ) : void
fieldNode System
context ImportContext
Résultat void

ParseValue() protected méthode

protected ParseValue ( string value ) : bool
value string
Résultat bool