typelite Questions

4

Solved

Is it possible for Typelite to generate a TypeScript class instead of an interface? Something like: public class Person { public string FirstName { get; set; } public string LastName { get; set;...
Waterfall asked 7/10, 2014 at 14:30

3

I have a class, public class Instance : IResource { public Dictionary<string, object> Value { get; set; } and it is mapped to interface Instance { Value: System.Collections.Generic.Key...
Sudden asked 25/1, 2014 at 12:26

5

Solved

I'm making some changes in an asp.Net MVC5 webapp, in which I used typelite to create .ts definitions from C# classes (really handy). For some reason now I've got this error when executing the T4: ...
Apsis asked 15/2, 2016 at 14:55

4

Solved

I'm using Typelite 9.5.0 to convert my C# classes to Typescript interfaces. I want that a nullable type in (e.g. Guid?) is converted to a nullable type in Typescript. Currently I have this C# clas...
Treatise asked 26/9, 2014 at 6:37

1

Solved

I am using TypeLITE with various projects and a simple web site. I would like to use TypeLITE to generate TypeScript definitions from my C# classes, but I am not allowed to add the TypeLITE dll's t...
Misdate asked 10/6, 2014 at 11:45
1

© 2022 - 2024 — McMap. All rights reserved.