Method | Description | |
---|---|---|
CTSPreferedDateLabel ( this label ) : string | ||
FormatDateFromString ( this helper, string dateAsString ) : string | ||
GetPreferedRation ( this amount ) : decimal | ||
GetPreferedRation1 ( this amount ) : float | ||
ToCTSPreferedDateFormat ( this date, string lang ) : string | ||
ToMetricTone ( this amountInQuintal ) : decimal | ||
ToPreferedWeightMeasurment ( this quantity, string weightMeasurment ) : Decimal | ||
ToPreferedWeightUnit ( this amount, string unit = "MT" ) : decimal | ||
ToPreferedWeightUnitForInsert ( this amount, string unit = "MT" ) : decimal | ||
ToQuintal ( this amountInMT ) : decimal |
public static CTSPreferedDateLabel ( this label ) : string | ||
label | this | |
return | string |
public static FormatDateFromString ( this helper, string dateAsString ) : string | ||
helper | this | |
dateAsString | string | |
return | string |
public static GetPreferedRation ( this amount ) : decimal | ||
amount | this | |
return | decimal |
public static GetPreferedRation1 ( this amount ) : float | ||
amount | this | |
return | float |
public static ToCTSPreferedDateFormat ( this date, string lang ) : string | ||
date | this | |
lang | string | |
return | string |
public static ToMetricTone ( this amountInQuintal ) : decimal | ||
amountInQuintal | this | |
return | decimal |
public static ToPreferedWeightMeasurment ( this quantity, string weightMeasurment ) : Decimal | ||
quantity | this | |
weightMeasurment | string | |
return | Decimal |
public static ToPreferedWeightUnit ( this amount, string unit = "MT" ) : decimal | ||
amount | this | |
unit | string | |
return | decimal |
public static ToPreferedWeightUnitForInsert ( this amount, string unit = "MT" ) : decimal | ||
amount | this | |
unit | string | |
return | decimal |
public static ToQuintal ( this amountInMT ) : decimal | ||
amountInMT | this | |
return | decimal |