예제 #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));