Table of Contents

Class AssociationSetMapping

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

Please visit the Microsoft documentation for more detail.

public class AssociationSetMapping
Inheritance
AssociationSetMapping
Inherited Members

Constructors

AssociationSetMapping()

public AssociationSetMapping()

Properties

ConceptualAssociationSet

Gets or sets the set the conceptual association belongs to.

public EntityContainerAssociationSet ConceptualAssociationSet { get; set; }

Property Value

EntityContainerAssociationSet

The conceptual association set.

EndProperties

Please visit the Microsoft documentation for more detail.

public List<EndPropertyMapping> EndProperties { get; set; }

Property Value

List<EndPropertyMapping>

The end properties.

Name

Please visit the Microsoft documentation for more detail.

public string Name { get; set; }

Property Value

string

The name.

StoreEntitySet

Gets or sets the set the store entity belongs to.

public EntityContainerEntitySet StoreEntitySet { get; set; }

Property Value

EntityContainerEntitySet

The store entity set.

StoreEntitySetName

Please visit the Microsoft documentation for more detail.

public string StoreEntitySetName { get; set; }

Property Value

string

The name of the store entity set.

TypeName

Please visit the Microsoft documentation for more detail.

public string TypeName { get; set; }

Property Value

string

The name of the type.