Search Results for

    Show / Hide Table of Contents

    Class DataSourceVM

    Inheritance
    System.Object
    CloudBaseVM
    DataSourceVM
    Inherited Members
    CloudBaseVM.PropertyChanged
    CloudBaseVM.RaisePropertyChanged(String)
    Namespace: FastReport.Cloud
    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
    Type Description
    DataSourceConnectionType

    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
    Type Description
    System.Collections.Generic.ICollection<DataSourceSelectCommandVM>

    Status

    Declaration
    public DataSourceStatus Status { get; set; }
    Property Value
    Type Description
    DataSourceStatus

    SubscriptionId

    Declaration
    public string SubscriptionId { get; set; }
    Property Value
    Type Description
    System.String
    Back to top 2025.2.1 © 1998-2025 Copyright Fast Reports Inc.