Table of Contents

Class EvaluationCountHelper

Namespace
InSite.Persistence
Assembly
InSite.Persistence.dll
public static class EvaluationCountHelper
Inheritance
EvaluationCountHelper
Inherited Members

Methods

GetCount(string, string)

public static int? GetCount(string json, string name)

Parameters

json string
name string

Returns

int?

SetCount(string, string, int?)

public static string SetCount(string json, string name, int? value)

Parameters

json string
name string
value int?

Returns

string