C# Class Testing.Vendor

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

Private Properties

Property Type Description
OnAccountNumberChanged void
OnAccountNumberChanging void
OnActiveFlagChanged void
OnActiveFlagChanging void
OnCreditRatingChanged void
OnCreditRatingChanging void
OnModifiedDateChanged void
OnModifiedDateChanging void
OnNameChanged void
OnNameChanging void
OnPreferredVendorStatusChanged void
OnPreferredVendorStatusChanging void
OnPurchasingWebServiceURLChanged void
OnPurchasingWebServiceURLChanging void
OnVendorIDChanged void
OnVendorIDChanging void

Public Methods

Method Description
CreateVendor ( global vendorID, global accountNumber, global name, global creditRating, global preferredVendorStatus, global activeFlag, global modifiedDate ) : Vendor

Create a new Vendor object.

Private Methods

Method Description
OnAccountNumberChanged ( ) : void
OnAccountNumberChanging ( global value ) : void
OnActiveFlagChanged ( ) : void
OnActiveFlagChanging ( global value ) : void
OnCreditRatingChanged ( ) : void
OnCreditRatingChanging ( global value ) : void
OnModifiedDateChanged ( ) : void
OnModifiedDateChanging ( global value ) : void
OnNameChanged ( ) : void
OnNameChanging ( global value ) : void
OnPreferredVendorStatusChanged ( ) : void
OnPreferredVendorStatusChanging ( global value ) : void
OnPurchasingWebServiceURLChanged ( ) : void
OnPurchasingWebServiceURLChanging ( global value ) : void
OnVendorIDChanged ( ) : void
OnVendorIDChanging ( global value ) : void

Method Details

CreateVendor() public static method

Create a new Vendor object.
public static CreateVendor ( global vendorID, global accountNumber, global name, global creditRating, global preferredVendorStatus, global activeFlag, global modifiedDate ) : Vendor
vendorID global Initial value of the VendorID property.
accountNumber global Initial value of the AccountNumber property.
name global Initial value of the Name property.
creditRating global Initial value of the CreditRating property.
preferredVendorStatus global Initial value of the PreferredVendorStatus property.
activeFlag global Initial value of the ActiveFlag property.
modifiedDate global Initial value of the ModifiedDate property.
return Vendor