Show / Hide Table of Contents

Enum Priority

Enumerates the priority values. They are practically a convenient way to provide integer values for defining priorities. A lower value indicates a higher priority.

Namespace: Kephas.Services
Assembly: Kephas.Core.dll
Syntax
public enum Priority

Fields

Name Description
AboveNormal

The above normal priority.

BelowNormal

The below normal priority. Used by the default services provided by the applications built on Kephas.

High

The high priority.

Highest

The highest priority.

Low

The low priority. Used by the default services provided by Kephas.

Lowest

The lowest priority. Used by the null services.

Normal

The normal priority. Used by the services provided by the applications built on Kephas.

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<Priority>()
LoggingExtensions.GetLogger(IContext)
TypeExtensions.GetAbstractType()
TypeExtensions.GetAbstractTypeInfo()
ReflectionHelper.GetTypeInfo()
EntityEntryExtensions.TryGetAttachedEntityEntry()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX