C# 클래스 SIM.Instances.Instance

상속: SIM.Adapters.WebServer.Website, IXmlSerializable
파일 보기 프로젝트 열기: Sitecore/Sitecore-Instance-Manager 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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