public class EntityComposition
public EntityComposition(EntityType entity)
public List<NavigationProperty> CollectionNavigationProperties { get; }
public List<EdmProperty> ComplexProperties { get; }
public EntityType EntityType { get; set; }
public bool HasState { get; }
public bool HasStatus { get; }
public bool IsActiveTrackable { get; }
public bool IsCreatedAuditable { get; }
public bool IsCreatorTrackable { get; }
public bool IsDbEnum { get; }
public bool IsDbStateEnum { get; }
public bool IsDbStatusEnum { get; }
public bool IsHumanReadable { get; }
public bool IsIdentifiable { get; }
public bool IsSortable { get; }
public bool IsUpdatedAuditable { get; }
public bool IsUpdaterTrackable { get; }
public List<EdmProperty> KeyProperties { get; }
public List<NavigationProperty> NavigationProperties { get; }
public List<EdmProperty> OtherProperties { get; }
public List<EdmProperty> PropertiesWithDefaults { get; }
public List<EdmProperty> SimpleProperties { get; }