Class TsClass
- Namespace
- Alternet.TsTypedefsGenerator.Core.TsModels
- Assembly
- Alternet.Common.TypeScript.v9.dll
Represents a class in the code model.
public class TsClass : TsModuleMember
- Inheritance
-
TsClass
Constructors
- TsClass(Type, TypeGenerationAdditionalInfo)
Initializes a new instance of the TsClass class with the specific CLR type.
Properties
- BaseType
Gets base type of the class
- Fields
Gets collection of fields of the class.
- GenericArguments
Gets collection of GenericArguments for this class
- IsIgnored
Gets or sets bool value indicating whether this class will be ignored by TsGenerator.
- Methods
Gets collection of methods of the class.
- Properties
Gets collection of properties of the class.