Enum EntityReferenceType
Defines the types of a declarative reference or a dependency between two entities.
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum EntityReferenceType
Fields
Name | Description |
---|---|
Contains | Foreign entity is a container for a primary entity. |
DependsOn | Foreign entity depends on the primary entity for its successful execution. |