FrameworkAcceptedEnumTargetTypes Property |
Returns the set of accepted target types for enum typed model fields. Accepted types are types which have an implicit conversion from enum by this framework.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Frameworks
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public HashSet<Type> AcceptedEnumTargetTypes { get; }
Public ReadOnly Property AcceptedEnumTargetTypes As HashSet(Of Type)
Get
Property Value
Type:
HashSetTypeSee Also