AssocActionBody.IsRelevantDependencyChangeOverride Method   MG2009New

Visual Basic
Public virtual Function IsRelevantDependencyChangeOverride(
    dependency As AssocDependency
) As bool
C#
public virtual bool IsRelevantDependencyChangeOverride(
    AssocDependency dependency
);
Description

Called from the corresponding method of the parent AssocAction class that owns this action body object. It does not need to be overridden.

Links