CodeGenerationUtilities.GetBaseRelationship(DomainRelationship) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the string for declaring the base relationship of a domain relationship. If the base class is not defined, ElementLink is used.
public:
static System::String ^ GetBaseRelationship(Microsoft::VisualStudio::Modeling::DslDefinition::DomainRelationship ^ domainRelationship);
public static string GetBaseRelationship (Microsoft.VisualStudio.Modeling.DslDefinition.DomainRelationship domainRelationship);
static member GetBaseRelationship : Microsoft.VisualStudio.Modeling.DslDefinition.DomainRelationship -> string
Public Shared Function GetBaseRelationship (domainRelationship As DomainRelationship) As String
Parameters
- domainRelationship
- DomainRelationship