C# Class NCrontab.Advanced.Filters.AnyFilter

Handles the filter instance where the user specifies a * (for any value)
Inheritance: ICronFilter, ITimeFilter
Afficher le fichier Open project: jcoutch/NCrontab-Advanced

Méthodes publiques

Méthode Description
AnyFilter ( CrontabFieldKind kind ) : System

Constructs a new AnyFilter instance

First ( ) : int
IsMatch ( System.DateTime value ) : bool

Checks if the value is accepted by the filter

Next ( int value ) : int?
ToString ( ) : string

Method Details

AnyFilter() public méthode

Constructs a new AnyFilter instance
public AnyFilter ( CrontabFieldKind kind ) : System
kind CrontabFieldKind The crontab field kind to associate with this filter
Résultat System

First() public méthode

public First ( ) : int
Résultat int

IsMatch() public méthode

Checks if the value is accepted by the filter
public IsMatch ( System.DateTime value ) : bool
value System.DateTime The value to check
Résultat bool

Next() public méthode

public Next ( int value ) : int?
value int
Résultat int?

ToString() public méthode

public ToString ( ) : string
Résultat string