Class RVODataDataSource
OData data source, configures the URL to get data from.
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 RVODataDataSource : RVDashboardDataSource
Constructors
RVODataDataSource()
Declaration
public RVODataDataSource()
Properties
Url
URL to the OData endpoint, is expected to be a URL with HTTP or HTTPS scheme.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UseAnonymousAuthentication
Boolean flag indicating if anonymous authentication should be used for this data source or credentials must be requested to the containing application.
Declaration
public bool UseAnonymousAuthentication { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |