NetCharts Server .NET Toolkit

ServerGeneratedPage Members

ServerGeneratedPage overview

Public Instance Constructors

ServerGeneratedPageOverloaded. Initializes a new instance of the ServerGeneratedPage class.

Public Instance Properties

AltText The alternate text of the image.
ChartFile The chart file used as the template of the ServerGeneratedImage.
EncodingScheme The encoding scheme of the image data.
HTML The HTML of the generated page.
Image The encoded image data.
MIMEType The mime type of the encoded image.
UniqueID The unique ID of the ServerGeneratedPage.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
getHTMLFragment Returns the HTML of the generated page without the bounding <html> and <body> tags.
GetType (inherited from Object)Gets the Type of the current instance.
loadPage Initializes the ServerGeneratedPage from a serialized version.
savePage Serializes the ServerGeneratedPage into XML form.
setImageSourceTag Modifies the src attribute of the <img> HTML tag in the generated page.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Properties

LogFlag (inherited from Loggable) Whether logging should occur during processing.
LogLocation (inherited from Loggable) The file where log messages should be written to.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
init (inherited from Loggable) Initializes logging properties.
logMessage (inherited from Loggable) Logs a messaged if logging is enabled.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

ServerGeneratedPage Class | NetChartsServer Namespace