Table of Contents

Class RelationshipEnd

Namespace
Z.EntityFramework.Extensions.Core.SchemaObjectModel
Assembly
Z.EntityFramework.Extensions.dll

Please visit the Microsoft documentation for more detail.

public class RelationshipEnd
Inheritance
RelationshipEnd
Inherited Members

Constructors

RelationshipEnd()

public RelationshipEnd()

Properties

AssociationSetEnd

Gets or sets the association set end.

public EntityContainerAssociationSetEnd AssociationSetEnd { get; set; }

Property Value

EntityContainerAssociationSetEnd

The association set end.

EntityType

Gets or sets the type of the entity.

public SchemaEntityType EntityType { get; set; }

Property Value

SchemaEntityType

The type of the entity.

Multiplicity

Please visit the Microsoft documentation for more detail.

public string Multiplicity { get; set; }

Property Value

string

The multiplicity.

OnDelete

Please visit the Microsoft documentation for more detail.

public OnOperation OnDelete { get; set; }

Property Value

OnOperation

The on delete.

ParentRelationship

Gets or sets the parent relationship.

public Relationship ParentRelationship { get; set; }

Property Value

Relationship

The parent relationship.

Role

Please visit the Microsoft documentation for more detail.

public string Role { get; set; }

Property Value

string

The role.

Type

Please visit the Microsoft documentation for more detail.

public string Type { get; set; }

Property Value

string

The type.