Show / Hide Table of Contents

Enum KeyKind

Enumerates the key kinds.

Namespace: Kephas.Data.Model
Assembly: Kephas.Data.Model.dll
Syntax
public enum KeyKind

Fields

Name Description
Default

Indicates a simple unique key.

Natural

Indicates a natural key which can be used by humans to identify the entity.

Primary

Indicates the primary key.

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