C# Class Testing.CountryRegion

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

Private Properties

Свойство Type Description
OnCountryRegionCodeChanged void
OnCountryRegionCodeChanging void
OnModifiedDateChanged void
OnModifiedDateChanging void
OnNameChanged void
OnNameChanging void

Méthodes publiques

Méthode Description
CreateCountryRegion ( global countryRegionCode, global name, global modifiedDate ) : CountryRegion

Create a new CountryRegion object.

Private Methods

Méthode Description
OnCountryRegionCodeChanged ( ) : void
OnCountryRegionCodeChanging ( global value ) : void
OnModifiedDateChanged ( ) : void
OnModifiedDateChanging ( global value ) : void
OnNameChanged ( ) : void
OnNameChanging ( global value ) : void

Method Details

CreateCountryRegion() public static méthode

Create a new CountryRegion object.
public static CreateCountryRegion ( global countryRegionCode, global name, global modifiedDate ) : CountryRegion
countryRegionCode global Initial value of the CountryRegionCode property.
name global Initial value of the Name property.
modifiedDate global Initial value of the ModifiedDate property.
Résultat CountryRegion