C# Class SIM.Instances.InstanceManager

Mostrar archivo Open project: Sitecore/Sitecore-Instance-Manager

Private Properties

Property Type Description
GetInstance Instance
GetInstances IEnumerable
GetOperableSites IEnumerable
GetPartiallyCachedInstance Instance
GetPartiallyCachedInstances IEnumerable
IsSitecore bool
OnInstancesListUpdated void

Public Methods

Method Description
GetInstance ( long id ) : Instance
Initialize ( [ defaultRootFolder = null ) : void
InitializeWithSoftListRefresh ( [ defaultRootFolder = null ) : void

Private Methods

Method Description
GetInstance ( [ name ) : Instance
GetInstances ( ) : IEnumerable
GetOperableSites ( [ context, [ defaultRootFolder = null ) : IEnumerable
GetPartiallyCachedInstance ( [ site ) : Instance
GetPartiallyCachedInstances ( IEnumerable sites ) : IEnumerable
IsSitecore ( [ instance ) : bool
OnInstancesListUpdated ( ) : void

Method Details

GetInstance() public static method

public static GetInstance ( long id ) : Instance
id long
return Instance

Initialize() public static method

public static Initialize ( [ defaultRootFolder = null ) : void
defaultRootFolder [
return void

InitializeWithSoftListRefresh() public static method

public static InitializeWithSoftListRefresh ( [ defaultRootFolder = null ) : void
defaultRootFolder [
return void