C# Class Testing.VendorContact

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

Private Properties

Property Type Description
OnContactIDChanged void
OnContactIDChanging void
OnContactTypeIDChanged void
OnContactTypeIDChanging void
OnModifiedDateChanged void
OnModifiedDateChanging void
OnVendorIDChanged void
OnVendorIDChanging void

Public Methods

Method Description
CreateVendorContact ( global vendorID, global contactID, global contactTypeID, global modifiedDate ) : VendorContact

Create a new VendorContact object.

Private Methods

Method Description
OnContactIDChanged ( ) : void
OnContactIDChanging ( global value ) : void
OnContactTypeIDChanged ( ) : void
OnContactTypeIDChanging ( global value ) : void
OnModifiedDateChanged ( ) : void
OnModifiedDateChanging ( global value ) : void
OnVendorIDChanged ( ) : void
OnVendorIDChanging ( global value ) : void

Method Details

CreateVendorContact() public static method

Create a new VendorContact object.
public static CreateVendorContact ( global vendorID, global contactID, global contactTypeID, global modifiedDate ) : VendorContact
vendorID global Initial value of the VendorID property.
contactID global Initial value of the ContactID property.
contactTypeID global Initial value of the ContactTypeID property.
modifiedDate global Initial value of the ModifiedDate property.
return VendorContact