C# Class Builder.FluentDocumentBuilder

Mostra file Open project: zetanove/design-pattern Class Usage Examples

Protected Properties

Property Type Description
doc Builder.Documento

Public Methods

Method Description
AggiungiIntestazione ( string str ) : FluentDocumentBuilder
AggiungiRiga ( string riga, double totale ) : FluentDocumentBuilder
AggiungiTotale ( double totale ) : FluentDocumentBuilder

Method Details

AggiungiIntestazione() public abstract method

public abstract AggiungiIntestazione ( string str ) : FluentDocumentBuilder
str string
return FluentDocumentBuilder

AggiungiRiga() public abstract method

public abstract AggiungiRiga ( string riga, double totale ) : FluentDocumentBuilder
riga string
totale double
return FluentDocumentBuilder

AggiungiTotale() public abstract method

public abstract AggiungiTotale ( double totale ) : FluentDocumentBuilder
totale double
return FluentDocumentBuilder

Property Details

doc protected_oe property

protected Documento,Builder doc
return Builder.Documento