EnumConverterWithExclusiveStandardValues<T> Class

Type converter used to work around enums with enums wrongly marked as "flags".

Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public class EnumConverterWithExclusiveStandardValues<T> : EnumConverter
'Declaration
Public Class EnumConverterWithExclusiveStandardValues(Of T)
    Inherits EnumConverter
generic<typename T>
public ref class EnumConverterWithExclusiveStandardValues : public EnumConverter

Type Parameters

  • T

Inheritance Hierarchy

System.Object
  System.ComponentModel.TypeConverter
    System.ComponentModel.EnumConverter
      Microsoft.Practices.EnterpriseLibrary.Common.Configuration.EnumConverterWithExclusiveStandardValues<T>

See Also

EnumConverterWithExclusiveStandardValues<T> Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace