TheLightSwitchToolbox.StronglyTypedChoiceLists.Server
1.0.3
dotnet add package TheLightSwitchToolbox.StronglyTypedChoiceLists.Server --version 1.0.3
NuGet\Install-Package TheLightSwitchToolbox.StronglyTypedChoiceLists.Server -Version 1.0.3
<PackageReference Include="TheLightSwitchToolbox.StronglyTypedChoiceLists.Server" Version="1.0.3" />
paket add TheLightSwitchToolbox.StronglyTypedChoiceLists.Server --version 1.0.3
#r "nuget: TheLightSwitchToolbox.StronglyTypedChoiceLists.Server, 1.0.3"
// Install TheLightSwitchToolbox.StronglyTypedChoiceLists.Server as a Cake Addin #addin nuget:?package=TheLightSwitchToolbox.StronglyTypedChoiceLists.Server&version=1.0.3 // Install TheLightSwitchToolbox.StronglyTypedChoiceLists.Server as a Cake Tool #tool nuget:?package=TheLightSwitchToolbox.StronglyTypedChoiceLists.Server&version=1.0.3
Inject this package in the server project of a LightSwitch solution.
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.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.3 | 3,590 | 4/6/2013 |
-2013-04-06: open xml in readonly mode
-currently only support for string based choice lists values.