Class TsEnum
- Namespace
- Alternet.TsTypedefsGenerator.Core.TsModels
- Assembly
- Alternet.Common.TypeScript.v9.dll
Represents an enum in the code model.
public class TsEnum : TsModuleMember
- Inheritance
-
TsEnum
Constructors
- TsEnum(Type, TypeGenerationAdditionalInfo)
Initializes a new instance of the TsEnum class with the specific CLR enum.
Properties
- IsIgnored
Gets or sets bool value indicating whether this enum will be ignored by TsGenerator.
- Values
Gets collection of properties of the class.
Methods
- GetEnumValues(Type)
Retrieves a collection of possible value of the enum.