C# Class SenseNet.ContentRepository.Fields.IntegerField

Inheritance: Field
Show file Open project: maxpavlov/FlexNet

Protected Methods

Method Description
ConvertFrom ( object value ) : object[]
ConvertTo ( object handlerValues ) : object
ExportData ( System writer, ExportContext context ) : void
GetXmlData ( ) : string
ImportData ( System fieldNode, ImportContext context ) : void
ParseValue ( string value ) : bool

Private Methods

Method Description
ConvertFromControlInner ( object value ) : object

Method Details

ConvertFrom() protected method

protected ConvertFrom ( object value ) : object[]
value object
return object[]

ConvertTo() protected method

protected ConvertTo ( object handlerValues ) : object
handlerValues object
return object

ExportData() protected method

protected ExportData ( System writer, ExportContext context ) : void
writer System
context ExportContext
return void

GetXmlData() protected method

protected GetXmlData ( ) : string
return string

ImportData() protected method

protected ImportData ( System fieldNode, ImportContext context ) : void
fieldNode System
context ImportContext
return void

ParseValue() protected method

protected ParseValue ( string value ) : bool
value string
return bool