Class TsModel
- Namespace
- Alternet.TsTypedefsGenerator.Core
- Assembly
- Alternet.Common.TypeScript.v9.dll
Represents script model of CLR classes.
public class TsModel
- Inheritance
-
TsModel
Constructors
- TsModel(IEnumerable<TsClass>, IEnumerable<TsEnum>, IEnumerable<TsVariable>)
Initializes a new instance of the TsModel class with collection of classes and enums
Properties
- Classes
Gets a collection of classes in the model.
- Enums
Gets a collection of enums in the model
- Modules
Gets a collection of modules in the module.
- References
Gets a collection of references to other d.ts files.
Methods
- RunVisitor(ITsModelVisitor)
Runs specific model visitor.