C# Class Testing.VendorContact

Inheritance: System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: jonfazzaro/meddle Class Usage Examples

Private Properties

Свойство Type Description
OnContactIDChanged void
OnContactIDChanging void
OnContactTypeIDChanged void
OnContactTypeIDChanging void
OnModifiedDateChanged void
OnModifiedDateChanging void
OnVendorIDChanged void
OnVendorIDChanging void

Méthodes publiques

Méthode Description
CreateVendorContact ( global vendorID, global contactID, global contactTypeID, global modifiedDate ) : VendorContact

Create a new VendorContact object.

Private Methods

Méthode 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 méthode

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.
Résultat VendorContact