C# Class EnterpriseProject.Models.Vendor

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

Private Properties

Свойство Type Description
OnUserIdChanged void
OnUserIdChanging void
OnVendorIdChanged void
OnVendorIdChanging void

Méthodes publiques

Méthode Description
CreateVendor ( global vendorId, global userId ) : Vendor

Create a new Vendor object.

Private Methods

Méthode Description
OnUserIdChanged ( ) : void
OnUserIdChanging ( global value ) : void
OnVendorIdChanged ( ) : void
OnVendorIdChanging ( global value ) : void

Method Details

CreateVendor() public static méthode

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