C# 클래스 Company.OrmLanguage.OrmLanguageDeleteClosureBase

상속: DslModeling::IElementVisitorFilter
파일 보기 프로젝트 열기: thabart/SimpleOrm

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
OrmLanguageDeleteClosureBase ( )

Constructor

ShouldVisitRelationship ( global::Microsoft.VisualStudio.Modeling walker, global::Microsoft.VisualStudio.Modeling sourceElement, global::Microsoft.VisualStudio.Modeling sourceRoleInfo, global::Microsoft.VisualStudio.Modeling domainRelationshipInfo, global::Microsoft.VisualStudio.Modeling targetRelationship ) : DslModeling::VisitorFilterResult

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

ShouldVisitRolePlayer ( global::Microsoft.VisualStudio.Modeling walker, global::Microsoft.VisualStudio.Modeling sourceElement, global::Microsoft.VisualStudio.Modeling elementLink, global::Microsoft.VisualStudio.Modeling targetDomainRole, global::Microsoft.VisualStudio.Modeling targetRolePlayer ) : DslModeling::VisitorFilterResult

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

메소드 상세

OrmLanguageDeleteClosureBase() 공개 메소드

Constructor

ShouldVisitRelationship() 공개 메소드

Called to ask the filter if a particular relationship from a source element should be included in the traversal
public ShouldVisitRelationship ( global::Microsoft.VisualStudio.Modeling walker, global::Microsoft.VisualStudio.Modeling sourceElement, global::Microsoft.VisualStudio.Modeling sourceRoleInfo, global::Microsoft.VisualStudio.Modeling domainRelationshipInfo, global::Microsoft.VisualStudio.Modeling targetRelationship ) : DslModeling::VisitorFilterResult
walker global::Microsoft.VisualStudio.Modeling ElementWalker that is traversing the model
sourceElement global::Microsoft.VisualStudio.Modeling Model Element playing the source role
sourceRoleInfo global::Microsoft.VisualStudio.Modeling DomainRoleInfo of the role that the source element is playing in the relationship
domainRelationshipInfo global::Microsoft.VisualStudio.Modeling DomainRelationshipInfo for the ElementLink in question
targetRelationship global::Microsoft.VisualStudio.Modeling Relationship in question
리턴 DslModeling::VisitorFilterResult

ShouldVisitRolePlayer() 공개 메소드

Called to ask the filter if a particular role player should be Visited during traversal
public ShouldVisitRolePlayer ( global::Microsoft.VisualStudio.Modeling walker, global::Microsoft.VisualStudio.Modeling sourceElement, global::Microsoft.VisualStudio.Modeling elementLink, global::Microsoft.VisualStudio.Modeling targetDomainRole, global::Microsoft.VisualStudio.Modeling targetRolePlayer ) : DslModeling::VisitorFilterResult
walker global::Microsoft.VisualStudio.Modeling ElementWalker that is traversing the model
sourceElement global::Microsoft.VisualStudio.Modeling Model Element playing the source role
elementLink global::Microsoft.VisualStudio.Modeling Element Link that forms the relationship to the role player in question
targetDomainRole global::Microsoft.VisualStudio.Modeling DomainRoleInfo of the target role
targetRolePlayer global::Microsoft.VisualStudio.Modeling Model Element that plays the target role in the relationship
리턴 DslModeling::VisitorFilterResult