MergeDomainRelationshipEventArgs 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.
Simple class to gather DomainRelationship required merge data.
public ref class MergeDomainRelationshipEventArgs : EventArgs
public class MergeDomainRelationshipEventArgs : EventArgs
type MergeDomainRelationshipEventArgs = class
inherit EventArgs
Public Class MergeDomainRelationshipEventArgs
Inherits EventArgs
- Inheritance
-
MergeDomainRelationshipEventArgs
Constructors
MergeDomainRelationshipEventArgs(DomainRelationship) |
Constructor |
Properties
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 |