Search Results for

    Show / Hide Table of Contents

    Class ValueXml

    Value of Type XML with a list of referred objects

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

    Properties

    ObjRefs

    The list of referred objects

    Declaration
    public IList<int> ObjRefs { get; set; }
    Property Value
    Type Description
    IList<int>

    Xml

    The XML content

    Declaration
    [JsonPropertyName("XML")]
    public string Xml { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Version 6.1.0.21rc