C# Class MahTweets.Core.Filters.UpdateTypeFilter

Inheritance: Filter
Afficher le fichier Open project: nickhodge/MahTweets.LawrenceHargrave Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
IsMatch ( IStatusUpdate update ) : bool
SetMicroblog ( IMicroblog findMicroblog ) : void
SetUpdateType ( UpdateType type ) : void
UpdateTypeFilter ( FilterBehaviour behaviour, IMicroblog blog, UpdateType updateType ) : System.Runtime.Serialization

Method Details

IsMatch() public méthode

public IsMatch ( IStatusUpdate update ) : bool
update IStatusUpdate
Résultat bool

SetMicroblog() public méthode

public SetMicroblog ( IMicroblog findMicroblog ) : void
findMicroblog IMicroblog
Résultat void

SetUpdateType() public méthode

public SetUpdateType ( UpdateType type ) : void
type UpdateType
Résultat void

UpdateTypeFilter() public méthode

public UpdateTypeFilter ( FilterBehaviour behaviour, IMicroblog blog, UpdateType updateType ) : System.Runtime.Serialization
behaviour FilterBehaviour
blog IMicroblog
updateType UpdateType
Résultat System.Runtime.Serialization