C# 클래스 MassTransit.Util.TypeSet

Access to a set of exported .Net Type's as defined in a scanning operation
파일 보기 프로젝트 열기: MassTransit/MassTransit

공개 메소드들

메소드 설명
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

메소드 상세

AllTypes() 공개 메소드

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

FindTypes() 공개 메소드

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

TypeSet() 공개 메소드

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