C# Class nHydrate.Dsl.EntityHasViews

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

Private Properties

Свойство Type Description

Méthodes publiques

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

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

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

Constructor

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

Constructor

IModuleLink ( Module module ) : void
ToString ( ) : string

Méthodes protégées

Méthode Description
OnDeleting ( ) : void

Method Details

EntityHasViews() public méthode

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

EntityHasViews() public méthode

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

EntityHasViews() public méthode

Constructor
public EntityHasViews ( 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

IModuleLink() public méthode

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

OnDeleting() protected méthode

protected OnDeleting ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string