ExtendsDomainModelAttribute Class

Definition

Caution

This attribute is ignored and will be removed in a future version. Use the custom attribute [DependsOnDomainModel] instead.

Attribute class used to specify the domain model the current domain model extends.

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
Inheritance
ExtendsDomainModelAttribute
Attributes

Constructors

ExtendsDomainModelAttribute(String)

Initializes a new instance of ExtendsDomainModelAttribute class.

Properties

ExtendedModelId

Gets the Id of the extended domain model.

Applies to