C# Class SenseNet.ContentRepository.Fields.ActivationFieldSetting

Inheritance: ShortTextFieldSetting
Mostrar archivo Open project: maxpavlov/FlexNet

Protected Methods

Method Description
ParseConfiguration ( System configurationElement, System xmlNamespaceResolver, ContentType contentType ) : void
SetDefaults ( ) : void
WriteConfiguration ( XmlWriter writer ) : void

Method Details

ParseConfiguration() protected method

protected ParseConfiguration ( System configurationElement, System xmlNamespaceResolver, ContentType contentType ) : void
configurationElement System
xmlNamespaceResolver System
contentType SenseNet.ContentRepository.Schema.ContentType
return void

SetDefaults() protected method

protected SetDefaults ( ) : void
return void

WriteConfiguration() protected method

protected WriteConfiguration ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
return void