C# Class SenseNet.ContentRepository.Fields.LongTextFieldSetting

Inheritance: TextFieldSetting
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Méthode Description
GetFieldMetadata ( ) : FieldMetadata>.IDictionary
GetProperty ( string name, bool &found ) : object
SetProperty ( string name, object value ) : bool

Méthodes protégées

Méthode Description
CopyPropertiesFrom ( FieldSetting source ) : void
CreateDefaultIndexFieldHandler ( ) : SenseNet.Search.Indexing.FieldIndexHandler
ParseConfiguration ( XPathNavigator configurationElement, IXmlNamespaceResolver xmlNamespaceResolver, ContentType contentType ) : void
WriteConfiguration ( XmlWriter writer ) : void

Method Details

CopyPropertiesFrom() protected méthode

protected CopyPropertiesFrom ( FieldSetting source ) : void
source FieldSetting
Résultat void

CreateDefaultIndexFieldHandler() protected méthode

protected CreateDefaultIndexFieldHandler ( ) : SenseNet.Search.Indexing.FieldIndexHandler
Résultat SenseNet.Search.Indexing.FieldIndexHandler

GetFieldMetadata() public méthode

public GetFieldMetadata ( ) : FieldMetadata>.IDictionary
Résultat FieldMetadata>.IDictionary

GetProperty() public méthode

public GetProperty ( string name, bool &found ) : object
name string
found bool
Résultat object

ParseConfiguration() protected méthode

protected ParseConfiguration ( XPathNavigator configurationElement, IXmlNamespaceResolver xmlNamespaceResolver, ContentType contentType ) : void
configurationElement System.Xml.XPath.XPathNavigator
xmlNamespaceResolver IXmlNamespaceResolver
contentType SenseNet.ContentRepository.Schema.ContentType
Résultat void

SetProperty() public méthode

public SetProperty ( string name, object value ) : bool
name string
value object
Résultat bool

WriteConfiguration() protected méthode

protected WriteConfiguration ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
Résultat void