C# Class SenseNet.ContentRepository.Fields.XmlField

Inheritance: Field, SenseNet.ContentRepository.Xpath.IRawXmlContainer
Show file Open project: maxpavlov/FlexNet

Public Methods

Method Description
GetRawXml ( ) : string

Protected Methods

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

Method Details

ExportData() protected method

protected ExportData ( System writer, ExportContext context ) : void
writer System
context ExportContext
return void

GetRawXml() public method

public GetRawXml ( ) : string
return string

ImportData() protected method

protected ImportData ( System fieldNode, ImportContext context ) : void
fieldNode System
context ImportContext
return void

ParseValue() protected method

protected ParseValue ( string value ) : bool
value string
return bool