C# 클래스 OpenSlx.Lib.Web.Controls.EntityDataSource.FilterEventArgs

Parameter class for the filter event.
상속: System.EventArgs
파일 보기 프로젝트 열기: nicocrm/OpenSlx

공개 메소드들

메소드 설명
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