C# Class Malt.Reporting.OfficeXml.AbstractXmlBasedTemplate

Inheritance: ITemplate
Mostrar archivo Open project: oldrev/maltreport

Public Methods

Method Description
Clone ( ) : object
Compile ( ) : void
GetBuffer ( ) : byte[]
Load ( Stream inStream ) : void
Load ( string path ) : void
Render ( object>.IDictionary context ) : IDocument
Save ( Stream outStream ) : void
Save ( string path ) : void

Private Methods

Method Description
GetXmlDocument ( ) : XmlDocument
PutBuffer ( byte buffer ) : void

Method Details

Clone() public method

public Clone ( ) : object
return object

Compile() public abstract method

public abstract Compile ( ) : void
return void

GetBuffer() public method

public GetBuffer ( ) : byte[]
return byte[]

Load() public method

public Load ( Stream inStream ) : void
inStream Stream
return void

Load() public method

public Load ( string path ) : void
path string
return void

Render() public abstract method

public abstract Render ( object>.IDictionary context ) : IDocument
context object>.IDictionary
return IDocument

Save() public method

public Save ( Stream outStream ) : void
outStream Stream
return void

Save() public method

public Save ( string path ) : void
path string
return void