Search Results for

    Show / Hide Table of Contents

    Class ListOfDataObjectsResult

    Used to return the list of DataObject

    Inheritance
    object
    BasicResult
    ListOfDataObjectsResult
    Inherited Members
    BasicResult.Result
    BasicResult.Message
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SKM.V3.Models
    Assembly: Cryptolens.Licensing.CrossPlatform.dll
    Syntax
    public class ListOfDataObjectsResult : BasicResult

    Properties

    | Edit this page View Source

    DataObjects

    A list of data objects, where each data object is of the type DataObject. Note, when ShowAll is set to true, the data objects will contain additional information about the referencer. So, when ShowAll, you can convert the DataObject to a DataObjectWithReferencer using implicit or explicit conversion.

    Declaration
    public List<DataObject> DataObjects { get; set; }
    Property Value
    Type Description
    List<DataObject>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © Cryptolens AB