DependsOnDomainModelAttribute Class

Definition

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

public ref class DependsOnDomainModelAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)]
public sealed class DependsOnDomainModelAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)>]
type DependsOnDomainModelAttribute = class
    inherit Attribute
Public NotInheritable Class DependsOnDomainModelAttribute
Inherits Attribute
Inheritance
DependsOnDomainModelAttribute
Attributes

Constructors

DependsOnDomainModelAttribute(Type)

Constructor

Properties

ExtendedDomainModelType

Returns the type of the domain model being extended

Applies to