C# Class Refactoring.StatementTools.StringStatement

Inheritance: IStatementFormater
显示文件 Open project: Confirmit/Students

Public Methods

Method Description
GetStatement ( Action delegateWriter, Statement statement ) : void

Private Methods

Method Description
GetMoviesString ( Statement statement ) : string
Replace ( XmlNode statementTemplate, string tag, string value ) : void

Method Details

GetStatement() public method

public GetStatement ( Action delegateWriter, Statement statement ) : void
delegateWriter Action
statement Statement
return void