Class Occurrence
Occurrence of a value
Inheritance
System.Object
Occurrence
Namespace: Noxum.Nova.Delivery.Client
Assembly: Noxum.Nova.Delivery.Client.dll
Syntax
public class Occurrence : object
Properties
Count
Number of objects with this value
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Value
The value. This is either a string, number or boolean, depending on the attributes data type.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |