Class ListOfDataObjectsResult
Used to return the list of DataObject
Inherited Members
Namespace: SKM.V3.Models
Assembly: Cryptolens.Licensing.CrossPlatform.dll
Syntax
public class ListOfDataObjectsResult : BasicResult
Properties
| Edit this page View SourceDataObjects
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> |