Click or drag to resize

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.8.0.0 (5.8.21.0208)
Syntax
public HashSet<Type> AcceptedEnumTargetTypes { get; }

Property Value

Type: HashSetType
See Also