Class RVInMemoryDataSourceItem
Data source item to get in-memory data
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public class RVInMemoryDataSourceItem : RVDataSourceItem
Constructors
RVInMemoryDataSourceItem(String)
Used to create a new in-memory item with the specified dataset id
Declaration
public RVInMemoryDataSourceItem(string datasetId)
Parameters
Type | Name | Description |
---|---|---|
System.String | datasetId | The id of the dataset identifying the data to return |
Properties
DatasetId
String identifying this in-memory dataset, it might be used to decide what data to return.
Declaration
public string DatasetId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Parameters
Parameters for the in-memory data source.
Declaration
public Dictionary<string, object> Parameters { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> |