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

Parameter class for the filter event.
Inheritance: System.EventArgs
Afficher le fichier Open project: nicocrm/OpenSlx

Méthodes publiques

Méthode 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

Méthode Description
Reset ( object entity ) : void

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

Method Details

ExcludeEntity() public méthode

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

FilterEventArgs() public méthode

public FilterEventArgs ( object entity ) : System
entity object
Résultat System

IsEntityExcluded() public méthode

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