Share via


CodeGenerationUtilities.HasCustomBaseImplementation(DomainClass) Method

Definition

Caution

This method is no longer used by the standard DSL text templates and may be removed in a future version.

Whether the given DomainClass (or any of its base DomainClasses) is marked as "IsCustom", which means the serialization is customized.

public:
 static bool HasCustomBaseImplementation(Microsoft::VisualStudio::Modeling::DslDefinition::DomainClass ^ domainClass);
[System.Obsolete("This method is no longer used by the standard DSL text templates and may be removed in a future version.")]
public static bool HasCustomBaseImplementation (Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass domainClass);
[<System.Obsolete("This method is no longer used by the standard DSL text templates and may be removed in a future version.")>]
static member HasCustomBaseImplementation : Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass -> bool
Public Shared Function HasCustomBaseImplementation (domainClass As DomainClass) As Boolean

Parameters

domainClass
DomainClass

DomainClass to check.

Returns

True if the given DomainClass (or any of its base DomainClasses) is marked as "IsCustom", false otherwise.

Attributes

Remarks

Deprecated in VS2010

Applies to