C# Class MassTransit.Util.TypeSet

Access to a set of exported .Net Type's as defined in a scanning operation
Afficher le fichier Open project: MassTransit/MassTransit

Méthodes publiques

Méthode 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 méthode

Returns all the types in this TypeSet
public AllTypes ( ) : IEnumerable
Résultat IEnumerable

FindTypes() public méthode

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

TypeSet() public méthode

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