Table of Contents

Class SsrsHistoryEvent.CriteriaItem

Namespace
InSite.Persistence.Plugin.NCSHA
Assembly
InSite.Persistence.dll
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
public class SsrsHistoryEvent.CriteriaItem
Inheritance
SsrsHistoryEvent.CriteriaItem
Inherited Members

Constructors

CriteriaItem(string, string)

public CriteriaItem(string name, string value)

Parameters

name string
value string

Properties

Name

[JsonProperty(PropertyName = "name")]
public string Name { get; }

Property Value

string

Value

[JsonProperty(PropertyName = "value")]
public string Value { get; }

Property Value

string