C# Class SteamBot.DogeLabel

Show 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 property

public double amount
return double

currency public property

public Currency,System currency
return System.Currency

fulllabel public property

public string fulllabel
return string

label public property

public string label
return string