You are here: RainWorx.FrameWorx.DAL > IDataContext Interface > IDataContext Methods > CreateFeedback Method

IDataContextCreateFeedback Method

AuctionWorx 3.5 API

Namespace:  RainWorx.FrameWorx.DAL
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: Int32
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.