C# Class iSynaptic.CodeGeneration.Modeling.Domain.ApplyAggregateEventCodeAuthoringVisitor

Inheritance: MoleculeCodeAuthoringVisitor
Exibir arquivo Open project: iSynaptic/iSynaptic.Core

Public Methods

Method Description
ApplyAggregateEventCodeAuthoringVisitor ( IndentingTextWriter writer, SymbolTable symbolTable, DomainCodeAuthoringSettings settings ) : System

Protected Methods

Method Description
NotInterestedIn ( object subject, string state ) : bool
Visit ( MoleculeSyntax molecule ) : void

Method Details

ApplyAggregateEventCodeAuthoringVisitor() public method

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

NotInterestedIn() protected method

protected NotInterestedIn ( object subject, string state ) : bool
subject object
state string
return bool

Visit() protected method

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