Show / Hide Table of Contents

Enum EntityPartKind

Values that represent entity part kinds.

Namespace: Kephas.Data.AttributedModel
Assembly: Kephas.Data.dll
Syntax
public enum EntityPartKind

Fields

Name Description
Loose

The part is tightly related to the containing entity, but can also be autonomous.

Structural

The part is a structural component of the containing entity.

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