CodeGenerationUtilities.GetGenerationClassName(DomainClass) 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.
Returns the name of the class to be generated. In the case of a double-derived class, we add 'Base' to the name of the domain class. If not, the name of the domain class is used.
public:
static System::String ^ GetGenerationClassName(Microsoft::VisualStudio::Modeling::DslDefinition::DomainClass ^ domainClass);
public static string GetGenerationClassName (Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass domainClass);
static member GetGenerationClassName : Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass -> string
Public Shared Function GetGenerationClassName (domainClass As DomainClass) As String
Parameters
- domainClass
- DomainClass