C# Class SenseNet.ContentRepository.Fields.AllowedChildTypesField

Inheritance: Field
Show file Open project: maxpavlov/FlexNet

Protected Methods

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

Method Details

ExportData() protected method

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

GetXmlData() protected method

protected GetXmlData ( ) : 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

WriteXmlData() protected method

protected WriteXmlData ( System writer ) : void
writer System
return void