Class AssetsDatasourceView

Inheritance
System.Object
AssetsDatasourceView
Namespace: Mediachase.Commerce.Assets.DataSources
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class AssetsDatasourceView : DataSourceView

Constructors

AssetsDatasourceView(IDataSource, String)

Declaration
public AssetsDatasourceView(IDataSource owner, string name)
Parameters
Type Name Description
System.Web.UI.IDataSource owner
System.String name

Properties

CanDelete

Declaration
public override bool CanDelete { get; }
Property Value
Type Description
System.Boolean

CanInsert

Declaration
public override bool CanInsert { get; }
Property Value
Type Description
System.Boolean

CanPage

Declaration
public override bool CanPage { get; }
Property Value
Type Description
System.Boolean

CanRetrieveTotalRowCount

Declaration
public override bool CanRetrieveTotalRowCount { get; }
Property Value
Type Description
System.Boolean

CanUpdate

Declaration
public override bool CanUpdate { get; }
Property Value
Type Description
System.Boolean

ParentId

Declaration
public int ParentId { get; set; }
Property Value
Type Description
System.Int32

Methods

ExecuteSelect(DataSourceSelectArguments)

Declaration
protected override IEnumerable ExecuteSelect(DataSourceSelectArguments arguments)
Parameters
Type Name Description
System.Web.UI.DataSourceSelectArguments arguments
Returns
Type Description
System.Collections.IEnumerable