C# Класс OpenSlx.Lib.Web.Controls.EntityDataSource.FilterEventArgs

Parameter class for the filter event.
Наследование: System.EventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
ExcludeEntity ( ) : void

Specify that the entity is to be excluded from the list. Call this within the event handler if needed.

FilterEventArgs ( object entity ) : System
IsEntityExcluded ( ) : bool

Return true if the entity should not be included in the list.

Приватные методы

Метод Описание
Reset ( object entity ) : void

Used to reset the class without having to create a new object.

Описание методов

ExcludeEntity() публичный Метод

Specify that the entity is to be excluded from the list. Call this within the event handler if needed.
public ExcludeEntity ( ) : void
Результат void

FilterEventArgs() публичный Метод

public FilterEventArgs ( object entity ) : System
entity object
Результат System

IsEntityExcluded() публичный Метод

Return true if the entity should not be included in the list.
public IsEntityExcluded ( ) : bool
Результат bool