Interface ITsModelVisitor
- Namespace
- Alternet.TsTypedefsGenerator.Core
- Assembly
- Alternet.Common.TypeScript.v9.dll
Defines an interface of TypeScript model visitor, that can be used to examine and modify TypeScript model.
public interface ITsModelVisitor
Methods
- VisitClass(TsClass)
Represents a method called for every class in the model.
- VisitEnum(TsEnum)
When overridden in a derived class, it can examine or modify the enum model.
- VisitModel(TsModel)
Represents a method called once for the model.
- VisitModule(TsModule)
Represents a method called for every module in the model.
- VisitProperty(TsProperty)
Represents a method called for every property in the model.