Enum DependencyType
Defines the type of an entity dependency: natural or declarative.
Namespace: Nevatech.Vsb.Repository.Services.Export
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum DependencyType
  Fields
| Name | Description | 
|---|---|
| Declarative | Entities are logically linked through a user-created references (for example, a custom entity representing an application can include two physical services or service versions).  | 
      
| Natural | Entities are naturally linked through run-time dependencies (for example, virtual service version and virtualized physical service version; service version and a binding, behavior, or node).  |