Class ListOfDataObjectsResult
Used to return the list of DataObject
Inherited Members
Namespace: SKMV3Models
Assembly: Cryptolens.Licensing.CrossPlatform.dll
Syntax
public class ListOfDataObjectsResult : BasicResult
Properties
| Improve this Doc 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 |
---|---|
ListDataObject |