C# Class SteamBot.DogeLabel

Mostra file Open project: natoshi/steamdogebot Class Usage Examples

Public Properties

Property Type Description
amount double
currency System.Currency
fulllabel string
label string

Public Methods

Method Description
DogeLabel ( double pamount, string plabel, string pfulllabel, Currency pcurrency ) : System

Method Details

DogeLabel() public method

public DogeLabel ( double pamount, string plabel, string pfulllabel, Currency pcurrency ) : System
pamount double
plabel string
pfulllabel string
pcurrency System.Currency
return System

Property Details

amount public_oe property

public double amount
return double

currency public_oe property

public Currency,System currency
return System.Currency

fulllabel public_oe property

public string fulllabel
return string

label public_oe property

public string label
return string