Click or drag to resize

ListPageExtension Class

List page extension
Inheritance Hierarchy
SystemObject
  EBP.Api.ListListPageExtension

Namespace:  EBP.Api.List
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public abstract class ListPageExtension

The ListPageExtension type exposes the following members.

Constructors
  NameDescription
Protected methodListPageExtension
Initializes a new instance of the ListPageExtension class
Top
Properties
  NameDescription
Protected propertyBaseList
Gets the base list for access to the data
Top
Methods
  NameDescription
Protected methodDispose
Dispose
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFillContextualActions
Fill the contextual actions of the list page
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetQueryTemplateColumns
Gets the columns which will be added in each query template if they are not inside.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also