Property | Type | Description | |
---|---|---|---|
OnContactIDChanged | void | ||
OnContactIDChanging | void | ||
OnContactTypeIDChanged | void | ||
OnContactTypeIDChanging | void | ||
OnModifiedDateChanged | void | ||
OnModifiedDateChanging | void | ||
OnVendorIDChanged | void | ||
OnVendorIDChanging | void |
Method | Description | |
---|---|---|
CreateVendorContact ( global vendorID, global contactID, global contactTypeID, global modifiedDate ) : |
Create a new VendorContact object.
|
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 |
public static CreateVendorContact ( global vendorID, global contactID, global contactTypeID, global modifiedDate ) : |
||
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 |