C# Class OpenSlx.Lib.Web.Controls.EntityDataSource.FilterEventArgs

Parameter class for the filter event.
Inheritance: System.EventArgs
Mostrar archivo Open project: nicocrm/OpenSlx

Public Methods

Method Description
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.

Private Methods

Method Description
Reset ( object entity ) : void

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

Method Details

ExcludeEntity() public method

Specify that the entity is to be excluded from the list. Call this within the event handler if needed.
public ExcludeEntity ( ) : void
return void

FilterEventArgs() public method

public FilterEventArgs ( object entity ) : System
entity object
return System

IsEntityExcluded() public method

Return true if the entity should not be included in the list.
public IsEntityExcluded ( ) : bool
return bool