Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LolLobbyLobbyParticipantDto" /> class.
 /// </summary>
 /// <param name="AllowedChangeActivity">AllowedChangeActivity.</param>
 /// <param name="AllowedInviteOthers">AllowedInviteOthers.</param>
 /// <param name="AllowedKickOthers">AllowedKickOthers.</param>
 /// <param name="AllowedStartActivity">AllowedStartActivity.</param>
 /// <param name="AllowedToggleInvite">AllowedToggleInvite.</param>
 /// <param name="AutoFillEligible">AutoFillEligible.</param>
 /// <param name="AutoFillProtectedForPromos">AutoFillProtectedForPromos.</param>
 /// <param name="AutoFillProtectedForSoloing">AutoFillProtectedForSoloing.</param>
 /// <param name="AutoFillProtectedForStreaking">AutoFillProtectedForStreaking.</param>
 /// <param name="BotChampionId">BotChampionId.</param>
 /// <param name="BotDifficulty">BotDifficulty.</param>
 /// <param name="BotId">BotId.</param>
 /// <param name="FirstPositionPreference">FirstPositionPreference.</param>
 /// <param name="IsBot">IsBot.</param>
 /// <param name="IsLeader">IsLeader.</param>
 /// <param name="IsSpectator">IsSpectator.</param>
 /// <param name="Puuid">Puuid.</param>
 /// <param name="Ready">Ready.</param>
 /// <param name="SecondPositionPreference">SecondPositionPreference.</param>
 /// <param name="ShowGhostedBanner">ShowGhostedBanner.</param>
 /// <param name="SummonerIconId">SummonerIconId.</param>
 /// <param name="SummonerId">SummonerId.</param>
 /// <param name="SummonerName">SummonerName.</param>
 /// <param name="TeamId">TeamId.</param>
 public LolLobbyLobbyParticipantDto(bool?AllowedChangeActivity = default(bool?), bool?AllowedInviteOthers = default(bool?), bool?AllowedKickOthers = default(bool?), bool?AllowedStartActivity = default(bool?), bool?AllowedToggleInvite = default(bool?), bool?AutoFillEligible = default(bool?), bool?AutoFillProtectedForPromos = default(bool?), bool?AutoFillProtectedForSoloing = default(bool?), bool?AutoFillProtectedForStreaking = default(bool?), int?BotChampionId = default(int?), LolLobbyLobbyBotDifficulty BotDifficulty = default(LolLobbyLobbyBotDifficulty), string BotId = default(string), string FirstPositionPreference = default(string), bool?IsBot = default(bool?), bool?IsLeader = default(bool?), bool?IsSpectator = default(bool?), string Puuid = default(string), bool?Ready = default(bool?), string SecondPositionPreference = default(string), bool?ShowGhostedBanner = default(bool?), int?SummonerIconId = default(int?), long?SummonerId = default(long?), string SummonerName = default(string), int?TeamId = default(int?))
 {
     this.AllowedChangeActivity         = AllowedChangeActivity;
     this.AllowedInviteOthers           = AllowedInviteOthers;
     this.AllowedKickOthers             = AllowedKickOthers;
     this.AllowedStartActivity          = AllowedStartActivity;
     this.AllowedToggleInvite           = AllowedToggleInvite;
     this.AutoFillEligible              = AutoFillEligible;
     this.AutoFillProtectedForPromos    = AutoFillProtectedForPromos;
     this.AutoFillProtectedForSoloing   = AutoFillProtectedForSoloing;
     this.AutoFillProtectedForStreaking = AutoFillProtectedForStreaking;
     this.BotChampionId            = BotChampionId;
     this.BotDifficulty            = BotDifficulty;
     this.BotId                    = BotId;
     this.FirstPositionPreference  = FirstPositionPreference;
     this.IsBot                    = IsBot;
     this.IsLeader                 = IsLeader;
     this.IsSpectator              = IsSpectator;
     this.Puuid                    = Puuid;
     this.Ready                    = Ready;
     this.SecondPositionPreference = SecondPositionPreference;
     this.ShowGhostedBanner        = ShowGhostedBanner;
     this.SummonerIconId           = SummonerIconId;
     this.SummonerId               = SummonerId;
     this.SummonerName             = SummonerName;
     this.TeamId                   = TeamId;
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LolLobbyLobbyBotParams" /> class.
 /// </summary>
 /// <param name="BotDifficulty">BotDifficulty.</param>
 /// <param name="ChampionId">ChampionId.</param>
 /// <param name="TeamId">TeamId.</param>
 public LolLobbyLobbyBotParams(LolLobbyLobbyBotDifficulty BotDifficulty = default(LolLobbyLobbyBotDifficulty), int?ChampionId = default(int?), string TeamId = default(string))
 {
     this.BotDifficulty = BotDifficulty;
     this.ChampionId    = ChampionId;
     this.TeamId        = TeamId;
 }
Пример #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LolLobbyLobbyMember" /> class.
 /// </summary>
 /// <param name="AutoFillEligible">AutoFillEligible.</param>
 /// <param name="AutoFillProtectedForPromos">AutoFillProtectedForPromos.</param>
 /// <param name="AutoFillProtectedForSoloing">AutoFillProtectedForSoloing.</param>
 /// <param name="AutoFillProtectedForStreaking">AutoFillProtectedForStreaking.</param>
 /// <param name="BotChampionId">BotChampionId.</param>
 /// <param name="BotDifficulty">BotDifficulty.</param>
 /// <param name="CanInviteOthers">CanInviteOthers.</param>
 /// <param name="ExcludedPositionPreference">ExcludedPositionPreference.</param>
 /// <param name="Id">Id.</param>
 /// <param name="IsBot">IsBot.</param>
 /// <param name="IsOwner">IsOwner.</param>
 /// <param name="IsSpectator">IsSpectator.</param>
 /// <param name="PositionPreferences">PositionPreferences.</param>
 /// <param name="ShowPositionExcluder">ShowPositionExcluder.</param>
 /// <param name="SummonerInternalName">SummonerInternalName.</param>
 public LolLobbyLobbyMember(bool?AutoFillEligible = default(bool?), bool?AutoFillProtectedForPromos = default(bool?), bool?AutoFillProtectedForSoloing = default(bool?), bool?AutoFillProtectedForStreaking = default(bool?), int?BotChampionId = default(int?), LolLobbyLobbyBotDifficulty BotDifficulty = default(LolLobbyLobbyBotDifficulty), bool?CanInviteOthers = default(bool?), string ExcludedPositionPreference = default(string), long?Id = default(long?), bool?IsBot = default(bool?), bool?IsOwner = default(bool?), bool?IsSpectator = default(bool?), LolLobbyLobbyPositionPreferences PositionPreferences = default(LolLobbyLobbyPositionPreferences), bool?ShowPositionExcluder = default(bool?), string SummonerInternalName = default(string))
 {
     this.AutoFillEligible              = AutoFillEligible;
     this.AutoFillProtectedForPromos    = AutoFillProtectedForPromos;
     this.AutoFillProtectedForSoloing   = AutoFillProtectedForSoloing;
     this.AutoFillProtectedForStreaking = AutoFillProtectedForStreaking;
     this.BotChampionId              = BotChampionId;
     this.BotDifficulty              = BotDifficulty;
     this.CanInviteOthers            = CanInviteOthers;
     this.ExcludedPositionPreference = ExcludedPositionPreference;
     this.Id                   = Id;
     this.IsBot                = IsBot;
     this.IsOwner              = IsOwner;
     this.IsSpectator          = IsSpectator;
     this.PositionPreferences  = PositionPreferences;
     this.ShowPositionExcluder = ShowPositionExcluder;
     this.SummonerInternalName = SummonerInternalName;
 }