C# Class EnterpriseProject.Models.Vendor

Inheritance: System.Data.Objects.DataClasses.EntityObject
Datei anzeigen Open project: feedme/FeedMe Class Usage Examples

Private Properties

Property Type Description
OnUserIdChanged void
OnUserIdChanging void
OnVendorIdChanged void
OnVendorIdChanging void

Public Methods

Method Description
CreateVendor ( global vendorId, global userId ) : Vendor

Create a new Vendor object.

Private Methods

Method Description
OnUserIdChanged ( ) : void
OnUserIdChanging ( 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 userId ) : Vendor
vendorId global Initial value of the VendorId property.
userId global Initial value of the UserId property.
return Vendor