C# Class nHydrate.Dsl.EntityHasEntities

Inheritance: nHydrate.Dsl.IModuleLink
Afficher le fichier Open project: nHydrate/nHydrate Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
EntityHasEntities ( Entity source, Entity target ) : System

Constructor Creates a EntityHasEntities link in the same Partition as the given Entity

EntityHasEntities ( global::Microsoft.VisualStudio.Modeling store ) : System

Constructor

EntityHasEntities ( global::Microsoft.VisualStudio.Modeling store, global::Microsoft.VisualStudio.Modeling roleAssignments, global::Microsoft.VisualStudio.Modeling propertyAssignments ) : System

Constructor

GetAssociativeOtherRelation ( ) : EntityHasEntities

Gets the other relation on an associative table

GetSecondaryAssociativeTable ( ) : Entity
IModuleLink ( Module module ) : void
IsPrimaryKeyRelation ( ) : bool

Determine if this relationship is based on primary keys

ToString ( ) : string

Méthodes protégées

Méthode Description
OnDeleting ( ) : void

Method Details

EntityHasEntities() public méthode

Constructor Creates a EntityHasEntities link in the same Partition as the given Entity
public EntityHasEntities ( Entity source, Entity target ) : System
source Entity Entity to use as the source of the relationship.
target Entity Entity to use as the target of the relationship.
Résultat System

EntityHasEntities() public méthode

Constructor
public EntityHasEntities ( global::Microsoft.VisualStudio.Modeling store ) : System
store global::Microsoft.VisualStudio.Modeling Store where new link is to be created.
Résultat System

EntityHasEntities() public méthode

Constructor
public EntityHasEntities ( global::Microsoft.VisualStudio.Modeling store, global::Microsoft.VisualStudio.Modeling roleAssignments, global::Microsoft.VisualStudio.Modeling propertyAssignments ) : System
store global::Microsoft.VisualStudio.Modeling Store where new link is to be created.
roleAssignments global::Microsoft.VisualStudio.Modeling List of relationship role assignments.
propertyAssignments global::Microsoft.VisualStudio.Modeling List of properties assignments to set on the new link.
Résultat System

GetAssociativeOtherRelation() public méthode

Gets the other relation on an associative table
public GetAssociativeOtherRelation ( ) : EntityHasEntities
Résultat EntityHasEntities

GetSecondaryAssociativeTable() public méthode

public GetSecondaryAssociativeTable ( ) : Entity
Résultat Entity

IModuleLink() public méthode

public IModuleLink ( Module module ) : void
module Module
Résultat void

IsPrimaryKeyRelation() public méthode

Determine if this relationship is based on primary keys
public IsPrimaryKeyRelation ( ) : bool
Résultat bool

OnDeleting() protected méthode

protected OnDeleting ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string