C# Class Testing.CountryRegion

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

Private Properties

Property Type Description
OnCountryRegionCodeChanged void
OnCountryRegionCodeChanging void
OnModifiedDateChanged void
OnModifiedDateChanging void
OnNameChanged void
OnNameChanging void

Public Methods

Method Description
CreateCountryRegion ( global countryRegionCode, global name, global modifiedDate ) : CountryRegion

Create a new CountryRegion object.

Private Methods

Method Description
OnCountryRegionCodeChanged ( ) : void
OnCountryRegionCodeChanging ( global value ) : void
OnModifiedDateChanged ( ) : void
OnModifiedDateChanging ( global value ) : void
OnNameChanged ( ) : void
OnNameChanging ( global value ) : void

Method Details

CreateCountryRegion() public static method

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.
return CountryRegion