Click or drag to resize
EF Visual Editor

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 enum EndpointRole
Members
  Member nameValueDescription
Dependent1 Dependent Class is the dependent part of the association
Principal2 Principal Class is the controlling (i.e, principal) part of the association
NotApplicable3 NotApplicable Description for Sawczyn.EFDesigner.EFModel.EndpointRole.NotApplicable
NotSet0 NotSet Dependent/Principal roles are design decisions and have not been set
See Also