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
Properties
Name
[JsonProperty(PropertyName = "name")]
public string Name { get; }
Property Value
Value
[JsonProperty(PropertyName = "value")]
public string Value { get; }