Referencia de la plantilla de la Clase sage.ew.ewbase.SortableBindingList< T >

BindingList with sort capability. Más...

Diagrama de herencias de sage.ew.ewbase.SortableBindingList< T >

Métodos públicos

 SortableBindingList ()
 Constructor Más...
 
 SortableBindingList (IList< T > list)
 Constructor Más...
 

Métodos protegidos

override void ApplySortCore (PropertyDescriptor property, ListSortDirection direction)
 Sort the list by property in a specific direction Más...
 
override void RemoveSortCore ()
 Remove sort of the list. Más...
 

Propiedades

override bool SupportsSortingCore [get]
 Returns if SortableBindingList type allows sorting. Más...
 
override bool IsSortedCore [get]
 Returns if the SortableBindingList is sorted. Más...
 
override PropertyDescriptor SortPropertyCore [get]
 Returns the property name by which the list is sorted. Más...
 
override ListSortDirection SortDirectionCore [get]
 Returns sort direction of the property by which the list is sorted Más...
 

Descripción detallada

BindingList with sort capability.

Parámetros del template
TDataType of the elements list.

Definición en la línea 209 del archivo clsEwBaseTRel.cs.

Documentación del constructor y destructor

◆ SortableBindingList() [1/2]

Constructor

Definición en la línea 217 del archivo clsEwBaseTRel.cs.

◆ SortableBindingList() [2/2]

sage.ew.ewbase.SortableBindingList< T >.SortableBindingList ( IList< T >  list)
inline

Constructor

Parámetros
listLista of elementos to include in the SortableBindingList

Definición en la línea 226 del archivo clsEwBaseTRel.cs.

Documentación de las funciones miembro

◆ ApplySortCore()

override void sage.ew.ewbase.SortableBindingList< T >.ApplySortCore ( PropertyDescriptor  property,
ListSortDirection  direction 
)
inlineprotected

Sort the list by property in a specific direction

Parámetros
propertyProperty descriptor of the property by which list must be sorted.
directionSort direction by which list must be sorted.

Definición en la línea 308 del archivo clsEwBaseTRel.cs.

◆ RemoveSortCore()

override void sage.ew.ewbase.SortableBindingList< T >.RemoveSortCore ( )
inlineprotected

Remove sort of the list.

Definición en la línea 342 del archivo clsEwBaseTRel.cs.

Documentación de propiedades

◆ IsSortedCore

override bool sage.ew.ewbase.SortableBindingList< T >.IsSortedCore
getprotected

Returns if the SortableBindingList is sorted.

Definición en la línea 274 del archivo clsEwBaseTRel.cs.

◆ SortDirectionCore

override ListSortDirection sage.ew.ewbase.SortableBindingList< T >.SortDirectionCore
getprotected

Returns sort direction of the property by which the list is sorted

Definición en la línea 292 del archivo clsEwBaseTRel.cs.

◆ SortPropertyCore

override PropertyDescriptor sage.ew.ewbase.SortableBindingList< T >.SortPropertyCore
getprotected

Returns the property name by which the list is sorted.

Definición en la línea 283 del archivo clsEwBaseTRel.cs.

◆ SupportsSortingCore

override bool sage.ew.ewbase.SortableBindingList< T >.SupportsSortingCore
getprotected

Returns if SortableBindingList type allows sorting.

Definición en la línea 265 del archivo clsEwBaseTRel.cs.


La documentación para esta clase fue generada a partir del siguiente fichero: