Info
Version: | 1.0.3 |
Author(s): | paul van bladel |
Last Update: | Saturday, April 6, 2013 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/TheLightSwitchToolbox.StronglyTypedChoiceLists.Server |
Install
Install-Package TheLightSwitchToolbox.StronglyTypedChoiceLists.Server
dotnet add package TheLightSwitchToolbox.StronglyTypedChoiceLists.Server
paket add TheLightSwitchToolbox.StronglyTypedChoiceLists.Server
TheLightSwitchToolbox.StronglyTypedChoiceLists.Server Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
LightSwitch stores choice lists values in the service model file (Service.lsml).
This package will use the information of this file to generate by means of a T4 template strongly typed constants for the different choice lists values in the different fields of the different entity types. In order to get access to the strongly typed values in the Silverlight project, simply add the CodeValue.generated.cs file as a link to the silverlight client project.