EmbeddingVisitorFilter Class

Definition

Class that implements a IElementVisitorFilter that visits all embedding relationships.

public ref class EmbeddingVisitorFilter : Microsoft::VisualStudio::Modeling::IElementVisitorFilter
public class EmbeddingVisitorFilter : Microsoft.VisualStudio.Modeling.IElementVisitorFilter
type EmbeddingVisitorFilter = class
    interface IElementVisitorFilter
Public Class EmbeddingVisitorFilter
Implements IElementVisitorFilter
Inheritance
EmbeddingVisitorFilter
Derived
Implements

Constructors

EmbeddingVisitorFilter()

Methods

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

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

ShouldVisitRolePlayer(ElementWalker, ModelElement, ElementLink, DomainRoleInfo, ModelElement)

Called to ask the filter if a particular role is marked Aggregate and the Role Player should be Visited during traversal

Applies to