C# Class MahTweets.Core.Filters.UpdateTypeFilter

Inheritance: Filter
Exibir arquivo Open project: nickhodge/MahTweets.LawrenceHargrave Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public IsMatch ( IStatusUpdate update ) : bool
update IStatusUpdate
return bool

SetMicroblog() public method

public SetMicroblog ( IMicroblog findMicroblog ) : void
findMicroblog IMicroblog
return void

SetUpdateType() public method

public SetUpdateType ( UpdateType type ) : void
type UpdateType
return void

UpdateTypeFilter() public method

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