MergeDomainRelationshipEventArgs Class
Visual Studio 2015
Simple class to gather DomainRelationship required merge data.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
System::Object
System::EventArgs
Microsoft.VisualStudio.Modeling.DslDefinition::MergeDomainRelationshipEventArgs
System::EventArgs
Microsoft.VisualStudio.Modeling.DslDefinition::MergeDomainRelationshipEventArgs
| Name | Description | |
|---|---|---|
![]() | MergeDomainRelationshipEventArgs(DomainRelationship^) | Constructor |
| Name | Description | |
|---|---|---|
![]() | IsEmbedding | Is the relationship embedding or reference |
![]() | Relationship | The Domain Relationship that is about to be merged |
![]() | SourceRolePlayer | The class that will play the source in this relationship |
![]() | TargetRolePlayer | The class that will play the target in this relationship |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


