C# Класс Arc.Domain.Units.Moneybag

Bag of money.
Показать файл Открыть проект

Открытые методы

Метод Описание
Add ( Money money ) : void

Adds the specified money.

Contains ( Arc.Domain.Units.Currency currency ) : bool

Determines whether the specified currency is in bag.

Remove ( Arc.Domain.Units.Currency currency ) : void

Removes the specified currency.

ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

this ( Arc.Domain.Units.Currency currency ) : Money

Gets the Arc.Domain.Units.Money with the specified currency.

Описание методов

Add() публичный Метод

Adds the specified money.
public Add ( Money money ) : void
money Money The money.
Результат void

Contains() публичный Метод

Determines whether the specified currency is in bag.
public Contains ( Arc.Domain.Units.Currency currency ) : bool
currency Arc.Domain.Units.Currency The currency.
Результат bool

Remove() публичный Метод

Removes the specified currency.
public Remove ( Arc.Domain.Units.Currency currency ) : void
currency Arc.Domain.Units.Currency The currency.
Результат void

ToString() публичный Метод

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
Результат string

this() публичный Метод

Gets the Arc.Domain.Units.Money with the specified currency.
public this ( Arc.Domain.Units.Currency currency ) : Money
currency Arc.Domain.Units.Currency
Результат Money