CodeGenerationUtilities.GetBaseDomainClassMonikerSchemaTypeName 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.
Get the moniker schema type name for the base class of the given domain class.
public:
static System::String ^ GetBaseDomainClassMonikerSchemaTypeName(Microsoft::VisualStudio::Modeling::DslDefinition::DomainClass ^ domainClass, System::String ^ currentNamespace, System::Collections::Generic::Dictionary<Microsoft::VisualStudio::Modeling::DslDefinition::DslLibrary ^, System::String ^> ^ xmlNamespaceQualifiers);
public static string GetBaseDomainClassMonikerSchemaTypeName (Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass domainClass, string currentNamespace, System.Collections.Generic.Dictionary<Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary,string> xmlNamespaceQualifiers);
static member GetBaseDomainClassMonikerSchemaTypeName : Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass * string * System.Collections.Generic.Dictionary<Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary, string> -> string
Public Shared Function GetBaseDomainClassMonikerSchemaTypeName (domainClass As DomainClass, currentNamespace As String, xmlNamespaceQualifiers As Dictionary(Of DslLibrary, String)) As String
Parameters
- domainClass
- DomainClass
DomainClass whose base class moniker schema type name will be returned.
- currentNamespace
- String
- xmlNamespaceQualifiers
- Dictionary<DslLibrary,String>
Returns
The moniker schema type name of the base class of the given DomainClass or null if a base class could not be determined