PicklistsGenerateCode Method |
Generates the code for standard picklists.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string GenerateCode(
IAppContext appCxt
)
Public Function GenerateCode (
appCxt As IAppContext
) As String
Parameters
- appCxt
- Type: NetQuarryIAppContext
The application context object.
Return Value
Type:
StringThe generated enumerations and classes to use in code.
See Also