C# 클래스 SIM.Instances.InstanceManager

파일 보기 프로젝트 열기: Sitecore/Sitecore-Instance-Manager

Private Properties

프로퍼티 타입 설명
GetInstance Instance
GetInstances IEnumerable
GetOperableSites IEnumerable
GetPartiallyCachedInstance Instance
GetPartiallyCachedInstances IEnumerable
IsSitecore bool
OnInstancesListUpdated void

공개 메소드들

메소드 설명
GetInstance ( long id ) : Instance
Initialize ( [ defaultRootFolder = null ) : void
InitializeWithSoftListRefresh ( [ defaultRootFolder = null ) : void

비공개 메소드들

메소드 설명
GetInstance ( [ name ) : Instance
GetInstances ( ) : IEnumerable
GetOperableSites ( [ context, [ defaultRootFolder = null ) : IEnumerable
GetPartiallyCachedInstance ( [ site ) : Instance
GetPartiallyCachedInstances ( IEnumerable sites ) : IEnumerable
IsSitecore ( [ instance ) : bool
OnInstancesListUpdated ( ) : void

메소드 상세

GetInstance() 공개 정적인 메소드

public static GetInstance ( long id ) : Instance
id long
리턴 Instance

Initialize() 공개 정적인 메소드

public static Initialize ( [ defaultRootFolder = null ) : void
defaultRootFolder [
리턴 void

InitializeWithSoftListRefresh() 공개 정적인 메소드

public static InitializeWithSoftListRefresh ( [ defaultRootFolder = null ) : void
defaultRootFolder [
리턴 void