Skip to content

Allow for lookup defintions for a property #15

@Aaltuj

Description

@Aaltuj

Requirements:

At the moment the generator supports only enums as a list. this needs to be extended with the following data types:

  • IEnumerator<>
  • Dictionary<bool, string>
  • Dictonary<bool, object> (Adds expression to the lookup, (object x)=> x.Name)

Solution:

Create an attribute that tells the generator to get the values;

[VxLookup(Expression, Name)]

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions