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

499 lines
18 KiB
YAML
Raw Normal View History

2022-06-09 20:12:10 +02:00
### YamlMime:ManagedReference
items:
- uid: TinyLife.Skills.FoodType.FoodIntolerance
commentId: T:TinyLife.Skills.FoodType.FoodIntolerance
id: FoodType.FoodIntolerance
parent: TinyLife.Skills
children:
- TinyLife.Skills.FoodType.FoodIntolerance.None
2023-03-30 18:07:55 +02:00
- TinyLife.Skills.FoodType.FoodIntolerance.NotForBabies
2023-06-25 15:41:49 +02:00
- TinyLife.Skills.FoodType.FoodIntolerance.NotForChildren
2022-06-09 20:12:10 +02:00
- TinyLife.Skills.FoodType.FoodIntolerance.NotPescetarian
- TinyLife.Skills.FoodType.FoodIntolerance.NotVegan
- TinyLife.Skills.FoodType.FoodIntolerance.NotVegetarian
langs:
- csharp
- vb
name: FoodType.FoodIntolerance
nameWithType: FoodType.FoodIntolerance
fullName: TinyLife.Skills.FoodType.FoodIntolerance
type: Enum
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-06-09 20:12:10 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoodIntolerance
path: ../TinyLife/Skills/FoodType.cs
2023-06-25 15:41:49 +02:00
startLine: 694
2022-06-09 20:12:10 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: >-
A flag enumeration that represents a set of food intolerances for a <xref href="TinyLife.Skills.FoodType" data-throw-if-not-resolved="false"></xref>, which determines what food can be eaten by a <xref href="TinyLife.Objects.Person" data-throw-if-not-resolved="false"></xref> based on their <xref href="TinyLife.PersonalityType" data-throw-if-not-resolved="false"></xref>.
See <xref href="TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodIntolerance%2cTinyLife.Objects.Person)" data-throw-if-not-resolved="false"></xref> to retrieve matching personalities.
2022-06-10 12:18:26 +02:00
example: []
2022-06-09 20:12:10 +02:00
syntax:
2022-06-10 12:18:26 +02:00
content: >-
[Flags]
2023-03-30 18:07:55 +02:00
public enum FoodType.FoodIntolerance
2022-06-10 12:18:26 +02:00
content.vb: >-
<Flags>
2023-03-30 18:07:55 +02:00
Public Enum FoodType.FoodIntolerance
2022-06-09 20:12:10 +02:00
extensionMethods:
- TinyLife.Skills.FoodType.FoodIntolerance.TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Objects.Person)
2023-03-30 18:07:55 +02:00
- TinyLife.Skills.FoodType.FoodIntolerance.TinyLife.Utilities.Extensions.JsonCopy``1
2022-06-10 12:18:26 +02:00
attributes:
- type: System.FlagsAttribute
ctor: System.FlagsAttribute.#ctor
arguments: []
2022-06-09 20:12:10 +02:00
- uid: TinyLife.Skills.FoodType.FoodIntolerance.None
commentId: F:TinyLife.Skills.FoodType.FoodIntolerance.None
id: None
parent: TinyLife.Skills.FoodType.FoodIntolerance
langs:
- csharp
- vb
name: None
nameWithType: FoodType.FoodIntolerance.None
fullName: TinyLife.Skills.FoodType.FoodIntolerance.None
type: Field
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-06-09 20:12:10 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: None
path: ../TinyLife/Skills/FoodType.cs
2023-06-25 15:41:49 +02:00
startLine: 700
2022-06-09 20:12:10 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: No food intolerance.
2022-06-10 12:18:26 +02:00
example: []
2022-06-09 20:12:10 +02:00
syntax:
content: None = 0
return:
type: TinyLife.Skills.FoodType.FoodIntolerance
- uid: TinyLife.Skills.FoodType.FoodIntolerance.NotVegan
commentId: F:TinyLife.Skills.FoodType.FoodIntolerance.NotVegan
id: NotVegan
parent: TinyLife.Skills.FoodType.FoodIntolerance
langs:
- csharp
- vb
name: NotVegan
nameWithType: FoodType.FoodIntolerance.NotVegan
fullName: TinyLife.Skills.FoodType.FoodIntolerance.NotVegan
type: Field
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-06-09 20:12:10 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotVegan
path: ../TinyLife/Skills/FoodType.cs
2023-06-25 15:41:49 +02:00
startLine: 704
2022-06-09 20:12:10 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: A food intolerance representing a food item that is not vegan.
2022-06-10 12:18:26 +02:00
example: []
2022-06-09 20:12:10 +02:00
syntax:
content: NotVegan = 1
return:
type: TinyLife.Skills.FoodType.FoodIntolerance
- uid: TinyLife.Skills.FoodType.FoodIntolerance.NotVegetarian
commentId: F:TinyLife.Skills.FoodType.FoodIntolerance.NotVegetarian
id: NotVegetarian
parent: TinyLife.Skills.FoodType.FoodIntolerance
langs:
- csharp
- vb
name: NotVegetarian
nameWithType: FoodType.FoodIntolerance.NotVegetarian
fullName: TinyLife.Skills.FoodType.FoodIntolerance.NotVegetarian
type: Field
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-06-09 20:12:10 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotVegetarian
path: ../TinyLife/Skills/FoodType.cs
2023-06-25 15:41:49 +02:00
startLine: 708
2022-06-09 20:12:10 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: A food intolerance representing a food item that is not vegetarian, which also includes the <xref href="TinyLife.Skills.FoodType.FoodIntolerance.NotVegan" data-throw-if-not-resolved="false"></xref> flag.
2022-06-10 12:18:26 +02:00
example: []
2022-06-09 20:12:10 +02:00
syntax:
content: NotVegetarian = 3
return:
type: TinyLife.Skills.FoodType.FoodIntolerance
- uid: TinyLife.Skills.FoodType.FoodIntolerance.NotPescetarian
commentId: F:TinyLife.Skills.FoodType.FoodIntolerance.NotPescetarian
id: NotPescetarian
parent: TinyLife.Skills.FoodType.FoodIntolerance
langs:
- csharp
- vb
name: NotPescetarian
nameWithType: FoodType.FoodIntolerance.NotPescetarian
fullName: TinyLife.Skills.FoodType.FoodIntolerance.NotPescetarian
type: Field
source:
remote:
path: TinyLife/Skills/FoodType.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-06-09 20:12:10 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotPescetarian
path: ../TinyLife/Skills/FoodType.cs
2023-06-25 15:41:49 +02:00
startLine: 712
2022-06-09 20:12:10 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: A food intolerance representing a food item that is not pescetarian, which also includes the <xref href="TinyLife.Skills.FoodType.FoodIntolerance.NotVegetarian" data-throw-if-not-resolved="false"></xref> (and thus, <xref href="TinyLife.Skills.FoodType.FoodIntolerance.NotVegan" data-throw-if-not-resolved="false"></xref>) flag.
2022-06-10 12:18:26 +02:00
example: []
2022-06-09 20:12:10 +02:00
syntax:
content: NotPescetarian = 7
return:
type: TinyLife.Skills.FoodType.FoodIntolerance
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Skills.FoodType.FoodIntolerance.NotForBabies
commentId: F:TinyLife.Skills.FoodType.FoodIntolerance.NotForBabies
id: NotForBabies
parent: TinyLife.Skills.FoodType.FoodIntolerance
langs:
- csharp
- vb
name: NotForBabies
nameWithType: FoodType.FoodIntolerance.NotForBabies
fullName: TinyLife.Skills.FoodType.FoodIntolerance.NotForBabies
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: NotForBabies
path: ../TinyLife/Skills/FoodType.cs
2023-06-25 15:41:49 +02:00
startLine: 716
2023-03-30 18:07:55 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: A food intolerance representing a food that is not suitable for babies to eat.
2023-04-26 14:51:19 +02:00
example: []
2023-03-30 18:07:55 +02:00
syntax:
content: NotForBabies = 8
return:
type: TinyLife.Skills.FoodType.FoodIntolerance
2023-06-25 15:41:49 +02:00
- uid: TinyLife.Skills.FoodType.FoodIntolerance.NotForChildren
commentId: F:TinyLife.Skills.FoodType.FoodIntolerance.NotForChildren
id: NotForChildren
parent: TinyLife.Skills.FoodType.FoodIntolerance
langs:
- csharp
- vb
name: NotForChildren
nameWithType: FoodType.FoodIntolerance.NotForChildren
fullName: TinyLife.Skills.FoodType.FoodIntolerance.NotForChildren
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: NotForChildren
path: ../TinyLife/Skills/FoodType.cs
startLine: 720
assemblies:
- Tiny Life
namespace: TinyLife.Skills
2024-01-07 16:53:47 +01:00
summary: A food intolerance representing a food that is not suitable for children, or babies, to eat.
2023-06-25 15:41:49 +02:00
example: []
syntax:
content: NotForChildren = 24
return:
type: TinyLife.Skills.FoodType.FoodIntolerance
2022-06-09 20:12:10 +02:00
references:
2022-06-10 12:18:26 +02:00
- 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
2022-06-10 12:18:26 +02:00
name: FoodType
nameWithType: FoodType
fullName: TinyLife.Skills.FoodType
- uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person
parent: TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2022-06-10 12:18:26 +02:00
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- uid: TinyLife.PersonalityType
commentId: T:TinyLife.PersonalityType
parent: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.PersonalityType.html
2022-06-10 12:18:26 +02:00
name: PersonalityType
nameWithType: PersonalityType
fullName: TinyLife.PersonalityType
- uid: TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Objects.Person)
commentId: M:TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Objects.Person)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetPersonality_TinyLife_Skills_FoodType_FoodIntolerance_TinyLife_Objects_Person_
2023-03-30 18:07:55 +02:00
name: GetPersonality(FoodIntolerance, Person)
2022-06-10 12:18:26 +02:00
nameWithType: Extensions.GetPersonality(FoodType.FoodIntolerance, Person)
fullName: TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodIntolerance, TinyLife.Objects.Person)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Objects.Person)
name: GetPersonality
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetPersonality_TinyLife_Skills_FoodType_FoodIntolerance_TinyLife_Objects_Person_
2022-06-10 12:18:26 +02:00
- name: (
- uid: TinyLife.Skills.FoodType.FoodIntolerance
2023-03-30 18:07:55 +02:00
name: FoodIntolerance
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.FoodIntolerance.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-06-10 12:18:26 +02:00
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2022-06-10 12:18:26 +02:00
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Objects.Person)
name: GetPersonality
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetPersonality_TinyLife_Skills_FoodType_FoodIntolerance_TinyLife_Objects_Person_
2022-06-10 12:18:26 +02:00
- name: (
- uid: TinyLife.Skills.FoodType.FoodIntolerance
2023-03-30 18:07:55 +02:00
name: FoodIntolerance
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.FoodIntolerance.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-06-10 12:18:26 +02:00
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2022-06-10 12:18:26 +02:00
- name: )
2022-06-09 20:12:10 +02:00
- uid: TinyLife.Skills
commentId: N:TinyLife.Skills
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2022-06-09 20:12:10 +02:00
name: TinyLife.Skills
nameWithType: TinyLife.Skills
fullName: TinyLife.Skills
spec.csharp:
2023-03-30 18:07:55 +02:00
- 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-06-09 20:12:10 +02:00
spec.vb:
2023-03-30 18:07:55 +02:00
- 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-06-09 20:12:10 +02:00
- uid: TinyLife.Skills.FoodType.FoodIntolerance.TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Objects.Person)
commentId: M:TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Objects.Person)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Objects.Person)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetPersonality_TinyLife_Skills_FoodType_FoodIntolerance_TinyLife_Objects_Person_
2023-03-30 18:07:55 +02:00
name: GetPersonality(FoodIntolerance, Person)
nameWithType: Extensions.GetPersonality(FoodType.FoodIntolerance, Person)
fullName: TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodIntolerance, TinyLife.Objects.Person)
2022-06-09 20:12:10 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Objects.Person)
2022-06-09 20:12:10 +02:00
name: GetPersonality
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetPersonality_TinyLife_Skills_FoodType_FoodIntolerance_TinyLife_Objects_Person_
2022-06-09 20:12:10 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Skills.FoodType.FoodIntolerance
name: FoodIntolerance
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.FoodIntolerance.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-06-09 20:12:10 +02:00
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2022-06-09 20:12:10 +02:00
- name: )
spec.vb:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.GetPersonality(TinyLife.Skills.FoodType.FoodIntolerance,TinyLife.Objects.Person)
2022-06-09 20:12:10 +02:00
name: GetPersonality
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetPersonality_TinyLife_Skills_FoodType_FoodIntolerance_TinyLife_Objects_Person_
2022-06-09 20:12:10 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Skills.FoodType.FoodIntolerance
name: FoodIntolerance
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.FoodIntolerance.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-06-09 20:12:10 +02:00
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2022-06-09 20:12:10 +02:00
- name: )
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Skills.FoodType.FoodIntolerance.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<FoodIntolerance>(FoodIntolerance)
nameWithType: Extensions.JsonCopy<FoodType.FoodIntolerance>(FoodType.FoodIntolerance)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Skills.FoodType.FoodIntolerance>(TinyLife.Skills.FoodType.FoodIntolerance)
nameWithType.vb: Extensions.JsonCopy(Of FoodType.FoodIntolerance)(FoodType.FoodIntolerance)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Skills.FoodType.FoodIntolerance)(TinyLife.Skills.FoodType.FoodIntolerance)
name.vb: JsonCopy(Of FoodIntolerance)(FoodIntolerance)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Skills.FoodType.FoodIntolerance)
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.FoodIntolerance
name: FoodIntolerance
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.FoodIntolerance.html
2023-03-30 18:07:55 +02:00
- name: '>'
- name: (
- uid: TinyLife.Skills.FoodType.FoodIntolerance
name: FoodIntolerance
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.FoodIntolerance.html
2023-03-30 18:07:55 +02:00
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Skills.FoodType.FoodIntolerance)
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.FoodIntolerance
name: FoodIntolerance
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.FoodIntolerance.html
2023-03-30 18:07:55 +02:00
- name: )
- name: (
- uid: TinyLife.Skills.FoodType.FoodIntolerance
name: FoodIntolerance
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.FoodIntolerance.html
2023-03-30 18:07:55 +02:00
- name: )
2022-06-10 12:18:26 +02:00
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2022-06-10 12:18:26 +02:00
name: TinyLife.Objects
nameWithType: TinyLife.Objects
fullName: TinyLife.Objects
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.Objects
name: Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.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.Objects
name: Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.html
2022-06-10 12:18:26 +02:00
- uid: TinyLife
commentId: N:TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2022-06-10 12:18:26 +02:00
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
2023-03-30 18:07:55 +02:00
- 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
2023-03-30 18:07:55 +02:00
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
2022-06-09 20:12:10 +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_
2022-06-09 20:12:10 +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: '>'
2022-06-09 20:12:10 +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: )
2022-06-09 20:12:10 +02:00
- name: (
- name: T
- name: )
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2022-06-09 20:12:10 +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
2022-06-09 20:12:10 +02:00
- uid: TinyLife.Skills.FoodType.FoodIntolerance
commentId: T:TinyLife.Skills.FoodType.FoodIntolerance
parent: TinyLife.Skills
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.html
2022-06-09 20:12:10 +02:00
name: FoodType.FoodIntolerance
nameWithType: FoodType.FoodIntolerance
fullName: TinyLife.Skills.FoodType.FoodIntolerance
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.FoodIntolerance
name: FoodIntolerance
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.FoodIntolerance.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.FoodIntolerance
name: FoodIntolerance
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.FoodIntolerance.html
2022-06-10 12:18:26 +02:00
- uid: TinyLife.Skills.FoodType.FoodIntolerance.NotVegan
commentId: F:TinyLife.Skills.FoodType.FoodIntolerance.NotVegan
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.FoodIntolerance.html#TinyLife_Skills_FoodType_FoodIntolerance_NotVegan
2023-03-30 18:07:55 +02:00
name: NotVegan
nameWithType: FoodType.FoodIntolerance.NotVegan
fullName: TinyLife.Skills.FoodType.FoodIntolerance.NotVegan
2022-06-10 12:18:26 +02:00
- uid: TinyLife.Skills.FoodType.FoodIntolerance.NotVegetarian
commentId: F:TinyLife.Skills.FoodType.FoodIntolerance.NotVegetarian
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.FoodType.FoodIntolerance.html#TinyLife_Skills_FoodType_FoodIntolerance_NotVegetarian
2023-03-30 18:07:55 +02:00
name: NotVegetarian
nameWithType: FoodType.FoodIntolerance.NotVegetarian
fullName: TinyLife.Skills.FoodType.FoodIntolerance.NotVegetarian