C# Class Testing.AddressType

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

Private Properties

Property Type Description
OnAddressTypeIDChanged void
OnAddressTypeIDChanging void
OnModifiedDateChanged void
OnModifiedDateChanging void
OnNameChanged void
OnNameChanging void
OnrowguidChanged void
OnrowguidChanging void

Public Methods

Method Description
CreateAddressType ( global addressTypeID, global name, global rowguid, global modifiedDate ) : AddressType

Create a new AddressType object.

Private Methods

Method Description
OnAddressTypeIDChanged ( ) : void
OnAddressTypeIDChanging ( global value ) : void
OnModifiedDateChanged ( ) : void
OnModifiedDateChanging ( global value ) : void
OnNameChanged ( ) : void
OnNameChanging ( global value ) : void
OnrowguidChanged ( ) : void
OnrowguidChanging ( global value ) : void

Method Details

CreateAddressType() public static method

Create a new AddressType object.
public static CreateAddressType ( global addressTypeID, global name, global rowguid, global modifiedDate ) : AddressType
addressTypeID global Initial value of the AddressTypeID property.
name global Initial value of the Name property.
rowguid global Initial value of the rowguid property.
modifiedDate global Initial value of the ModifiedDate property.
return AddressType