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