MultiplicityConfiguration Class

 

Represents a model configuration to set the multiplicity of an association.

Namespace:   Microsoft.Data.Entity.Design.CodeGeneration
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Data.Entity.Design.CodeGeneration.MultiplicityConfiguration

Syntax

public class MultiplicityConfiguration : IFluentConfiguration, 
    IConfiguration
public ref class MultiplicityConfiguration : IFluentConfiguration, 
    IConfiguration
type MultiplicityConfiguration = 
    class
        interface IFluentConfiguration
        interface IConfiguration
    end
Public Class MultiplicityConfiguration
    Implements IFluentConfiguration, IConfiguration

Constructors

Name Description
System_CAPS_pubmethod MultiplicityConfiguration()

Initializes a new instance of the MultiplicityConfiguration class.

Properties

Name Description
System_CAPS_pubproperty LeftEntityType

Gets or sets the entity type of the left end of the association.

System_CAPS_pubproperty LeftNavigationProperty

Gets or sets the navigation property of the left end of the association.

System_CAPS_pubproperty RightNavigationProperty

Gets or sets the navigation property of the right end of the association.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetMethodChain(CodeHelper)

Gets the Fluent API method chain to apply the configuration.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Data.Entity.Design.CodeGeneration Namespace

Return to top