|
EndpointRole Enumeration
|
DomainEnumeration: EndpointRole
Role a class plays on an association
Namespace:
Sawczyn.EFDesigner.EFModel
Assembly:
Sawczyn.EFDesigner.EFModel.Dsl (in Sawczyn.EFDesigner.EFModel.Dsl.dll) Version: 2.0.5.3 (2.0.5.3)
Syntax Public Enumeration EndpointRole
Members
| Member name | Value | Description |
---|
| Dependent | 1 |
Dependent
Class is the dependent part of the association
|
| Principal | 2 |
Principal
Class is the controlling (i.e, principal) part of the association
|
| NotApplicable | 3 |
NotApplicable
Description for Sawczyn.EFDesigner.EFModel.EndpointRole.NotApplicable
|
| NotSet | 0 |
NotSet
Dependent/Principal roles are design decisions and have not been set
|
See Also