C# 클래스 iSynaptic.CodeGeneration.Modeling.Domain.ApplyAggregateEventCodeAuthoringVisitor

상속: MoleculeCodeAuthoringVisitor
파일 보기 프로젝트 열기: iSynaptic/iSynaptic.Core

공개 메소드들

메소드 설명
ApplyAggregateEventCodeAuthoringVisitor ( IndentingTextWriter writer, SymbolTable symbolTable, DomainCodeAuthoringSettings settings ) : System

보호된 메소드들

메소드 설명
NotInterestedIn ( object subject, string state ) : bool
Visit ( MoleculeSyntax molecule ) : void

메소드 상세

ApplyAggregateEventCodeAuthoringVisitor() 공개 메소드

public ApplyAggregateEventCodeAuthoringVisitor ( IndentingTextWriter writer, SymbolTable symbolTable, DomainCodeAuthoringSettings settings ) : System
writer iSynaptic.Commons.Text.IndentingTextWriter
symbolTable SymbolTable
settings DomainCodeAuthoringSettings
리턴 System

NotInterestedIn() 보호된 메소드

protected NotInterestedIn ( object subject, string state ) : bool
subject object
state string
리턴 bool

Visit() 보호된 메소드

protected Visit ( MoleculeSyntax molecule ) : void
molecule iSynaptic.CodeGeneration.Modeling.Domain.SyntacticModel.MoleculeSyntax
리턴 void