TypeSelectorIncludes Enumeration

Provides attributes for the filter of types.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration TypeSelectorIncludes
[FlagsAttribute]
public enum TypeSelectorIncludes
[FlagsAttribute]
public enum class TypeSelectorIncludes
public enum TypeSelectorIncludes

Members

Member name Description
None
No filter are applied to types.
AbstractTypes
Inclue abstract types in the filter.
Interfaces
Inclue interfaces in the filter.
BaseType
Inclue base types in the filter.
NonpublicTypes
Inclue non public types in the filter.
All
Include all types in the filter.

See Also

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace