ExtendsDomainModelAttribute Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
This attribute is ignored and will be removed in a future version. Use the custom attribute [DependsOnDomainModel] instead.
Attribut Klasse zum Angeben des Domänen Modells, das vom aktuellen Domänen Modell erweitert wird.
public ref class ExtendsDomainModelAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)]
[System.Obsolete("This attribute is ignored and will be removed in a future version. Use the custom attribute [DependsOnDomainModel] instead.")]
public sealed class ExtendsDomainModelAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)>]
[<System.Obsolete("This attribute is ignored and will be removed in a future version. Use the custom attribute [DependsOnDomainModel] instead.")>]
type ExtendsDomainModelAttribute = class
inherit Attribute
Public NotInheritable Class ExtendsDomainModelAttribute
Inherits Attribute
- Vererbung
-
ExtendsDomainModelAttribute
- Attribute
Konstruktoren
| ExtendsDomainModelAttribute(String) |
Initialisiert eine neue Instanz der extendsdomainmodelattribute-Klasse. |
Eigenschaften
| ExtendedModelId |
Ruft die ID des erweiterten Domänen Modells ab. |