C# Class FeedbackScript.Admin.Models.ReportsDomain

Mostra file Open project: USDepartmentofLabor/HelpfulRedist Class Usage Examples

Public Properties

Property Type Description
errorMessage string

Protected Properties

Property Type Description
connectionKey string
dataContext FeedbackreportsDataContext

Public Methods

Method Description
GetAgencyList ( string txtDateFrom, string txtDateTo ) : IEnumerable
GetCommentsList ( string txtDateFrom, string txtDateTo, string URL ) : IEnumerable
GetSearch ( string txtDateFrom, string txtDateTo, string urlContains, string SelectedAgency ) : IEnumerable
GetSummary ( string txtDateFrom, string txtDateTo ) : IEnumerable
GetTopTenList ( string txtDateFrom, string txtDateTo ) : IEnumerable
GetTrend ( string txtDateFrom, string txtDateTo, string urlContains, string SelectedAgency, string SelectedUnit, char CustomOrder ) : IEnumerable
ReportsDomain ( string ConnectionKey ) : System

Protected Methods

Method Description
getConnectionString ( ) : string

Method Details

GetAgencyList() public method

public GetAgencyList ( string txtDateFrom, string txtDateTo ) : IEnumerable
txtDateFrom string
txtDateTo string
return IEnumerable

GetCommentsList() public method

public GetCommentsList ( string txtDateFrom, string txtDateTo, string URL ) : IEnumerable
txtDateFrom string
txtDateTo string
URL string
return IEnumerable

GetSearch() public method

public GetSearch ( string txtDateFrom, string txtDateTo, string urlContains, string SelectedAgency ) : IEnumerable
txtDateFrom string
txtDateTo string
urlContains string
SelectedAgency string
return IEnumerable

GetSummary() public method

public GetSummary ( string txtDateFrom, string txtDateTo ) : IEnumerable
txtDateFrom string
txtDateTo string
return IEnumerable

GetTopTenList() public method

public GetTopTenList ( string txtDateFrom, string txtDateTo ) : IEnumerable
txtDateFrom string
txtDateTo string
return IEnumerable

GetTrend() public method

public GetTrend ( string txtDateFrom, string txtDateTo, string urlContains, string SelectedAgency, string SelectedUnit, char CustomOrder ) : IEnumerable
txtDateFrom string
txtDateTo string
urlContains string
SelectedAgency string
SelectedUnit string
CustomOrder char
return IEnumerable

ReportsDomain() public method

public ReportsDomain ( string ConnectionKey ) : System
ConnectionKey string
return System

getConnectionString() protected method

protected getConnectionString ( ) : string
return string

Property Details

connectionKey protected_oe property

protected string connectionKey
return string

dataContext protected_oe property

protected FeedbackreportsDataContext dataContext
return FeedbackreportsDataContext

errorMessage public_oe property

public string errorMessage
return string