C# Class PRTools.Data.Address

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

Private Properties

Property Type Description
OnAdditionalInfoChanged void
OnAdditionalInfoChanging void
OnAddressIdChanged void
OnAddressIdChanging void
OnAddressTypeChanged void
OnAddressTypeChanging void
OnCityChanged void
OnCityChanging void
OnCustomerIdChanged void
OnCustomerIdChanging void
OnIsPrimaryChanged void
OnIsPrimaryChanging void
OnStateChanged void
OnStateChanging void
OnStreetChanged void
OnStreetChanging void
OnZipcodeChanged void
OnZipcodeChanging void

Public Methods

Method Description
CreateAddress ( global addressId, global addressType, global isPrimary ) : Address

Create a new Address object.

Private Methods

Method Description
OnAdditionalInfoChanged ( ) : void
OnAdditionalInfoChanging ( global value ) : void
OnAddressIdChanged ( ) : void
OnAddressIdChanging ( global value ) : void
OnAddressTypeChanged ( ) : void
OnAddressTypeChanging ( global value ) : void
OnCityChanged ( ) : void
OnCityChanging ( global value ) : void
OnCustomerIdChanged ( ) : void
OnCustomerIdChanging ( Nullable value ) : void
OnIsPrimaryChanged ( ) : void
OnIsPrimaryChanging ( global value ) : void
OnStateChanged ( ) : void
OnStateChanging ( global value ) : void
OnStreetChanged ( ) : void
OnStreetChanging ( global value ) : void
OnZipcodeChanged ( ) : void
OnZipcodeChanging ( global value ) : void

Method Details

CreateAddress() public static method

Create a new Address object.
public static CreateAddress ( global addressId, global addressType, global isPrimary ) : Address
addressId global Initial value of the AddressId property.
addressType global Initial value of the AddressType property.
isPrimary global Initial value of the IsPrimary property.
return Address