C# Class AODL.Document.Content.EmbedObjects.EmbedObjectHandler

Summary description for EmbedObjectHandler.
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
CreateChart ( XmlNode ParentNode, string ObjectRealPath, string ObjectName ) : Chart

create the chart

CreateEmbedObject ( XmlNode ParentNode, string MediaType, string ObjectRealPath, string ObjectName ) : EmbedObject

create a embed object

EmbedObjectHandler ( IDocument document ) : System

the constructor

Method Details

CreateChart() public method

create the chart
public CreateChart ( XmlNode ParentNode, string ObjectRealPath, string ObjectName ) : Chart
ParentNode System.Xml.XmlNode
ObjectRealPath string
ObjectName string
return AODL.Document.Content.Charts.Chart

CreateEmbedObject() public method

create a embed object
public CreateEmbedObject ( XmlNode ParentNode, string MediaType, string ObjectRealPath, string ObjectName ) : EmbedObject
ParentNode System.Xml.XmlNode
MediaType string
ObjectRealPath string
ObjectName string
return EmbedObject

EmbedObjectHandler() public method

the constructor
public EmbedObjectHandler ( IDocument document ) : System
document IDocument
return System