Пример #1
0
 set => this.InternalDefaultPaymentMethod = SetExpandableFieldId(value, this.InternalDefaultPaymentMethod);
 set => this.InternalPlan = SetExpandableFieldId(value, this.InternalPlan);
Пример #3
0
 get => this.baseInv.current != null ? new Item(this.baseInv.current) : null;
Пример #4
0
 ? string.Format(CoreStrings.WindowLaunchpad_RocketLaunchedByPlayer_Format,
                 this.publicState.LaunchedByPlayerName)
Пример #5
0
 get => new ListBigNumberWrapper(this.value);
Пример #6
0
 ApplicationCommandOptionType.User => ulong.Parse(this.InternalValue),
Пример #7
0
 ApplicationCommandOptionType.Number => double.Parse(this.InternalValue, CultureInfo.InvariantCulture),
Пример #8
0
 await DispatchToLuisModel(context, this.luisModelOfficebot, "Officebot");
 => this.pathCollection = new PathCollection(this.path1, this.path2);
Пример #10
0
this.GetGroup(location, visibleTiles, this.SpeedGro, HoeDirt.speedGro, HoeDirt.superSpeedGro),
Пример #11
0
this.GetGroup(location, visibleTiles, this.RetainingSoil, HoeDirt.waterRetentionSoil, HoeDirt.waterRetentionSoilQUality)
Пример #12
0
this.GetGroup(location, visibleTiles, this.Fertilizer, HoeDirt.fertilizerLowQuality, HoeDirt.fertilizerHighQuality),
Пример #13
0
 set => this.InternalCustomer = SetExpandableFieldId(value, this.InternalCustomer);
Пример #14
0
 set => this.InternalPrice = SetExpandableFieldId(value, this.InternalPrice);
Пример #15
0
 ApplicationCommandOptionType.Boolean => bool.Parse(this.InternalValue),
Пример #16
0
this.GetGroup(location, visibleTiles, HoeDirt.dry, this.Dry)
Пример #17
0
 ApplicationCommandOptionType.Channel => ulong.Parse(this.InternalValue),
 get => this.GetPropertyValue <string>(nameof(this.Id));
Пример #19
0
 ApplicationCommandOptionType.Mentionable => ulong.Parse(this.InternalValue),
Пример #20
0
 set => this.InternalAccount = SetExpandableFieldId(value, this.InternalAccount);
Пример #21
0
 await DispatchToLuisModel(context, this.luisModelHomeAutomation, "home automation");
Пример #22
0
 get => !string.IsNullOrEmpty(this._name) ? this._name : $"Pin{this.Type}{this.Num}";
Пример #23
0
this.GetGroup(location, visibleTiles, HoeDirt.watered, this.Watered),
this.GetGroup(location, visibleTiles, HoeDirt.dry, this.Dry)
Пример #24
0
 get => this._refreshCommand ?? (this._refreshCommand = new DelegateCommand(this.LoadCountriesAsync));