C# Class SenseNet.ContentRepository.Fields.ColorField

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

Public Methods

Method Description
ColorFromString ( string value ) : Color
ColorToString ( Color color ) : string

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
WriteXmlData ( System writer ) : void

Private Methods

Method Description
ConvertFromControlInner ( object value ) : object

Method Details

ColorFromString() public static method

public static ColorFromString ( string value ) : Color
value string
return Color

ColorToString() public static method

public static ColorToString ( Color color ) : string
color Color
return string

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

WriteXmlData() protected method

protected WriteXmlData ( System writer ) : void
writer System
return void