ProvidesExtensionToDomainModelAttribute 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.
Custom attribute used to indicate that a domain model is an extension of another domain model.
public ref class ProvidesExtensionToDomainModelAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
[System.ComponentModel.Composition.MetadataAttribute]
public sealed class ProvidesExtensionToDomainModelAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type ProvidesExtensionToDomainModelAttribute = class
inherit Attribute
Public NotInheritable Class ProvidesExtensionToDomainModelAttribute
Inherits Attribute
- Inheritance
-
ProvidesExtensionToDomainModelAttribute
- Attributes
Remarks
Provides an alternative to using the standard MEF [ExportMetadata(...)] attribute
Constructors
ProvidesExtensionToDomainModelAttribute(String) |
Constructor |
ProvidesExtensionToDomainModelAttribute(Type) |
Constructor |
Properties
DomainModelId |
The id (Guid) of the domain model type that is being extended |