C# Class Engage.Dnn.F3.DataProvider

An abstract class for the data access layer
Afficher le fichier Open project: EngageSoftware/Engage-F3 Class Usage Examples

Méthodes publiques

Méthode Description
SearchPublishContent ( string searchValue, int portalId ) : DataTable
SearchTextHtmlContent ( string searchValue, int portalId, int lowerTab, int upperTab ) : DataTable
SearchUniqueTextHtmlContent ( string searchValue, int portalId, int lowerTab, int upperTab ) : DataTable

Private Methods

Méthode Description
CreateProvider ( ) : void

Creates the provider.

DataProvider ( ) : System.Data

Initializes static members of the DataProvider class.

Method Details

SearchPublishContent() public abstract méthode

public abstract SearchPublishContent ( string searchValue, int portalId ) : DataTable
searchValue string
portalId int
Résultat System.Data.DataTable

SearchTextHtmlContent() public abstract méthode

public abstract SearchTextHtmlContent ( string searchValue, int portalId, int lowerTab, int upperTab ) : DataTable
searchValue string
portalId int
lowerTab int
upperTab int
Résultat System.Data.DataTable

SearchUniqueTextHtmlContent() public abstract méthode

public abstract SearchUniqueTextHtmlContent ( string searchValue, int portalId, int lowerTab, int upperTab ) : DataTable
searchValue string
portalId int
lowerTab int
upperTab int
Résultat System.Data.DataTable