C# Class Testing.CountryRegionCurrency

Inheritance: System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: jonfazzaro/meddle Class Usage Examples

Private Properties

Свойство Type Description
OnCountryRegionCodeChanged void
OnCountryRegionCodeChanging void
OnCurrencyCodeChanged void
OnCurrencyCodeChanging void
OnModifiedDateChanged void
OnModifiedDateChanging void

Méthodes publiques

Méthode Description
CreateCountryRegionCurrency ( global countryRegionCode, global currencyCode, global modifiedDate ) : CountryRegionCurrency

Create a new CountryRegionCurrency object.

Private Methods

Méthode Description
OnCountryRegionCodeChanged ( ) : void
OnCountryRegionCodeChanging ( global value ) : void
OnCurrencyCodeChanged ( ) : void
OnCurrencyCodeChanging ( global value ) : void
OnModifiedDateChanged ( ) : void
OnModifiedDateChanging ( global value ) : void

Method Details

CreateCountryRegionCurrency() public static méthode

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.
Résultat CountryRegionCurrency