Class ApplicationLogDataSource
Represent application log source to data-bound controls.
Inheritance
Namespace: Mediachase.Commerce.Core.DataSources
Assembly: Mediachase.Commerce.dll
Version: 10.8.0Syntax
public class ApplicationLogDataSource : DataSourceControl
Constructors
ApplicationLogDataSource()
Declaration
public ApplicationLogDataSource()
Properties
DataMode
Gets or sets the data mode.
Declaration
public ApplicationLogDataSource.ApplicationLogDataMode DataMode { get; set; }
Property Value
| Type | Description |
|---|---|
| ApplicationLogDataSource.ApplicationLogDataMode | The data mode. |
Options
Gets or sets the options.
Declaration
public ApplicationLogOptions Options { get; }
Property Value
| Type | Description |
|---|---|
| ApplicationLogOptions | The options. |
Parameters
Gets or sets the parameters.
Declaration
public ApplicationLogParameters Parameters { get; }
Property Value
| Type | Description |
|---|---|
| ApplicationLogParameters | The parameters. |
Methods
GetView(String)
Gets the named data source view associated with the data source control.
Declaration
protected override DataSourceView GetView(string viewName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | viewName | The name of the view to retrieve. |
Returns
| Type | Description |
|---|---|
| System.Web.UI.DataSourceView | Returns the named System.Web.UI.DataSourceView associated with the System.Web.UI.IDataSource. |
GetViewNames()
Gets a collection of names representing the list of view objects associated with the System.Web.UI.IDataSource interface.
Declaration
protected override ICollection GetViewNames()
Returns
| Type | Description |
|---|---|
| System.Collections.ICollection | An System.Collections.ICollection that contains the names of the views associated with the System.Web.UI.IDataSource. |