Namespace:
RainWorx.FrameWorx.DAL
Assembly: RainWorx.FrameWorx.DAL (in RainWorx.FrameWorx.DAL.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.DAL (in RainWorx.FrameWorx.DAL.dll) Version: 3.5
Syntax
C#
int CreateFeedback( string actingUserName, string sendingUser, string receivingUser, string comment, int rating, int listingID, int lineItemID )
Parameters
- actingUserName
- Type: SystemString
- sendingUser
- Type: SystemString
- receivingUser
- Type: SystemString
- comment
- Type: SystemString
- rating
- Type: SystemInt32
- listingID
- Type: SystemInt32
- lineItemID
- Type: SystemInt32
Return Value
Type: Int32See Also