C# Class Sage.Extensibility.InstallLog

Show file Open project: igorfrance/sage Class Usage Examples

Public Methods

Method Description
AddFile ( string path ) : InstallItem
InstallLog ( System.DateTime date ) : System
InstallLog ( XmlElement element ) : System
ToXml ( XmlDocument ownerDoc ) : XmlElement

Method Details

AddFile() public method

public AddFile ( string path ) : InstallItem
path string
return InstallItem

InstallLog() public method

public InstallLog ( System.DateTime date ) : System
date System.DateTime
return System

InstallLog() public method

public InstallLog ( XmlElement element ) : System
element System.Xml.XmlElement
return System

ToXml() public method

public ToXml ( XmlDocument ownerDoc ) : XmlElement
ownerDoc XmlDocument
return XmlElement