C# Class MassTransit.Util.TypeSet

Access to a set of exported .Net Type's as defined in a scanning operation
显示文件 Open project: MassTransit/MassTransit

Public Methods

Method Description
AllTypes ( ) : IEnumerable

Returns all the types in this TypeSet

FindTypes ( TypeClassification classification ) : IEnumerable

Find any types in this TypeSet that match any combination of the TypeClassification enumeration values

TypeSet ( IEnumerable allTypes, bool>.Func filter = null ) : System

Method Details

AllTypes() public method

Returns all the types in this TypeSet
public AllTypes ( ) : IEnumerable
return IEnumerable

FindTypes() public method

Find any types in this TypeSet that match any combination of the TypeClassification enumeration values
public FindTypes ( TypeClassification classification ) : IEnumerable
classification TypeClassification
return IEnumerable

TypeSet() public method

public TypeSet ( IEnumerable allTypes, bool>.Func filter = null ) : System
allTypes IEnumerable
filter bool>.Func
return System