Table of Contents

Class EndPropertyMapping

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

Please visit the Microsoft documentation for more detail.

public class EndPropertyMapping
Inheritance
EndPropertyMapping
Inherited Members

Constructors

EndPropertyMapping()

Default constructor.

public EndPropertyMapping()

Properties

ConceptualAssociationSetEnd

Gets or sets the conceptual association set end.

public EntityContainerAssociationSetEnd ConceptualAssociationSetEnd { get; set; }

Property Value

EntityContainerAssociationSetEnd

The conceptual association set end.

Name

Please visit the Microsoft documentation for more detail.

public string Name { get; set; }

Property Value

string

The name.

ScalarAccessors

Gets or sets the scalar accessors.

public List<ScalarAccessorMapping> ScalarAccessors { get; set; }

Property Value

List<ScalarAccessorMapping>

The scalar accessors.

ScalarProperties

Please visit the Microsoft documentation for more detail.

public List<ScalarPropertyMapping> ScalarProperties { get; set; }

Property Value

List<ScalarPropertyMapping>

The scalar properties.