PoshKentico.Business.xml
<?xml version="1.0"?>
<doc> <assembly> <name>PoshKentico.Business</name> </assembly> <members> <member name="T:PoshKentico.Business.CmdletBusinessBase"> <summary> Base class for all Cmdlet Business objects. </summary> </member> <member name="P:PoshKentico.Business.CmdletBusinessBase.WriteDebug"> <summary> Gets or sets a delegate for writing to the debug stream. </summary> </member> <member name="P:PoshKentico.Business.CmdletBusinessBase.WriteVerbose"> <summary> Gets or sets a delegate for writing to the verbose stream. </summary> </member> <member name="T:PoshKentico.Business.General.InitializeCMSApplicationBusiness"> <summary> Business layer for the Initialize-CMSApplication cmdlet. </summary> </member> <member name="P:PoshKentico.Business.General.InitializeCMSApplicationBusiness.CmsApplicationService"> <summary> Gets or sets a reference to the CMS Application Service. Populated by MEF. </summary> </member> <member name="M:PoshKentico.Business.General.InitializeCMSApplicationBusiness.Initialize(System.String,System.IO.DirectoryInfo)"> <summary> Initializes Kentico with the specified connection string and web root. Matches with the "ConnectionString" parameter set name. </summary> <param name="connectionString">The connection string for the database connection.</param> <param name="webRoot">The root directory for the Kentico site.</param> </member> <member name="M:PoshKentico.Business.General.InitializeCMSApplicationBusiness.Initialize"> <summary> Initializes Kentico by searching for a Kentico site. </summary> </member> <member name="M:PoshKentico.Business.General.InitializeCMSApplicationBusiness.Initialize(System.String,System.String,System.Int32,System.IO.DirectoryInfo)"> <summary> Initializes Kentico by using the provided information to generate a connection string. </summary> <param name="databaseServer">The server the Kentico database is located on.</param> <param name="database">The name of the Kentico database.</param> <param name="timeout">The timeout for connecting to the Kentico database.</param> <param name="webRoot">The root directory for the Kentico site.</param> </member> </members> </doc> |