C# Class Rebel.Hive.ProviderGrouping.AbstractRepositoryGroup

Inheritance: DisposableObject, IRequiresHiveContext
Datei anzeigen Open project: RebelCMS/rebelcmsxu5

Public Properties

Property Type Description
SessionId System.Guid

Protected Methods

Method Description
AbstractRepositoryGroup ( GroupedProviderMetadata providers, Uri idRoot, AbstractScopedCache scopedCache, RepositoryContext hiveContext ) : System
AbstractRepositoryGroup ( IEnumerable childRepositories, Uri idRoot, AbstractScopedCache scopedCache, RepositoryContext hiveContext ) : System

Method Details

AbstractRepositoryGroup() protected method

protected AbstractRepositoryGroup ( GroupedProviderMetadata providers, Uri idRoot, AbstractScopedCache scopedCache, RepositoryContext hiveContext ) : System
providers GroupedProviderMetadata
idRoot System.Uri
scopedCache Rebel.Framework.AbstractScopedCache
hiveContext Rebel.Hive.ProviderSupport.RepositoryContext
return System

AbstractRepositoryGroup() protected method

protected AbstractRepositoryGroup ( IEnumerable childRepositories, Uri idRoot, AbstractScopedCache scopedCache, RepositoryContext hiveContext ) : System
childRepositories IEnumerable
idRoot System.Uri
scopedCache Rebel.Framework.AbstractScopedCache
hiveContext Rebel.Hive.ProviderSupport.RepositoryContext
return System

Property Details

SessionId public_oe property

Gets a unique Id for this session
public Guid,System SessionId
return System.Guid