[This is preliminary documentation and is subject to change.]

Inserts the Time Based rule info runningCounter,totalValue into the database with ruleId

Namespace:  OfficeClip.DBLayer.Rules
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void InsertTimeTriggerDetails(
	int ruleId,
	int runningCounter,
	int totalValue
)
Visual Basic (Declaration)
Public Sub InsertTimeTriggerDetails ( _
	ruleId As Integer, _
	runningCounter As Integer, _
	totalValue As Integer _
)
Visual C++
public:
void InsertTimeTriggerDetails(
	int ruleId, 
	int runningCounter, 
	int totalValue
)

Parameters

ruleId
Type: System..::.Int32
ruleId as int
runningCounter
Type: System..::.Int32
runningCounter as int
totalValue
Type: System..::.Int32
totalValue as int

See Also