CoreDeleteClosure Class

Definition

Remove closure visitor filter

public ref class CoreDeleteClosure : Microsoft::VisualStudio::Modeling::CoreDeleteClosureBase
[System.CLSCompliant(true)]
public class CoreDeleteClosure : Microsoft.VisualStudio.Modeling.CoreDeleteClosureBase
[<System.CLSCompliant(true)>]
type CoreDeleteClosure = class
    inherit CoreDeleteClosureBase
    interface IElementVisitorFilter
Public Class CoreDeleteClosure
Inherits CoreDeleteClosureBase
Inheritance
CoreDeleteClosure
Attributes
Implements

Constructors

CoreDeleteClosure()

Constructor

Methods

ShouldVisitRelationship(ElementWalker, ModelElement, DomainRoleInfo, DomainRelationshipInfo, ElementLink)

Called to ask the filter if a particular relationship from a source element should be included in the traversal

(Inherited from CoreDeleteClosureBase)
ShouldVisitRolePlayer(ElementWalker, ModelElement, ElementLink, DomainRoleInfo, ModelElement)

Called to ask the filter if a particular role player should be Visited during traversal

(Inherited from CoreDeleteClosureBase)

Applies to