Provides access to members that manage differences in relationships.
Members
Name | Description | |
---|---|---|
AugumentObjectDifferences | Propagates the relationship changes to the associated object classes. | |
CopyRelationshipChanges | Copies the relationship changes from the conflict to edit state. | |
EndObjectDifferenceAugmentation | Starts the object difference augmentation process. | |
EndResolveProcess | Stops the relationship propagation process. | |
InitObjectDifferenceAugmentation | Starts the object difference augmentation process. | |
InitResolveProcess | Starts the relationship propagation process. | |
PropagateChangesToRelatedObjects | Propagates the relationship changes. |
IRelationshipChanges.AugumentObjectDifferences Method
Propagates the relationship changes to the associated object classes.
Public Sub AugumentObjectDifferences ( _
)
public void AugumentObjectDifferences (
);
IRelationshipChanges.CopyRelationshipChanges Method
Copies the relationship changes from the conflict to edit state.
Public Sub CopyRelationshipChanges ( _
)
public void CopyRelationshipChanges (
);
IRelationshipChanges.EndObjectDifferenceAugmentation Method
Starts the object difference augmentation process.
Public Sub EndObjectDifferenceAugmentation ( _
)
public void EndObjectDifferenceAugmentation (
);
IRelationshipChanges.EndResolveProcess Method
Stops the relationship propagation process.
Public Sub EndResolveProcess ( _
)
public void EndResolveProcess (
);
IRelationshipChanges.InitObjectDifferenceAugmentation Method
Starts the object difference augmentation process.
Public Sub InitObjectDifferenceAugmentation ( _
)
public void InitObjectDifferenceAugmentation (
);
IRelationshipChanges.InitResolveProcess Method
Starts the relationship propagation process.
Public Sub InitResolveProcess ( _
ByVal isPulling As Boolean _
)
public void InitResolveProcess (
bool isPulling
);
IRelationshipChanges.PropagateChangesToRelatedObjects Method
Propagates the relationship changes.
Public Sub PropagateChangesToRelatedObjects ( _
ByVal ObjectClassID As Integer, _
ByVal oidCount As Integer, _
ByRef oids As Integer _
)
public void PropagateChangesToRelatedObjects (
int ObjectClassID,
int oidCount,
ref int oids
);
Classes that implement IRelationshipChanges
Classes | Description |
---|