C# Class Testing.CurrencyRate

Inheritance: System.Data.Objects.DataClasses.EntityObject
Show file Open project: jonfazzaro/meddle Class Usage Examples

Private Properties

Property Type Description
OnAverageRateChanged void
OnAverageRateChanging void
OnCurrencyRateDateChanged void
OnCurrencyRateDateChanging void
OnCurrencyRateIDChanged void
OnCurrencyRateIDChanging void
OnEndOfDayRateChanged void
OnEndOfDayRateChanging void
OnFromCurrencyCodeChanged void
OnFromCurrencyCodeChanging void
OnModifiedDateChanged void
OnModifiedDateChanging void
OnToCurrencyCodeChanged void
OnToCurrencyCodeChanging void

Public Methods

Method Description
CreateCurrencyRate ( global currencyRateID, global currencyRateDate, global fromCurrencyCode, global toCurrencyCode, global averageRate, global endOfDayRate, global modifiedDate ) : CurrencyRate

Create a new CurrencyRate object.

Private Methods

Method Description
OnAverageRateChanged ( ) : void
OnAverageRateChanging ( global value ) : void
OnCurrencyRateDateChanged ( ) : void
OnCurrencyRateDateChanging ( global value ) : void
OnCurrencyRateIDChanged ( ) : void
OnCurrencyRateIDChanging ( global value ) : void
OnEndOfDayRateChanged ( ) : void
OnEndOfDayRateChanging ( global value ) : void
OnFromCurrencyCodeChanged ( ) : void
OnFromCurrencyCodeChanging ( global value ) : void
OnModifiedDateChanged ( ) : void
OnModifiedDateChanging ( global value ) : void
OnToCurrencyCodeChanged ( ) : void
OnToCurrencyCodeChanging ( global value ) : void

Method Details

CreateCurrencyRate() public static method

Create a new CurrencyRate object.
public static CreateCurrencyRate ( global currencyRateID, global currencyRateDate, global fromCurrencyCode, global toCurrencyCode, global averageRate, global endOfDayRate, global modifiedDate ) : CurrencyRate
currencyRateID global Initial value of the CurrencyRateID property.
currencyRateDate global Initial value of the CurrencyRateDate property.
fromCurrencyCode global Initial value of the FromCurrencyCode property.
toCurrencyCode global Initial value of the ToCurrencyCode property.
averageRate global Initial value of the AverageRate property.
endOfDayRate global Initial value of the EndOfDayRate property.
modifiedDate global Initial value of the ModifiedDate property.
return CurrencyRate