Show / Hide Table of Contents

Enum Scoping

Values that represent permission scoping.

Namespace: Kephas.Security.Authorization
Assembly: Kephas.Core.dll
Syntax
[Flags]
public enum Scoping

Fields

Name Description
Global

No scoping required for this permission type, it will be granted and verified at global level.

Instance

The scoping is granted and verified at instance level.

None

Scoping is not supported by this permission type.

Type

The scoping is granted and verified at type level.

Extension Methods

DynamicObjectExtensions.SetPropertyValue(String, Object)
DynamicObjectExtensions.TrySetPropertyValue(String, Object)
DynamicObjectExtensions.GetPropertyValue(String)
DynamicObjectExtensions.TryGetPropertyValue(String, Object)
DynamicObjectExtensions.GetRuntimeTypeInfo()
DynamicObjectExtensions.ToDynamic()
DynamicObjectExtensions.ToExpando()
BehaviorValue.ToBehaviorValue<Scoping>()
LoggingExtensions.GetLogger(IContext)
TypeExtensions.GetAbstractType()
TypeExtensions.GetAbstractTypeInfo()
ReflectionHelper.GetTypeInfo()
EntityEntryExtensions.TryGetAttachedEntityEntry()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX