Click or drag to resize

Framework.AcceptedEnumTargetTypes 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; }

Property Value

Type: HashSet<Type>
See Also