TinyLifeWeb/docs/api/TinyLife.Skills.FoodType.IngredientSource.yml

1317 lines
47 KiB
YAML
Raw Permalink Normal View History

2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items:
- uid: TinyLife.Skills.FoodType.IngredientSource
commentId: T:TinyLife.Skills.FoodType.IngredientSource
id: FoodType.IngredientSource
parent: TinyLife.Skills
children:
2022-05-24 13:36:05 +02:00
- TinyLife.Skills.FoodType.IngredientSource.#ctor(System.String,TinyLife.Skills.FoodType.ContainerType)
2021-08-04 06:51:12 +02:00
- TinyLife.Skills.FoodType.IngredientSource.Barbecue
2022-05-24 13:36:05 +02:00
- TinyLife.Skills.FoodType.IngredientSource.CafeDisplayCase
2023-06-25 15:41:49 +02:00
- TinyLife.Skills.FoodType.IngredientSource.CanEat
2022-01-08 12:41:09 +01:00
- TinyLife.Skills.FoodType.IngredientSource.ChildStove
2022-05-24 13:36:05 +02:00
- TinyLife.Skills.FoodType.IngredientSource.CoffeeMachine
- TinyLife.Skills.FoodType.IngredientSource.Container
2021-08-04 06:51:12 +02:00
- TinyLife.Skills.FoodType.IngredientSource.Fridge
2023-06-25 15:41:49 +02:00
- TinyLife.Skills.FoodType.IngredientSource.MixologyKit
2022-05-24 13:36:05 +02:00
- TinyLife.Skills.FoodType.IngredientSource.Name
- TinyLife.Skills.FoodType.IngredientSource.OnEaten
2021-08-04 06:51:12 +02:00
- TinyLife.Skills.FoodType.IngredientSource.ProteinShakeMaker
2023-06-25 15:41:49 +02:00
- TinyLife.Skills.FoodType.IngredientSource.RequiredSkill
2022-05-24 13:36:05 +02:00
- TinyLife.Skills.FoodType.IngredientSource.Sink
2023-03-30 18:07:55 +02:00
- TinyLife.Skills.FoodType.IngredientSource.TeaKit
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
name: FoodType.IngredientSource
nameWithType: FoodType.IngredientSource
fullName: TinyLife.Skills.FoodType.IngredientSource
2022-05-24 13:36:05 +02:00
type: Class
2021-08-04 06:51:12 +02:00
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: IngredientSource
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Skills/FoodType.cs
2024-04-14 17:55:54 +02:00
startLine: 551
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: An ingredient source represents a place that the ingredients for a <xref href="TinyLife.Skills.FoodType" data-throw-if-not-resolved="false"></xref> can be aquired from.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2023-03-30 18:07:55 +02:00
content: public class FoodType.IngredientSource
content.vb: Public Class FoodType.IngredientSource
2022-05-24 13:36:05 +02:00
inheritance:
- System.Object
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
2021-08-04 06:51:12 +02:00
extensionMethods:
- TinyLife.Skills.FoodType.IngredientSource.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Skills.FoodType.IngredientSource.Fridge
commentId: F:TinyLife.Skills.FoodType.IngredientSource.Fridge
id: Fridge
parent: TinyLife.Skills.FoodType.IngredientSource
langs:
- csharp
- vb
name: Fridge
nameWithType: FoodType.IngredientSource.Fridge
fullName: TinyLife.Skills.FoodType.IngredientSource.Fridge
type: Field
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Fridge
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Skills/FoodType.cs
2024-04-14 17:55:54 +02:00
startLine: 556
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: An ingredient source for objects that are created using the <xref href="TinyLife.Actions.ActionType.GetIngredientsSingle" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Actions.ActionType.GetIngredientsFamily" data-throw-if-not-resolved="false"></xref> actions
2021-08-04 06:51:12 +02:00
example: []
syntax:
2022-05-24 13:36:05 +02:00
content: public static readonly FoodType.IngredientSource Fridge
2021-08-04 06:51:12 +02:00
return:
type: TinyLife.Skills.FoodType.IngredientSource
2022-05-24 13:36:05 +02:00
content.vb: Public Shared ReadOnly Fridge As FoodType.IngredientSource
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Skills.FoodType.IngredientSource.Barbecue
commentId: F:TinyLife.Skills.FoodType.IngredientSource.Barbecue
id: Barbecue
parent: TinyLife.Skills.FoodType.IngredientSource
langs:
- csharp
- vb
name: Barbecue
nameWithType: FoodType.IngredientSource.Barbecue
fullName: TinyLife.Skills.FoodType.IngredientSource.Barbecue
type: Field
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Barbecue
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Skills/FoodType.cs
2024-04-14 17:55:54 +02:00
startLine: 560
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: An ingredient source for objects that are created using the <xref href="TinyLife.Actions.ActionType.GrillFood" data-throw-if-not-resolved="false"></xref> action
2021-08-04 06:51:12 +02:00
example: []
syntax:
2022-05-24 13:36:05 +02:00
content: public static readonly FoodType.IngredientSource Barbecue
2021-08-04 06:51:12 +02:00
return:
type: TinyLife.Skills.FoodType.IngredientSource
2022-05-24 13:36:05 +02:00
content.vb: Public Shared ReadOnly Barbecue As FoodType.IngredientSource
2022-01-08 12:41:09 +01:00
- uid: TinyLife.Skills.FoodType.IngredientSource.ChildStove
commentId: F:TinyLife.Skills.FoodType.IngredientSource.ChildStove
id: ChildStove
parent: TinyLife.Skills.FoodType.IngredientSource
langs:
- csharp
- vb
name: ChildStove
nameWithType: FoodType.IngredientSource.ChildStove
fullName: TinyLife.Skills.FoodType.IngredientSource.ChildStove
type: Field
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-01-08 12:41:09 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChildStove
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Skills/FoodType.cs
2024-04-14 17:55:54 +02:00
startLine: 564
2022-01-08 12:41:09 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: A stove that children can cook at.
2022-03-09 16:13:05 +01:00
example: []
2022-01-08 12:41:09 +01:00
syntax:
2022-05-24 13:36:05 +02:00
content: public static readonly FoodType.IngredientSource ChildStove
return:
type: TinyLife.Skills.FoodType.IngredientSource
content.vb: Public Shared ReadOnly ChildStove As FoodType.IngredientSource
- uid: TinyLife.Skills.FoodType.IngredientSource.CoffeeMachine
commentId: F:TinyLife.Skills.FoodType.IngredientSource.CoffeeMachine
id: CoffeeMachine
parent: TinyLife.Skills.FoodType.IngredientSource
langs:
- csharp
- vb
name: CoffeeMachine
nameWithType: FoodType.IngredientSource.CoffeeMachine
fullName: TinyLife.Skills.FoodType.IngredientSource.CoffeeMachine
type: Field
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-05-24 13:36:05 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CoffeeMachine
path: ../TinyLife/Skills/FoodType.cs
2024-04-14 17:55:54 +02:00
startLine: 568
2022-05-24 13:36:05 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: A coffee machine.
2022-05-24 13:36:05 +02:00
example: []
syntax:
content: public static readonly FoodType.IngredientSource CoffeeMachine
return:
type: TinyLife.Skills.FoodType.IngredientSource
content.vb: Public Shared ReadOnly CoffeeMachine As FoodType.IngredientSource
- uid: TinyLife.Skills.FoodType.IngredientSource.Sink
commentId: F:TinyLife.Skills.FoodType.IngredientSource.Sink
id: Sink
parent: TinyLife.Skills.FoodType.IngredientSource
langs:
- csharp
- vb
name: Sink
nameWithType: FoodType.IngredientSource.Sink
fullName: TinyLife.Skills.FoodType.IngredientSource.Sink
type: Field
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-05-24 13:36:05 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sink
path: ../TinyLife/Skills/FoodType.cs
2024-04-14 17:55:54 +02:00
startLine: 572
2022-05-24 13:36:05 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: A sink, used for getting water.
2022-05-24 13:36:05 +02:00
example: []
syntax:
content: public static readonly FoodType.IngredientSource Sink
return:
type: TinyLife.Skills.FoodType.IngredientSource
content.vb: Public Shared ReadOnly Sink As FoodType.IngredientSource
- uid: TinyLife.Skills.FoodType.IngredientSource.CafeDisplayCase
commentId: F:TinyLife.Skills.FoodType.IngredientSource.CafeDisplayCase
id: CafeDisplayCase
parent: TinyLife.Skills.FoodType.IngredientSource
langs:
- csharp
- vb
name: CafeDisplayCase
nameWithType: FoodType.IngredientSource.CafeDisplayCase
fullName: TinyLife.Skills.FoodType.IngredientSource.CafeDisplayCase
type: Field
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-05-24 13:36:05 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CafeDisplayCase
path: ../TinyLife/Skills/FoodType.cs
2024-04-14 17:55:54 +02:00
startLine: 576
2022-05-24 13:36:05 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: A cafe display case that a barista employee can get food out of for customers.
2022-05-24 13:36:05 +02:00
example: []
syntax:
content: public static readonly FoodType.IngredientSource CafeDisplayCase
2022-01-08 12:41:09 +01:00
return:
type: TinyLife.Skills.FoodType.IngredientSource
2022-05-24 13:36:05 +02:00
content.vb: Public Shared ReadOnly CafeDisplayCase As FoodType.IngredientSource
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Skills.FoodType.IngredientSource.TeaKit
commentId: F:TinyLife.Skills.FoodType.IngredientSource.TeaKit
id: TeaKit
parent: TinyLife.Skills.FoodType.IngredientSource
langs:
- csharp
- vb
name: TeaKit
nameWithType: FoodType.IngredientSource.TeaKit
fullName: TinyLife.Skills.FoodType.IngredientSource.TeaKit
type: Field
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2023-03-30 18:07:55 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TeaKit
path: ../TinyLife/Skills/FoodType.cs
2024-04-14 17:55:54 +02:00
startLine: 580
2023-03-30 18:07:55 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: A tea kit that can be used to make tea drinks.
2023-04-26 14:51:19 +02:00
example: []
2023-03-30 18:07:55 +02:00
syntax:
content: public static readonly FoodType.IngredientSource TeaKit
return:
type: TinyLife.Skills.FoodType.IngredientSource
content.vb: Public Shared ReadOnly TeaKit As FoodType.IngredientSource
2023-06-25 15:41:49 +02:00
- uid: TinyLife.Skills.FoodType.IngredientSource.ProteinShakeMaker
commentId: F:TinyLife.Skills.FoodType.IngredientSource.ProteinShakeMaker
id: ProteinShakeMaker
parent: TinyLife.Skills.FoodType.IngredientSource
langs:
- csharp
- vb
name: ProteinShakeMaker
nameWithType: FoodType.IngredientSource.ProteinShakeMaker
fullName: TinyLife.Skills.FoodType.IngredientSource.ProteinShakeMaker
type: Field
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2023-06-25 15:41:49 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeMaker
path: ../TinyLife/Skills/FoodType.cs
2024-04-14 17:55:54 +02:00
startLine: 585
2023-06-25 15:41:49 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: An ingredient source for objects that are created using the <xref href="TinyLife.Actions.ActionType.MixProteinShake" data-throw-if-not-resolved="false"></xref> action.
2023-06-25 15:41:49 +02:00
example: []
syntax:
content: public static readonly FoodType.IngredientSource ProteinShakeMaker
return:
type: TinyLife.Skills.FoodType.IngredientSource
content.vb: Public Shared ReadOnly ProteinShakeMaker As FoodType.IngredientSource
- uid: TinyLife.Skills.FoodType.IngredientSource.MixologyKit
commentId: F:TinyLife.Skills.FoodType.IngredientSource.MixologyKit
id: MixologyKit
parent: TinyLife.Skills.FoodType.IngredientSource
langs:
- csharp
- vb
name: MixologyKit
nameWithType: FoodType.IngredientSource.MixologyKit
fullName: TinyLife.Skills.FoodType.IngredientSource.MixologyKit
type: Field
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2023-06-25 15:41:49 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MixologyKit
path: ../TinyLife/Skills/FoodType.cs
2024-04-14 17:55:54 +02:00
startLine: 589
2023-06-25 15:41:49 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: An ingredient source for objects that are created using the <xref href="TinyLife.Actions.ActionType.MakeDrinks" data-throw-if-not-resolved="false"></xref> action.
2023-06-25 15:41:49 +02:00
example: []
syntax:
content: public static readonly FoodType.IngredientSource MixologyKit
return:
type: TinyLife.Skills.FoodType.IngredientSource
content.vb: Public Shared ReadOnly MixologyKit As FoodType.IngredientSource
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Skills.FoodType.IngredientSource.Name
commentId: F:TinyLife.Skills.FoodType.IngredientSource.Name
id: Name
parent: TinyLife.Skills.FoodType.IngredientSource
langs:
- csharp
- vb
name: Name
nameWithType: FoodType.IngredientSource.Name
fullName: TinyLife.Skills.FoodType.IngredientSource.Name
type: Field
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-05-24 13:36:05 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Skills/FoodType.cs
2024-04-14 17:55:54 +02:00
startLine: 599
2022-05-24 13:36:05 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: The name of this ingredient source.
2022-05-24 13:36:05 +02:00
example: []
syntax:
content: public readonly string Name
return:
type: System.String
content.vb: Public ReadOnly Name As String
- uid: TinyLife.Skills.FoodType.IngredientSource.Container
commentId: F:TinyLife.Skills.FoodType.IngredientSource.Container
id: Container
parent: TinyLife.Skills.FoodType.IngredientSource
langs:
- csharp
- vb
name: Container
nameWithType: FoodType.IngredientSource.Container
fullName: TinyLife.Skills.FoodType.IngredientSource.Container
type: Field
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-05-24 13:36:05 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Container
path: ../TinyLife/Skills/FoodType.cs
2024-04-14 17:55:54 +02:00
startLine: 603
2022-05-24 13:36:05 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: The <xref href="TinyLife.Skills.FoodType.ContainerType" data-throw-if-not-resolved="false"></xref> that this ingredient source creates by default.
2022-05-24 13:36:05 +02:00
example: []
syntax:
content: public readonly FoodType.ContainerType Container
return:
type: TinyLife.Skills.FoodType.ContainerType
content.vb: Public ReadOnly Container As FoodType.ContainerType
- uid: TinyLife.Skills.FoodType.IngredientSource.OnEaten
commentId: P:TinyLife.Skills.FoodType.IngredientSource.OnEaten
id: OnEaten
parent: TinyLife.Skills.FoodType.IngredientSource
langs:
- csharp
- vb
name: OnEaten
nameWithType: FoodType.IngredientSource.OnEaten
fullName: TinyLife.Skills.FoodType.IngredientSource.OnEaten
type: Property
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-05-24 13:36:05 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnEaten
path: ../TinyLife/Skills/FoodType.cs
2024-04-14 17:55:54 +02:00
startLine: 609
2022-05-24 13:36:05 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: >-
An optional action that is invoked when this food object has been eaten.
This method is called if the underlying <xref href="System.Action" data-throw-if-not-resolved="false"></xref> is completed after a sufficient amount of time, so the food item has not necessarily been fully finished when this action is invoked.
2024-04-14 17:55:54 +02:00
This action is invoked in <xref href="TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.ActionInfo%2cTinyLife.Objects.FoodTypedItem)" data-throw-if-not-resolved="false"></xref>.
2022-05-24 13:36:05 +02:00
example: []
syntax:
2024-04-14 17:55:54 +02:00
content: public Action<ActionInfo, FoodTypedItem> OnEaten { get; init; }
2022-05-24 13:36:05 +02:00
parameters: []
return:
2024-04-14 17:55:54 +02:00
type: System.Action{TinyLife.Actions.ActionInfo,TinyLife.Objects.FoodTypedItem}
content.vb: Public Property OnEaten As Action(Of ActionInfo, FoodTypedItem)
2022-05-24 13:36:05 +02:00
overload: TinyLife.Skills.FoodType.IngredientSource.OnEaten*
2023-06-25 15:41:49 +02:00
- uid: TinyLife.Skills.FoodType.IngredientSource.CanEat
commentId: P:TinyLife.Skills.FoodType.IngredientSource.CanEat
id: CanEat
parent: TinyLife.Skills.FoodType.IngredientSource
langs:
- csharp
- vb
name: CanEat
nameWithType: FoodType.IngredientSource.CanEat
fullName: TinyLife.Skills.FoodType.IngredientSource.CanEat
type: Property
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2023-06-25 15:41:49 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanEat
path: ../TinyLife/Skills/FoodType.cs
2024-04-14 17:55:54 +02:00
startLine: 614
2023-06-25 15:41:49 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: >-
An optional <xref href="TinyLife.Actions.ActionType.CanExecuteDelegate" data-throw-if-not-resolved="false"></xref>-style function that allows passing additional conditions to <xref href="TinyLife.Skills.FoodType.IngredientSource.CanEat" data-throw-if-not-resolved="false"></xref>.
If this is null, which is also the default value, no additional checks are done in <xref href="TinyLife.Skills.FoodType.IngredientSource.CanEat" data-throw-if-not-resolved="false"></xref>.
2023-06-25 15:41:49 +02:00
example: []
syntax:
content: public Func<(Person Person, FoodTypedItem Food, bool Automatic), CanExecuteResult> CanEat { get; init; }
parameters: []
return:
type: System.Func{System.ValueTuple{TinyLife.Objects.Person,TinyLife.Objects.FoodTypedItem,System.Boolean},TinyLife.Actions.CanExecuteResult}
content.vb: Public Property CanEat As Func(Of (Person As Person, Food As FoodTypedItem, Automatic As Boolean), CanExecuteResult)
overload: TinyLife.Skills.FoodType.IngredientSource.CanEat*
- uid: TinyLife.Skills.FoodType.IngredientSource.RequiredSkill
commentId: P:TinyLife.Skills.FoodType.IngredientSource.RequiredSkill
id: RequiredSkill
parent: TinyLife.Skills.FoodType.IngredientSource
langs:
- csharp
- vb
name: RequiredSkill
nameWithType: FoodType.IngredientSource.RequiredSkill
fullName: TinyLife.Skills.FoodType.IngredientSource.RequiredSkill
type: Property
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2023-06-25 15:41:49 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredSkill
path: ../TinyLife/Skills/FoodType.cs
2024-04-14 17:55:54 +02:00
startLine: 619
2023-06-25 15:41:49 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: >-
The <xref href="TinyLife.Skills.SkillType" data-throw-if-not-resolved="false"></xref> required for this food type, which is linked to the <xref href="TinyLife.Skills.FoodType.RequiredSkillLevel" data-throw-if-not-resolved="false"></xref>.
This value defaults to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>.
2023-06-25 15:41:49 +02:00
example: []
syntax:
content: public SkillType RequiredSkill { get; init; }
parameters: []
return:
type: TinyLife.Skills.SkillType
content.vb: Public Property RequiredSkill As SkillType
overload: TinyLife.Skills.FoodType.IngredientSource.RequiredSkill*
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Skills.FoodType.IngredientSource.#ctor(System.String,TinyLife.Skills.FoodType.ContainerType)
commentId: M:TinyLife.Skills.FoodType.IngredientSource.#ctor(System.String,TinyLife.Skills.FoodType.ContainerType)
id: '#ctor(System.String,TinyLife.Skills.FoodType.ContainerType)'
parent: TinyLife.Skills.FoodType.IngredientSource
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: IngredientSource(string, ContainerType)
nameWithType: FoodType.IngredientSource.IngredientSource(string, FoodType.ContainerType)
fullName: TinyLife.Skills.FoodType.IngredientSource.IngredientSource(string, TinyLife.Skills.FoodType.ContainerType)
2022-05-24 13:36:05 +02:00
type: Constructor
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-05-24 13:36:05 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Skills/FoodType.cs
2024-04-14 17:55:54 +02:00
startLine: 626
2022-05-24 13:36:05 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: Creates a new ingredient source with the given settings.
2022-05-24 13:36:05 +02:00
example: []
syntax:
content: public IngredientSource(string name, FoodType.ContainerType container = null)
parameters:
- id: name
type: System.String
description: The name of this ingredient source.
- id: container
type: TinyLife.Skills.FoodType.ContainerType
description: he <xref href="TinyLife.Skills.FoodType.ContainerType" data-throw-if-not-resolved="false"></xref> that this ingredient source creates by default.
content.vb: Public Sub New(name As String, container As FoodType.ContainerType = Nothing)
overload: TinyLife.Skills.FoodType.IngredientSource.#ctor*
2023-03-30 18:07:55 +02:00
nameWithType.vb: FoodType.IngredientSource.New(String, FoodType.ContainerType)
fullName.vb: TinyLife.Skills.FoodType.IngredientSource.New(String, TinyLife.Skills.FoodType.ContainerType)
name.vb: New(String, ContainerType)
2021-08-04 06:51:12 +02:00
references:
- uid: TinyLife.Skills.FoodType
commentId: T:TinyLife.Skills.FoodType
parent: TinyLife.Skills
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.html
2021-08-04 06:51:12 +02:00
name: FoodType
nameWithType: FoodType
fullName: TinyLife.Skills.FoodType
- uid: TinyLife.Skills
commentId: N:TinyLife.Skills
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-08-04 06:51:12 +02:00
name: TinyLife.Skills
nameWithType: TinyLife.Skills
fullName: TinyLife.Skills
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Skills
name: Skills
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Skills
name: Skills
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.html
2022-05-24 13:36:05 +02:00
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
2022-05-24 13:36:05 +02:00
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
2022-05-24 13:36:05 +02:00
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2022-05-24 13:36:05 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2022-05-24 13:36:05 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2022-05-24 13:36:05 +02:00
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2022-05-24 13:36:05 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2022-05-24 13:36:05 +02:00
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
2022-05-24 13:36:05 +02:00
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2022-05-24 13:36:05 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2022-05-24 13:36:05 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2022-05-24 13:36:05 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2022-05-24 13:36:05 +02:00
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2022-05-24 13:36:05 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2022-05-24 13:36:05 +02:00
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2022-05-24 13:36:05 +02:00
name: GetHashCode()
2023-03-30 18:07:55 +02:00
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
2022-05-24 13:36:05 +02:00
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2022-05-24 13:36:05 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2022-05-24 13:36:05 +02:00
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2022-05-24 13:36:05 +02:00
name: GetType()
2023-03-30 18:07:55 +02:00
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
2022-05-24 13:36:05 +02:00
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2022-05-24 13:36:05 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2022-05-24 13:36:05 +02:00
- name: (
- name: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2022-05-24 13:36:05 +02:00
name: MemberwiseClone()
2023-03-30 18:07:55 +02:00
nameWithType: object.MemberwiseClone()
fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
2022-05-24 13:36:05 +02:00
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2022-05-24 13:36:05 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2022-05-24 13:36:05 +02:00
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
2022-05-24 13:36:05 +02:00
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2022-05-24 13:36:05 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2022-05-24 13:36:05 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2022-05-24 13:36:05 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2022-05-24 13:36:05 +02:00
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2022-05-24 13:36:05 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2022-05-24 13:36:05 +02:00
- name: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2022-05-24 13:36:05 +02:00
name: ToString()
2023-03-30 18:07:55 +02:00
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
2022-05-24 13:36:05 +02:00
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2022-05-24 13:36:05 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2022-05-24 13:36:05 +02:00
- name: (
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Skills.FoodType.IngredientSource.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
name: JsonCopy<IngredientSource>(IngredientSource)
nameWithType: Extensions.JsonCopy<FoodType.IngredientSource>(FoodType.IngredientSource)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Skills.FoodType.IngredientSource>(TinyLife.Skills.FoodType.IngredientSource)
nameWithType.vb: Extensions.JsonCopy(Of FoodType.IngredientSource)(FoodType.IngredientSource)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Skills.FoodType.IngredientSource)(TinyLife.Skills.FoodType.IngredientSource)
name.vb: JsonCopy(Of IngredientSource)(IngredientSource)
2021-08-04 06:51:12 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Skills.FoodType.IngredientSource)
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: <
- uid: TinyLife.Skills.FoodType.IngredientSource
name: IngredientSource
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.IngredientSource.html
2023-03-30 18:07:55 +02:00
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Skills.FoodType.IngredientSource
name: IngredientSource
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.IngredientSource.html
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Skills.FoodType.IngredientSource)
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: (
- name: Of
- name: " "
- uid: TinyLife.Skills.FoodType.IngredientSource
name: IngredientSource
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.IngredientSource.html
2023-03-30 18:07:55 +02:00
- name: )
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Skills.FoodType.IngredientSource
name: IngredientSource
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.IngredientSource.html
2021-08-04 06:51:12 +02:00
- name: )
2022-05-24 13:36:05 +02:00
- uid: System
commentId: N:System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system
2022-05-24 13:36:05 +02:00
name: System
nameWithType: System
fullName: System
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
name: JsonCopy<T>(T)
nameWithType: Extensions.JsonCopy<T>(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: <
- name: T
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
- name: T
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: (
- name: Of
- name: " "
- name: T
- name: )
2021-08-04 06:51:12 +02:00
- name: (
- name: T
- name: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html
2021-08-04 06:51:12 +02:00
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-08-04 06:51:12 +02:00
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Utilities
name: Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Utilities
name: Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.html
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.ActionType.GetIngredientsSingle
commentId: F:TinyLife.Actions.ActionType.GetIngredientsSingle
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_GetIngredientsSingle
2023-03-30 18:07:55 +02:00
name: GetIngredientsSingle
nameWithType: ActionType.GetIngredientsSingle
fullName: TinyLife.Actions.ActionType.GetIngredientsSingle
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.ActionType.GetIngredientsFamily
commentId: F:TinyLife.Actions.ActionType.GetIngredientsFamily
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_GetIngredientsFamily
2023-03-30 18:07:55 +02:00
name: GetIngredientsFamily
nameWithType: ActionType.GetIngredientsFamily
fullName: TinyLife.Actions.ActionType.GetIngredientsFamily
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Skills.FoodType.IngredientSource
commentId: T:TinyLife.Skills.FoodType.IngredientSource
parent: TinyLife.Skills
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.html
2022-05-24 13:36:05 +02:00
name: FoodType.IngredientSource
nameWithType: FoodType.IngredientSource
fullName: TinyLife.Skills.FoodType.IngredientSource
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife.Skills.FoodType
name: FoodType
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Skills.FoodType.IngredientSource
name: IngredientSource
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.IngredientSource.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife.Skills.FoodType
name: FoodType
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Skills.FoodType.IngredientSource
name: IngredientSource
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.IngredientSource.html
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.ActionType.GrillFood
commentId: F:TinyLife.Actions.ActionType.GrillFood
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_GrillFood
2023-03-30 18:07:55 +02:00
name: GrillFood
nameWithType: ActionType.GrillFood
fullName: TinyLife.Actions.ActionType.GrillFood
2023-06-25 15:41:49 +02:00
- uid: TinyLife.Actions.ActionType.MixProteinShake
commentId: F:TinyLife.Actions.ActionType.MixProteinShake
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_MixProteinShake
2023-06-25 15:41:49 +02:00
name: MixProteinShake
nameWithType: ActionType.MixProteinShake
fullName: TinyLife.Actions.ActionType.MixProteinShake
- uid: TinyLife.Actions.ActionType.MakeDrinks
commentId: F:TinyLife.Actions.ActionType.MakeDrinks
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_MakeDrinks
2023-06-25 15:41:49 +02:00
name: MakeDrinks
nameWithType: ActionType.MakeDrinks
fullName: TinyLife.Actions.ActionType.MakeDrinks
2022-05-24 13:36:05 +02:00
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Skills.FoodType.ContainerType
commentId: T:TinyLife.Skills.FoodType.ContainerType
parent: TinyLife.Skills
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.html
2022-05-24 13:36:05 +02:00
name: FoodType.ContainerType
nameWithType: FoodType.ContainerType
fullName: TinyLife.Skills.FoodType.ContainerType
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife.Skills.FoodType
name: FoodType
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Skills.FoodType.ContainerType
name: ContainerType
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.ContainerType.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife.Skills.FoodType
name: FoodType
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Skills.FoodType.ContainerType
name: ContainerType
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.ContainerType.html
2023-06-25 15:41:49 +02:00
- uid: System.Action
commentId: T:System.Action
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action
name: Action
nameWithType: Action
fullName: System.Action
2024-04-14 17:55:54 +02:00
- uid: TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.ActionInfo,TinyLife.Objects.FoodTypedItem)
commentId: M:TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.ActionInfo,TinyLife.Objects.FoodTypedItem)
href: TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_InvokeOnEaten_TinyLife_Actions_ActionInfo_TinyLife_Objects_FoodTypedItem_
name: InvokeOnEaten(ActionInfo, FoodTypedItem)
nameWithType: FoodType.InvokeOnEaten(ActionInfo, FoodTypedItem)
fullName: TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.ActionInfo, TinyLife.Objects.FoodTypedItem)
2023-03-30 18:07:55 +02:00
spec.csharp:
2024-04-14 17:55:54 +02:00
- uid: TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.ActionInfo,TinyLife.Objects.FoodTypedItem)
2023-03-30 18:07:55 +02:00
name: InvokeOnEaten
2024-04-14 17:55:54 +02:00
href: TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_InvokeOnEaten_TinyLife_Actions_ActionInfo_TinyLife_Objects_FoodTypedItem_
2023-03-30 18:07:55 +02:00
- name: (
2024-04-14 17:55:54 +02:00
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
href: TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: TinyLife.Objects.FoodTypedItem
name: FoodTypedItem
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.FoodTypedItem.html
2023-03-30 18:07:55 +02:00
- name: )
spec.vb:
2024-04-14 17:55:54 +02:00
- uid: TinyLife.Skills.FoodType.InvokeOnEaten(TinyLife.Actions.ActionInfo,TinyLife.Objects.FoodTypedItem)
2023-03-30 18:07:55 +02:00
name: InvokeOnEaten
2024-04-14 17:55:54 +02:00
href: TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_InvokeOnEaten_TinyLife_Actions_ActionInfo_TinyLife_Objects_FoodTypedItem_
2023-03-30 18:07:55 +02:00
- name: (
2024-04-14 17:55:54 +02:00
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
href: TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: TinyLife.Objects.FoodTypedItem
name: FoodTypedItem
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.FoodTypedItem.html
2023-03-30 18:07:55 +02:00
- name: )
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Skills.FoodType.IngredientSource.OnEaten*
commentId: Overload:TinyLife.Skills.FoodType.IngredientSource.OnEaten
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.IngredientSource.html#TinyLife_Skills_FoodType_IngredientSource_OnEaten
2022-05-24 13:36:05 +02:00
name: OnEaten
nameWithType: FoodType.IngredientSource.OnEaten
fullName: TinyLife.Skills.FoodType.IngredientSource.OnEaten
2024-04-14 17:55:54 +02:00
- uid: System.Action{TinyLife.Actions.ActionInfo,TinyLife.Objects.FoodTypedItem}
commentId: T:System.Action{TinyLife.Actions.ActionInfo,TinyLife.Objects.FoodTypedItem}
2022-05-24 13:36:05 +02:00
parent: System
2022-06-09 20:12:10 +02:00
definition: System.Action`2
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-2
2024-04-14 17:55:54 +02:00
name: Action<ActionInfo, FoodTypedItem>
nameWithType: Action<ActionInfo, FoodTypedItem>
fullName: System.Action<TinyLife.Actions.ActionInfo, TinyLife.Objects.FoodTypedItem>
nameWithType.vb: Action(Of ActionInfo, FoodTypedItem)
fullName.vb: System.Action(Of TinyLife.Actions.ActionInfo, TinyLife.Objects.FoodTypedItem)
name.vb: Action(Of ActionInfo, FoodTypedItem)
2022-05-24 13:36:05 +02:00
spec.csharp:
2022-06-09 20:12:10 +02:00
- uid: System.Action`2
2022-05-24 13:36:05 +02:00
name: Action
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-2
2022-05-24 13:36:05 +02:00
- name: <
2024-04-14 17:55:54 +02:00
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
href: TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-06-09 20:12:10 +02:00
- uid: TinyLife.Objects.FoodTypedItem
name: FoodTypedItem
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.FoodTypedItem.html
2022-05-24 13:36:05 +02:00
- name: '>'
spec.vb:
2022-06-09 20:12:10 +02:00
- uid: System.Action`2
2022-05-24 13:36:05 +02:00
name: Action
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-2
- name: (
- name: Of
- name: " "
2024-04-14 17:55:54 +02:00
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
href: TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-06-09 20:12:10 +02:00
- uid: TinyLife.Objects.FoodTypedItem
name: FoodTypedItem
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.FoodTypedItem.html
2022-05-24 13:36:05 +02:00
- name: )
2022-06-09 20:12:10 +02:00
- uid: System.Action`2
commentId: T:System.Action`2
2022-05-24 13:36:05 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-2
2022-06-09 20:12:10 +02:00
name: Action<T1, T2>
nameWithType: Action<T1, T2>
fullName: System.Action<T1, T2>
nameWithType.vb: Action(Of T1, T2)
fullName.vb: System.Action(Of T1, T2)
name.vb: Action(Of T1, T2)
2022-05-24 13:36:05 +02:00
spec.csharp:
2022-06-09 20:12:10 +02:00
- uid: System.Action`2
2022-05-24 13:36:05 +02:00
name: Action
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-2
2022-05-24 13:36:05 +02:00
- name: <
2022-06-09 20:12:10 +02:00
- name: T1
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-06-09 20:12:10 +02:00
- name: T2
2022-05-24 13:36:05 +02:00
- name: '>'
spec.vb:
2022-06-09 20:12:10 +02:00
- uid: System.Action`2
2022-05-24 13:36:05 +02:00
name: Action
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-2
- name: (
- name: Of
- name: " "
2022-06-09 20:12:10 +02:00
- name: T1
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-06-09 20:12:10 +02:00
- name: T2
2022-05-24 13:36:05 +02:00
- name: )
2023-06-25 15:41:49 +02:00
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
commentId: T:TinyLife.Actions.ActionType.CanExecuteDelegate
parent: TinyLife.Actions
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html
2023-06-25 15:41:49 +02:00
name: ActionType.CanExecuteDelegate
nameWithType: ActionType.CanExecuteDelegate
fullName: TinyLife.Actions.ActionType.CanExecuteDelegate
spec.csharp:
- uid: TinyLife.Actions.ActionType
name: ActionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html
2023-06-25 15:41:49 +02:00
- name: .
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
name: CanExecuteDelegate
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.CanExecuteDelegate.html
2023-06-25 15:41:49 +02:00
spec.vb:
- uid: TinyLife.Actions.ActionType
name: ActionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html
2023-06-25 15:41:49 +02:00
- name: .
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
name: CanExecuteDelegate
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.CanExecuteDelegate.html
2023-06-25 15:41:49 +02:00
- uid: TinyLife.Skills.FoodType.IngredientSource.CanEat
commentId: P:TinyLife.Skills.FoodType.IngredientSource.CanEat
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.IngredientSource.html#TinyLife_Skills_FoodType_IngredientSource_CanEat
2023-06-25 15:41:49 +02:00
name: CanEat
nameWithType: FoodType.IngredientSource.CanEat
fullName: TinyLife.Skills.FoodType.IngredientSource.CanEat
- uid: TinyLife.Skills.FoodType.IngredientSource.CanEat*
commentId: Overload:TinyLife.Skills.FoodType.IngredientSource.CanEat
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.IngredientSource.html#TinyLife_Skills_FoodType_IngredientSource_CanEat
2023-06-25 15:41:49 +02:00
name: CanEat
nameWithType: FoodType.IngredientSource.CanEat
fullName: TinyLife.Skills.FoodType.IngredientSource.CanEat
- uid: System.Func{System.ValueTuple{TinyLife.Objects.Person,TinyLife.Objects.FoodTypedItem,System.Boolean},TinyLife.Actions.CanExecuteResult}
commentId: T:System.Func{System.ValueTuple{TinyLife.Objects.Person,TinyLife.Objects.FoodTypedItem,System.Boolean},TinyLife.Actions.CanExecuteResult}
parent: System
definition: System.Func`2
href: https://learn.microsoft.com/dotnet/api/system.func-2
name: Func<(Person Person, FoodTypedItem Food, bool Automatic), CanExecuteResult>
nameWithType: Func<(Person Person, FoodTypedItem Food, bool Automatic), CanExecuteResult>
fullName: System.Func<(TinyLife.Objects.Person Person, TinyLife.Objects.FoodTypedItem Food, bool Automatic), TinyLife.Actions.CanExecuteResult>
nameWithType.vb: Func(Of (Person As Person, Food As FoodTypedItem, Automatic As Boolean), CanExecuteResult)
fullName.vb: System.Func(Of (Person As TinyLife.Objects.Person, Food As TinyLife.Objects.FoodTypedItem, Automatic As Boolean), TinyLife.Actions.CanExecuteResult)
name.vb: Func(Of (Person As Person, Food As FoodTypedItem, Automatic As Boolean), CanExecuteResult)
spec.csharp:
- uid: System.Func`2
name: Func
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-06-25 15:41:49 +02:00
- name: " "
- uid: System.ValueTuple{TinyLife.Objects.Person,TinyLife.Objects.FoodTypedItem,System.Boolean}.Person
name: Person
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,tinylife.objects.foodtypeditem,system.boolean-.person
- name: ','
- name: " "
- uid: TinyLife.Objects.FoodTypedItem
name: FoodTypedItem
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.FoodTypedItem.html
2023-06-25 15:41:49 +02:00
- name: " "
- uid: System.ValueTuple{TinyLife.Objects.Person,TinyLife.Objects.FoodTypedItem,System.Boolean}.Food
name: Food
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,tinylife.objects.foodtypeditem,system.boolean-.food
- name: ','
- name: " "
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: " "
- uid: System.ValueTuple{TinyLife.Objects.Person,TinyLife.Objects.FoodTypedItem,System.Boolean}.Automatic
name: Automatic
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,tinylife.objects.foodtypeditem,system.boolean-.automatic
- name: )
- name: ','
- name: " "
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.CanExecuteResult.html
2023-06-25 15:41:49 +02:00
- name: '>'
spec.vb:
- uid: System.Func`2
name: Func
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: (
- name: Of
- name: " "
- name: (
- uid: System.ValueTuple{TinyLife.Objects.Person,TinyLife.Objects.FoodTypedItem,System.Boolean}.Person
name: Person
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,tinylife.objects.foodtypeditem,system.boolean-.person
- name: " "
- name: As
- name: " "
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-06-25 15:41:49 +02:00
- name: ','
- name: " "
- uid: System.ValueTuple{TinyLife.Objects.Person,TinyLife.Objects.FoodTypedItem,System.Boolean}.Food
name: Food
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,tinylife.objects.foodtypeditem,system.boolean-.food
- name: " "
- name: As
- name: " "
- uid: TinyLife.Objects.FoodTypedItem
name: FoodTypedItem
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.FoodTypedItem.html
2023-06-25 15:41:49 +02:00
- name: ','
- name: " "
- uid: System.ValueTuple{TinyLife.Objects.Person,TinyLife.Objects.FoodTypedItem,System.Boolean}.Automatic
name: Automatic
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,tinylife.objects.foodtypeditem,system.boolean-.automatic
- name: " "
- name: As
- name: " "
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
- name: ','
- name: " "
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.CanExecuteResult.html
2023-06-25 15:41:49 +02:00
- name: )
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-06-25 15:41:49 +02:00
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-06-25 15:41:49 +02:00
- name: .
- uid: TinyLife.Actions
name: Actions
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.html
2023-06-25 15:41:49 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-06-25 15:41:49 +02:00
- name: .
- uid: TinyLife.Actions
name: Actions
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.html
2023-06-25 15:41:49 +02:00
- uid: System.Func`2
commentId: T:System.Func`2
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
name: Func<T, TResult>
nameWithType: Func<T, TResult>
fullName: System.Func<T, TResult>
nameWithType.vb: Func(Of T, TResult)
fullName.vb: System.Func(Of T, TResult)
name.vb: Func(Of T, TResult)
spec.csharp:
- uid: System.Func`2
name: Func
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- name: T
- name: ','
- name: " "
- name: TResult
- name: '>'
spec.vb:
- uid: System.Func`2
name: Func
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: (
- name: Of
- name: " "
- name: T
- name: ','
- name: " "
- name: TResult
- name: )
- uid: TinyLife.Skills.SkillType
commentId: T:TinyLife.Skills.SkillType
parent: TinyLife.Skills
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.SkillType.html
2023-06-25 15:41:49 +02:00
name: SkillType
nameWithType: SkillType
fullName: TinyLife.Skills.SkillType
- uid: TinyLife.Skills.FoodType.RequiredSkillLevel
commentId: F:TinyLife.Skills.FoodType.RequiredSkillLevel
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.html#TinyLife_Skills_FoodType_RequiredSkillLevel
2023-06-25 15:41:49 +02:00
name: RequiredSkillLevel
nameWithType: FoodType.RequiredSkillLevel
fullName: TinyLife.Skills.FoodType.RequiredSkillLevel
- uid: TinyLife.Skills.FoodType.IngredientSource.RequiredSkill*
commentId: Overload:TinyLife.Skills.FoodType.IngredientSource.RequiredSkill
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.IngredientSource.html#TinyLife_Skills_FoodType_IngredientSource_RequiredSkill
2023-06-25 15:41:49 +02:00
name: RequiredSkill
nameWithType: FoodType.IngredientSource.RequiredSkill
fullName: TinyLife.Skills.FoodType.IngredientSource.RequiredSkill
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Skills.FoodType.IngredientSource.#ctor*
commentId: Overload:TinyLife.Skills.FoodType.IngredientSource.#ctor
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.IngredientSource.html#TinyLife_Skills_FoodType_IngredientSource__ctor_System_String_TinyLife_Skills_FoodType_ContainerType_
2022-05-24 13:36:05 +02:00
name: IngredientSource
nameWithType: FoodType.IngredientSource.IngredientSource
fullName: TinyLife.Skills.FoodType.IngredientSource.IngredientSource
2023-03-30 18:07:55 +02:00
nameWithType.vb: FoodType.IngredientSource.New
fullName.vb: TinyLife.Skills.FoodType.IngredientSource.New
name.vb: New