DomainRelationshipAttribute 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 mark the domain relationships (optional).
public ref class DomainRelationshipAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public sealed class DomainRelationshipAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type DomainRelationshipAttribute = class
inherit Attribute
Public NotInheritable Class DomainRelationshipAttribute
Inherits Attribute
- Inheritance
-
DomainRelationshipAttribute
- Attributes
Constructors
DomainRelationshipAttribute() |
Initializes a new instance of DomainRelationshipAttribute class. |
Properties
AllowsDuplicates |
Gets or sets whether domain relationship allows creating multiple instances between the same pair of elements. |
IsEmbedding |
Gets and sets whether domain object in the source role embeds domain objects in the target role. |