/// <summary>
 /// Initializes a new instance of the <see cref="DestinyHistoricalStatsDestinyHistoricalStatsWithMerged" /> class.
 /// </summary>
 /// <param name="Results">Results.</param>
 /// <param name="Merged">Merged.</param>
 public DestinyHistoricalStatsDestinyHistoricalStatsWithMerged(Dictionary <string, DestinyHistoricalStatsDestinyHistoricalStatsByPeriod> Results = default(Dictionary <string, DestinyHistoricalStatsDestinyHistoricalStatsByPeriod>), DestinyHistoricalStatsDestinyHistoricalStatsByPeriod Merged = default(DestinyHistoricalStatsDestinyHistoricalStatsByPeriod))
 {
     this.Results = Results;
     this.Merged  = Merged;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DestinyHistoricalStatsDestinyHistoricalStatsPerCharacter" /> class.
 /// </summary>
 /// <param name="CharacterId">CharacterId.</param>
 /// <param name="Deleted">Deleted.</param>
 /// <param name="Results">Results.</param>
 /// <param name="Merged">Merged.</param>
 public DestinyHistoricalStatsDestinyHistoricalStatsPerCharacter(long?CharacterId = default(long?), bool?Deleted = default(bool?), Dictionary <string, DestinyHistoricalStatsDestinyHistoricalStatsByPeriod> Results = default(Dictionary <string, DestinyHistoricalStatsDestinyHistoricalStatsByPeriod>), DestinyHistoricalStatsDestinyHistoricalStatsByPeriod Merged = default(DestinyHistoricalStatsDestinyHistoricalStatsByPeriod))
 {
     this.CharacterId = CharacterId;
     this.Deleted     = Deleted;
     this.Results     = Results;
     this.Merged      = Merged;
 }