C# Class Testing.CountryRegionCurrency

Inheritance: System.Data.Objects.DataClasses.EntityObject
显示文件 Open project: jonfazzaro/meddle Class Usage Examples

Private Properties

Property Type Description
OnCountryRegionCodeChanged void
OnCountryRegionCodeChanging void
OnCurrencyCodeChanged void
OnCurrencyCodeChanging void
OnModifiedDateChanged void
OnModifiedDateChanging void

Public Methods

Method Description
CreateCountryRegionCurrency ( global countryRegionCode, global currencyCode, global modifiedDate ) : CountryRegionCurrency

Create a new CountryRegionCurrency object.

Private Methods

Method Description
OnCountryRegionCodeChanged ( ) : void
OnCountryRegionCodeChanging ( global value ) : void
OnCurrencyCodeChanged ( ) : void
OnCurrencyCodeChanging ( global value ) : void
OnModifiedDateChanged ( ) : void
OnModifiedDateChanging ( global value ) : void

Method Details

CreateCountryRegionCurrency() public static method

Create a new CountryRegionCurrency object.
public static CreateCountryRegionCurrency ( global countryRegionCode, global currencyCode, global modifiedDate ) : CountryRegionCurrency
countryRegionCode global Initial value of the CountryRegionCode property.
currencyCode global Initial value of the CurrencyCode property.
modifiedDate global Initial value of the ModifiedDate property.
return CountryRegionCurrency