DependsOnDomainModelAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |