C# Класс SIM.Instances.Instance

Наследование: SIM.Adapters.WebServer.Website, IXmlSerializable
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
runtimeSettingsAccessor RuntimeSettingsAccessor

Private Properties

Свойство Тип Описание
GetAttachedDatabases ICollection
GetBackupFolder string
GetBackups IEnumerable
GetBackupsFolder string
GetDataFolderPath string
GetMongoDatabases ICollection
GetRootPath string
GetShowconfig XmlDocument
GetTempFolderPath string
GetVisualStudioSolutionFiles IEnumerable
GetWebResultConfig XmlDocument

Открытые методы

Метод Описание
DoSmth ( ) : void
GetCachedInstance ( ) : Instance
GetCurrentLogFilePath ( ) : string
GetSchema ( ) : XmlSchema
Instance ( [ id ) : System
ReadXml ( XmlReader reader ) : void
ToString ( ) : string
WriteXml ( XmlWriter writer ) : void

Защищенные методы

Метод Описание
GetIsSitecore ( ) : bool
GetLogsFolderPath ( ) : string
GetRootFolderViaDatabases ( ICollection databases ) : string
Instance ( ) : System
MapPath ( string virtualPath ) : string

Приватные методы

Метод Описание
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

Описание методов

DoSmth() публичный статический Метод

public static DoSmth ( ) : void
Результат void

GetCachedInstance() публичный Метод

public GetCachedInstance ( ) : Instance
Результат Instance

GetCurrentLogFilePath() публичный Метод

public GetCurrentLogFilePath ( ) : string
Результат string

GetIsSitecore() защищенный Метод

protected GetIsSitecore ( ) : bool
Результат bool

GetLogsFolderPath() защищенный Метод

protected GetLogsFolderPath ( ) : string
Результат string

GetRootFolderViaDatabases() защищенный Метод

protected GetRootFolderViaDatabases ( ICollection databases ) : string
databases ICollection
Результат string

GetSchema() публичный Метод

public GetSchema ( ) : XmlSchema
Результат XmlSchema

Instance() защищенный Метод

protected Instance ( ) : System
Результат System

Instance() публичный Метод

public Instance ( [ id ) : System
id [
Результат System

MapPath() защищенный Метод

protected MapPath ( string virtualPath ) : string
virtualPath string
Результат string

ReadXml() публичный Метод

public ReadXml ( XmlReader reader ) : void
reader XmlReader
Результат void

ToString() публичный Метод

public ToString ( ) : string
Результат string

WriteXml() публичный Метод

public WriteXml ( XmlWriter writer ) : void
writer XmlWriter
Результат void

Описание свойств

runtimeSettingsAccessor защищенное свойство

protected RuntimeSettingsAccessor runtimeSettingsAccessor
Результат RuntimeSettingsAccessor