C# Class PPPDDDChap17.Entities.Examples.Money

Datei anzeigen Open project: elbandit/PPPDDD

Protected Properties

Property Type Description
Value decimal

Public Methods

Method Description
Money ( ) : System
Money ( decimal value ) : System

Method Details

Money() public method

public Money ( ) : System
return System

Money() public method

public Money ( decimal value ) : System
value decimal
return System

Property Details

Value protected_oe property

protected decimal Value
return decimal