C# Class SenseNet.ContentRepository.Fields.LongTextFieldSetting

Inheritance: TextFieldSetting
ファイルを表示 Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

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

Protected Methods

Method 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 method

protected CopyPropertiesFrom ( FieldSetting source ) : void
source FieldSetting
return void

CreateDefaultIndexFieldHandler() protected method

protected CreateDefaultIndexFieldHandler ( ) : SenseNet.Search.Indexing.FieldIndexHandler
return SenseNet.Search.Indexing.FieldIndexHandler

GetFieldMetadata() public method

public GetFieldMetadata ( ) : FieldMetadata>.IDictionary
return FieldMetadata>.IDictionary

GetProperty() public method

public GetProperty ( string name, bool &found ) : object
name string
found bool
return object

ParseConfiguration() protected method

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

SetProperty() public method

public SetProperty ( string name, object value ) : bool
name string
value object
return bool

WriteConfiguration() protected method

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