Class DataSourceVM
Inheritance
System.Object
DataSourceVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class DataSourceVM : CloudBaseVM
Properties
ConnectionString
Declaration
public string ConnectionString { get; set; }
Property Value
Type |
Description |
System.String |
|
ConnectionType
Declaration
public DataSourceConnectionType ConnectionType { get; set; }
Property Value
CreatedTime
Declaration
public System.DateTime CreatedTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
CreatorUserId
Declaration
public string CreatorUserId { get; set; }
Property Value
Type |
Description |
System.String |
|
DataStructure
Declaration
public string DataStructure { get; set; }
Property Value
Type |
Description |
System.String |
|
EditedTime
Declaration
public System.DateTime EditedTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
EditorUserId
Declaration
public string EditorUserId { get; set; }
Property Value
Type |
Description |
System.String |
|
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
SelectCommands
Declaration
public System.Collections.Generic.ICollection<DataSourceSelectCommandVM> SelectCommands { get; set; }
Property Value
Status
Declaration
public DataSourceStatus Status { get; set; }
Property Value
SubscriptionId
Declaration
public string SubscriptionId { get; set; }
Property Value
Type |
Description |
System.String |
|