Provides scopes.
Namespace: Umbraco.Cms.Core.Scoping Assembly: Umbraco.Core.dll Syntaxpublic interface ICoreScopeProvider
Properties View Source Context
Gets the scope context.
DeclarationIScopeContext Context { get; }
Property Value Methods View Source CreateCoreScope(IsolationLevel, RepositoryCacheMode, IEventDispatcher, IScopedNotificationPublisher, Nullable<Boolean>, Boolean, Boolean)
Creates an ambient scope.
DeclarationICoreScope CreateCoreScope(IsolationLevel isolationLevel = IsolationLevel.Unspecified, RepositoryCacheMode repositoryCacheMode = RepositoryCacheMode.Unspecified, IEventDispatcher eventDispatcher = null, IScopedNotificationPublisher scopedNotificationPublisher = null, bool? scopeFileSystems = null, bool callContext = false, bool autoComplete = false)
Parameters Type Name Description System.Data.IsolationLevel isolationLevel
The transaction isolation level.
RepositoryCacheMode repositoryCacheModeThe repositories cache mode.
IEventDispatcher eventDispatcherAn optional events dispatcher.
IScopedNotificationPublisher scopedNotificationPublisherAn optional notification publisher.
System.Nullable<System.Boolean> scopeFileSystemsA value indicating whether to scope the filesystems.
System.Boolean callContextA value indicating whether this scope should always be registered in the call context.
System.Boolean autoCompleteA value indicating whether this scope is auto-completed.
Returns Type Description ICoreScopeThe created ambient scope.
View Source CreateQuery<T>()Creates an instance of IQuery<T>
DeclarationIQuery<T> CreateQuery<T>()
Returns Type Parameters
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4