DslModelExplorerFilter Class

Definition

DslModelExplorerFilter is the filer which decides what relationship we should not visit

public ref class DslModelExplorerFilter : Microsoft::VisualStudio::Modeling::EmbeddingVisitorFilter
public class DslModelExplorerFilter : Microsoft.VisualStudio.Modeling.EmbeddingVisitorFilter
type DslModelExplorerFilter = class
    inherit EmbeddingVisitorFilter
Public Class DslModelExplorerFilter
Inherits EmbeddingVisitorFilter
Inheritance
DslModelExplorerFilter

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

(Inherited from EmbeddingVisitorFilter)

Applies to