Пример #1
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;
 }
 /// <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;
 }