C# Class Monospace.NoThreads.State.Ledger.Entry

Show file Open project: MindTouch/Monospace.NoThreads

Public Properties

Property Type Description
Amount decimal
Credit bool
Description string

Public Methods

Method Description
Entry ( bool credit, decimal amount, string description ) : System

Method Details

Entry() public method

public Entry ( bool credit, decimal amount, string description ) : System
credit bool
amount decimal
description string
return System

Property Details

Amount public property

public decimal Amount
return decimal

Credit public property

public bool Credit
return bool

Description public property

public string Description
return string