C# Class SenseNet.ContentRepository.Fields.NodeTypeField

Inheritance: Field
显示文件 Open project: maxpavlov/FlexNet

Protected Methods

Method Description
GetXmlData ( ) : string
ImportData ( System fieldNode, ImportContext context ) : void
WriteXmlData ( System writer ) : void

Method Details

GetXmlData() protected method

protected GetXmlData ( ) : string
return string

ImportData() protected method

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

WriteXmlData() protected method

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