Search Results for

    Show / Hide Table of Contents

    Class OccurrencesResult

    Result of an occurrences query

    Inheritance
    object
    OccurrencesResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Noxum.Nova.Delivery.Client
    Assembly: Noxum.Nova.Delivery.Client.dll
    Syntax
    public class OccurrencesResult

    Properties

    Occurrences

    A list of Occurrences

    Declaration
    [JsonPropertyName("occurrences")]
    public IList<Occurrences> Occurrences { get; set; }
    Property Value
    Type Description
    IList<Occurrences>

    Refs

    The list of referred objects

    Declaration
    [JsonPropertyName("refs")]
    public IList<ScopedObject> Refs { get; set; }
    Property Value
    Type Description
    IList<ScopedObject>
    In this article
    Back to top Version 6.1.0.21rc