C# Class SIM.Instances.Instance

Inheritance: SIM.Adapters.WebServer.Website, IXmlSerializable
ファイルを表示 Open project: Sitecore/Sitecore-Instance-Manager Class Usage Examples

Protected Properties

Property Type Description
runtimeSettingsAccessor RuntimeSettingsAccessor

Private Properties

Property Type Description
GetAttachedDatabases ICollection
GetBackupFolder string
GetBackups IEnumerable
GetBackupsFolder string
GetDataFolderPath string
GetMongoDatabases ICollection
GetRootPath string
GetShowconfig XmlDocument
GetTempFolderPath string
GetVisualStudioSolutionFiles IEnumerable
GetWebResultConfig XmlDocument

Public Methods

Method Description
DoSmth ( ) : void
GetCachedInstance ( ) : Instance
GetCurrentLogFilePath ( ) : string
GetSchema ( ) : XmlSchema
Instance ( [ id ) : System
ReadXml ( XmlReader reader ) : void
ToString ( ) : string
WriteXml ( XmlWriter writer ) : void

Protected Methods

Method Description
GetIsSitecore ( ) : bool
GetLogsFolderPath ( ) : string
GetRootFolderViaDatabases ( ICollection databases ) : string
Instance ( ) : System
MapPath ( string virtualPath ) : string

Private Methods

Method Description
GetAttachedDatabases ( ) : ICollection
GetBackupFolder ( string name ) : string
GetBackups ( ) : IEnumerable
GetBackupsFolder ( ) : string
GetDataFolderPath ( ) : string
GetMongoDatabases ( ) : ICollection
GetRootPath ( ) : string
GetShowconfig ( bool normalize = false ) : XmlDocument
GetTempFolderPath ( ) : string
GetVisualStudioSolutionFiles ( string searchPattern = null ) : IEnumerable
GetWebResultConfig ( bool normalize = false ) : XmlDocument

Method Details

DoSmth() public static method

public static DoSmth ( ) : void
return void

GetCachedInstance() public method

public GetCachedInstance ( ) : Instance
return Instance

GetCurrentLogFilePath() public method

public GetCurrentLogFilePath ( ) : string
return string

GetIsSitecore() protected method

protected GetIsSitecore ( ) : bool
return bool

GetLogsFolderPath() protected method

protected GetLogsFolderPath ( ) : string
return string

GetRootFolderViaDatabases() protected method

protected GetRootFolderViaDatabases ( ICollection databases ) : string
databases ICollection
return string

GetSchema() public method

public GetSchema ( ) : XmlSchema
return XmlSchema

Instance() protected method

protected Instance ( ) : System
return System

Instance() public method

public Instance ( [ id ) : System
id [
return System

MapPath() protected method

protected MapPath ( string virtualPath ) : string
virtualPath string
return string

ReadXml() public method

public ReadXml ( XmlReader reader ) : void
reader XmlReader
return void

ToString() public method

public ToString ( ) : string
return string

WriteXml() public method

public WriteXml ( XmlWriter writer ) : void
writer XmlWriter
return void

Property Details

runtimeSettingsAccessor protected_oe property

protected RuntimeSettingsAccessor runtimeSettingsAccessor
return RuntimeSettingsAccessor