C# Class Dolittle.Events.Filters.EventHorizon.PublicFilterResult

Represents the result of a ICanFilterPublicEvents.
Inheritance: PartitionedFilterResult
Datei anzeigen Open project: dolittle/DotNET.Applications

Public Methods

Method Description
PublicFilterResult ( bool included, PartitionId partition ) : System

Initializes a new instance of the PublicFilterResult class.

Private Methods

Method Description
PublicFilterResult ( result.included ,result ) : System

Implicitly convert from a Tuple{T,U} to PublicFilterResult.

Method Details

PublicFilterResult() public method

Initializes a new instance of the PublicFilterResult class.
public PublicFilterResult ( bool included, PartitionId partition ) : System
included bool true if the should be included in the stream, false if not.
partition PartitionId The of which the should be put in the stream.
return System