Method | Description | |
---|---|---|
DeleteContactContext ( |
||
InsertContactContext ( |
||
ListContact ( ) : List |
||
ListContact ( System.Guid VendorID ) : List |
||
ListContact ( System.Guid VendorID, System.Guid ProjectID, System.Guid ContactID ) : |
||
UpdateContactContext ( |
public DeleteContactContext ( |
||
InputContact | ||
return | void |
public InsertContactContext ( |
||
InputContact | ||
return | System.Guid |
public ListContact ( System.Guid VendorID ) : List |
||
VendorID | System.Guid | |
return | List |
public ListContact ( System.Guid VendorID, System.Guid ProjectID, System.Guid ContactID ) : |
||
VendorID | System.Guid | |
ProjectID | System.Guid | |
ContactID | System.Guid | |
return |
public UpdateContactContext ( |
||
InputContact | ||
return | void |