Class CareerTrackContainer
Container for career track information.
Inheritance
System.Object
CareerTrackContainer
Namespace: Den.Dev.Grunt.Models.HaloInfinite
Assembly: Den.Dev.Grunt.dll
Syntax
[[Den.Dev.Grunt.Models.IsAutomaticallySerializable]]
[[System.Runtime.CompilerServices.Nullable(0)]]
[[System.Runtime.CompilerServices.NullableContext(2)]]
public class CareerTrackContainer
Constructors
Name | Description |
---|---|
CareerTrackContainer() |
Properties
Name | Description |
---|---|
DateRange | Gets or sets the date range for the track. |
Description | Gets or sets the description for the track. |
IsRitual | Gets or sets whether the career track is a ritual. |
Name | Gets or sets the name of the track. |
OperationNumber | Gets or sets the operation number. |
Ranks | Gets or sets the list of career ranks. |
SummaryImagePath | Gets or sets the summary image path. |
TrackId | Gets or sets the career track ID. |
WeekNumber | Gets or sets the track week number. |
XpPerRank | Gets or sets the volume of XP granted per rank in the track. |