CodeGenerationUtilities.HasCustomBaseImplementation Method
Note: This API is now obsolete.
Whether the given DomainClass (or any of its base DomainClasses) is marked as "IsCustom", which means the serialization is customized.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Syntax
'Declaration
<ObsoleteAttribute("This method is no longer used by the standard DSL text templates and may be removed in a future version.")> _
Public Shared Function HasCustomBaseImplementation ( _
domainClass As DomainClass _
) As Boolean
[ObsoleteAttribute("This method is no longer used by the standard DSL text templates and may be removed in a future version.")]
public static bool HasCustomBaseImplementation(
DomainClass domainClass
)
[ObsoleteAttribute(L"This method is no longer used by the standard DSL text templates and may be removed in a future version.")]
public:
static bool HasCustomBaseImplementation(
DomainClass^ domainClass
)
[<ObsoleteAttribute("This method is no longer used by the standard DSL text templates and may be removed in a future version.")>]
static member HasCustomBaseImplementation :
domainClass:DomainClass -> bool
public static function HasCustomBaseImplementation(
domainClass : DomainClass
) : boolean
Parameters
domainClass
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainClassDomainClass to check.
Return Value
Type: Boolean
True if the given DomainClass (or any of its base DomainClasses) is marked as "IsCustom", false otherwise.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.