C# Class nHydrate.Dsl.EntityHasViews

Inheritance: nHydrate.Dsl.IModuleLink
Datei anzeigen Open project: nHydrate/nHydrate Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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

Protected Methods

Method Description
OnDeleting ( ) : void

Method Details

EntityHasViews() public method

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.
return System

EntityHasViews() public method

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

EntityHasViews() public method

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.
return System

IModuleLink() public method

public IModuleLink ( Module module ) : void
module Module
return void

OnDeleting() protected method

protected OnDeleting ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string