C# Class SenseNet.ContentRepository.Fields.NumberFieldSetting

Inheritance: FieldSetting
Show file Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
GetFieldMetadata ( ) : FieldMetadata>.IDictionary
GetProperty ( string name, bool &found ) : object
Initialize ( ) : void
SetProperty ( string name, object value ) : bool
ValidateData ( object value, Field field ) : FieldValidationResult

Protected Methods

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

Private Methods

Method Description
SetSlotMinMaxValues ( ) : 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

Initialize() public method

public Initialize ( ) : void
return void

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

SetDefaults() protected method

protected SetDefaults ( ) : void
return void

SetProperty() public method

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

ValidateData() public method

public ValidateData ( object value, Field field ) : FieldValidationResult
value object
field Field
return SenseNet.ContentRepository.Schema.FieldValidationResult

WriteConfiguration() protected method

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