Search Results for

    Show / Hide Table of Contents

    Class ValueXml

    Value of Type XML with a list of referred objects

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

    Properties

    ObjRefs

    The list of referred objects

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

    Xml

    The XML content

    Declaration
    public string Xml { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Version 5.1.0.10