StatisticBuilder GenerateSaveValues Method A Sandcastle Documented Class Library
Generates the save values needed to update or add a statistic entry into the database.

Namespace: P4s3Web
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

private Dictionary<string, string> GenerateSaveValues(
	string filterId,
	string statName,
	FilterBuilderPassThroughData ptd,
	string active,
	string userId,
	bool autoSave
)

Parameters

filterId
Type: System String
statName
Type: System String
ptd
Type: P4s3Web.WebAppHelperLib FilterBuilderPassThroughData
active
Type: System String
userId
Type: System String
autoSave
Type: System Boolean

Return Value

Type: Dictionary String, String 
See Also