C# Class PRTools.Data.Contact

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

Private Properties

Property Type Description
OnContactIdChanged void
OnContactIdChanging void
OnCustomerIdChanged void
OnCustomerIdChanging void
OnEmailChanged void
OnEmailChanging void
OnFirstNameChanged void
OnFirstNameChanging void
OnIsPrimaryChanged void
OnIsPrimaryChanging void
OnLastNameChanged void
OnLastNameChanging void
OnPhoneChanged void
OnPhoneChanging void

Public Methods

Method Description
CreateContact ( global contactId, global isPrimary, global customerId, global firstName, global lastName, global email, global phone ) : Contact

Create a new Contact object.

Private Methods

Method Description
OnContactIdChanged ( ) : void
OnContactIdChanging ( global value ) : void
OnCustomerIdChanged ( ) : void
OnCustomerIdChanging ( global value ) : void
OnEmailChanged ( ) : void
OnEmailChanging ( global value ) : void
OnFirstNameChanged ( ) : void
OnFirstNameChanging ( global value ) : void
OnIsPrimaryChanged ( ) : void
OnIsPrimaryChanging ( global value ) : void
OnLastNameChanged ( ) : void
OnLastNameChanging ( global value ) : void
OnPhoneChanged ( ) : void
OnPhoneChanging ( global value ) : void

Method Details

CreateContact() public static method

Create a new Contact object.
public static CreateContact ( global contactId, global isPrimary, global customerId, global firstName, global lastName, global email, global phone ) : Contact
contactId global Initial value of the ContactId property.
isPrimary global Initial value of the IsPrimary property.
customerId global Initial value of the CustomerId property.
firstName global Initial value of the FirstName property.
lastName global Initial value of the LastName property.
email global Initial value of the Email property.
phone global Initial value of the Phone property.
return Contact