Search Results for

    Show / Hide Table of Contents

    Class OccurrencesResult

    Result of an occurrences query

    Inheritance
    System.Object
    OccurrencesResult
    Namespace: Noxum.Nova.Delivery.Client
    Assembly: Noxum.Nova.Delivery.Client.dll
    Syntax
    public class OccurrencesResult : object

    Properties

    Occurrences

    A list of Occurrences

    Declaration
    public System.Collections.Generic.IList<Occurrences> Occurrences { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<Occurrences>

    Refs

    The list of referred objects

    Declaration
    public System.Collections.Generic.IList<ScopedObject> Refs { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<ScopedObject>
    In This Article
    Back to top Version 5.1.0.10