C# Class btswebdoc.Web.DocsReaders.InstallationReader

Reads the serlialized model that we written to disk and caches it
Exibir arquivo Open project: riha/btswebdoc

Public Methods

Method Description
GetBizTalkInstallation ( Manifest manifest ) : BizTalkInstallation

Private Methods

Method Description
AddApplication ( BizTalkInstallation installation, string file, GZipStream gz ) : void
AddHost ( BizTalkInstallation installation, string file, GZipStream gz ) : void
ReadBizTalkInstallation ( Manifest manifest ) : BizTalkInstallation
ReadSerializedArtefacts ( BizTalkInstallation installation, Manifest manifest, string artefactPath, Action artefactsToAdd ) : void

Method Details

GetBizTalkInstallation() public static method

public static GetBizTalkInstallation ( Manifest manifest ) : BizTalkInstallation
manifest btswebdoc.Model.Manifest
return btswebdoc.Model.BizTalkInstallation