CodeGenerationUtilities.HasCustomBaseImplementation(DomainClass) Methode

Definition

Achtung

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

Gibt an, ob die angegebene domainClass (oder eine ihrer Basis Domänen Klassen) als "iscustom" gekennzeichnet ist. Dies bedeutet, dass die Serialisierung angepasst ist.

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

Parameter

domainClass
DomainClass

Zu Überprüfung von domainClass.

Gibt zurück

Boolean

True, wenn die angegebene domainClass (oder eine ihrer Basis Domänen Klassen) als "iscustom" gekennzeichnet ist, andernfalls "false".

Attribute

Hinweise

Veraltet in VS2010

Gilt für