TsEnum class
Represents an enum in the code model.
Namespace: TypeLite.TsModels
Inherits: TsModuleMember
Properties
Name | Description | |
---|---|---|
ClrType | ||
IsIgnored | Gets or sets bool value indicating whether this enum will be ignored by TsGenerator. | |
Module | ||
Name | ||
Values | Gets collection of properties of the class. |
TsEnum.ClrType property
Syntax
TsEnum.IsIgnored property
Gets or sets bool value indicating whether this enum will be ignored by TsGenerator.
Syntax
TsEnum.Module property
Syntax
TsEnum.Name property
Syntax
TsEnum.Values property
Gets collection of properties of the class.