C# Class SenseNet.ContentRepository.Fields.BinaryField

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

Public Methods

Method Description
AttachmentName ( ) : string

Protected Methods

Method Description
ExportData ( XmlWriter writer, ExportContext context ) : void
ExportData2 ( XmlWriter writer, ExportContext context ) : void
ImportData ( XmlNode fieldNode ) : void
ImportData ( XmlNode fieldNode, ImportContext context ) : void
ParseValue ( string value ) : bool
WriteXmlData ( XmlWriter writer ) : void

Private Methods

Method Description
WriteXmlDataPrivate ( XmlWriter writer ) : string

Method Details

AttachmentName() public method

public AttachmentName ( ) : string
return string

ExportData() protected method

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

ExportData2() protected method

protected ExportData2 ( XmlWriter writer, ExportContext context ) : void
writer System.Xml.XmlWriter
context ExportContext
return void

ImportData() protected method

protected ImportData ( XmlNode fieldNode ) : void
fieldNode System.Xml.XmlNode
return void

ImportData() protected method

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

ParseValue() protected method

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

WriteXmlData() protected method

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