C# Class VolTeer.BusinessLogicLayer.VT.Vend.sp_VendContact_BLL

Inheritance: sp_VendContact_CON
Afficher le fichier Open project: CISC181/VolTeerNET Class Usage Examples

Méthodes publiques

Méthode Description
DeleteVendContactContext ( sp_VendContact_DM vendcontact ) : void
InsertVendContactContext ( sp_VendContact_DM vendcontact ) : void
ListVendContact ( System.Guid vendorid, System.Guid contactid ) : sp_VendContact_DM
ListVendContacts ( ) : List
ListVendContacts ( System.Guid vendorid, System.Guid contactid ) : List
UpdateVendContactContext ( sp_VendContact_DM vendcontact ) : void

Method Details

DeleteVendContactContext() public méthode

public DeleteVendContactContext ( sp_VendContact_DM vendcontact ) : void
vendcontact VolTeer.DomainModels.VT.Vend.sp_VendContact_DM
Résultat void

InsertVendContactContext() public méthode

public InsertVendContactContext ( sp_VendContact_DM vendcontact ) : void
vendcontact VolTeer.DomainModels.VT.Vend.sp_VendContact_DM
Résultat void

ListVendContact() public méthode

public ListVendContact ( System.Guid vendorid, System.Guid contactid ) : sp_VendContact_DM
vendorid System.Guid
contactid System.Guid
Résultat VolTeer.DomainModels.VT.Vend.sp_VendContact_DM

ListVendContacts() public méthode

public ListVendContacts ( ) : List
Résultat List

ListVendContacts() public méthode

public ListVendContacts ( System.Guid vendorid, System.Guid contactid ) : List
vendorid System.Guid
contactid System.Guid
Résultat List

UpdateVendContactContext() public méthode

public UpdateVendContactContext ( sp_VendContact_DM vendcontact ) : void
vendcontact VolTeer.DomainModels.VT.Vend.sp_VendContact_DM
Résultat void