ScheduleCriteria.FilterField Enumeration
See Also 
SourceCode.EventBus.Scheduler.Management Namespace : ScheduleCriteria.FilterField Enumeration



Glossary Item Box

The filterfield names availible to use for filtering.

Syntax

Visual Basic (Declaration) 
Public Enum ScheduleCriteria.FilterField 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As ScheduleCriteria.FilterField
C# 
public enum ScheduleCriteria.FilterField : System.Enum 
C++/CLI 
public enum class ScheduleCriteria.FilterField : public System.Enum 

Members

MemberDescription
Description Description
Disabled Disabled
FailedCount Failed count
ID ID
LastRunDateFrom Last run date start
LastRunDateTo Last run date end
Name Name
RowCountEnd RowCount end, the number of the last record to include in the results. Used for paging.
RowCountStart Rowcount start, the numer of the first record to include in the results. Used for paging.
SuccessfulCount Successful count
TypeID Type ID

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SourceCode.EventBus.Scheduler.Management.ScheduleCriteria.FilterField

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also