C# Class SenseNet.ContentRepository.Fields.NodeTypeField

Inheritance: Field
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes protégées

Méthode Description
GetXmlData ( ) : string
ImportData ( System fieldNode, ImportContext context ) : void
WriteXmlData ( System writer ) : void

Method Details

GetXmlData() protected méthode

protected GetXmlData ( ) : string
Résultat string

ImportData() protected méthode

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

WriteXmlData() protected méthode

protected WriteXmlData ( System writer ) : void
writer System
Résultat void