Table of Contents

Class ReportDataSource

Namespace
InSite.Domain.Reports
Assembly
Shift.Sdk.dll
public class ReportDataSource
Inheritance
ReportDataSource
Inherited Members
Extension Methods

Constructors

ReportDataSource()

public ReportDataSource()

Properties

Joins

public Join[] Joins { get; set; }

Property Value

Join[]

Name

public string Name { get; set; }

Property Value

string

View

public View View { get; set; }

Property Value

View

Methods

GetViewNameByAlias(string)

public string GetViewNameByAlias(string alias)

Parameters

alias string

Returns

string