CodeGenerationUtilities.IsCoreDomainModel(DslLibrary) 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 whether the supplied class is the Core domain model
public:
static bool IsCoreDomainModel(Microsoft::VisualStudio::Modeling::DslDefinition::DslLibrary ^ dslLibrary);
public static bool IsCoreDomainModel (Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary dslLibrary);
static member IsCoreDomainModel : Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary -> bool
Public Shared Function IsCoreDomainModel (dslLibrary As DslLibrary) As Boolean
Parameters
- dslLibrary
- DslLibrary