C# 클래스 SenseNet.ContentRepository.Fields.NodeTypeField

상속: Field
파일 보기 프로젝트 열기: maxpavlov/FlexNet

보호된 메소드들

메소드 설명
GetXmlData ( ) : string
ImportData ( System fieldNode, ImportContext context ) : void
WriteXmlData ( System writer ) : void

메소드 상세

GetXmlData() 보호된 메소드

protected GetXmlData ( ) : string
리턴 string

ImportData() 보호된 메소드

protected ImportData ( System fieldNode, ImportContext context ) : void
fieldNode System
context ImportContext
리턴 void

WriteXmlData() 보호된 메소드

protected WriteXmlData ( System writer ) : void
writer System
리턴 void