Table of Contents

Class NavigationProperty

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

Please visit the Microsoft documentation for more detail.

public class NavigationProperty
Inheritance
NavigationProperty
Inherited Members

Constructors

NavigationProperty()

public NavigationProperty()

Properties

Association

Gets or sets the association.

public Relationship Association { get; set; }

Property Value

Relationship

The association.

FromRole

Please visit the Microsoft documentation for more detail.

public string FromRole { get; set; }

Property Value

string

from role.

FromRoleEnd

Gets or sets from role end.

public RelationshipEnd FromRoleEnd { get; set; }

Property Value

RelationshipEnd

from role end.

IsForeignKey

Gets or sets a value indicating whether this object is foreign key.

public bool IsForeignKey { get; set; }

Property Value

bool

true if this object is foreign key, false if not.

Name

Please visit the Microsoft documentation for more detail.

public string Name { get; set; }

Property Value

string

The name.

ParentEntity

Gets or sets the parent entity.

public SchemaEntityType ParentEntity { get; set; }

Property Value

SchemaEntityType

The parent entity.

Relationship

Please visit the Microsoft documentation for more detail.

public string Relationship { get; set; }

Property Value

string

The relationship.

ToRole

Please visit the Microsoft documentation for more detail.

public string ToRole { get; set; }

Property Value

string

to role.

ToRoleEnd

Gets or sets to role end.

public RelationshipEnd ToRoleEnd { get; set; }

Property Value

RelationshipEnd

to role end.