TinyLifeWeb/docs/api/TinyLife.Emotions.EmotionType.TypeCategory.yml
2024-01-07 16:53:47 +01:00

306 lines
11 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: TinyLife.Emotions.EmotionType.TypeCategory
commentId: T:TinyLife.Emotions.EmotionType.TypeCategory
id: EmotionType.TypeCategory
parent: TinyLife.Emotions
children:
- TinyLife.Emotions.EmotionType.TypeCategory.Negative
- TinyLife.Emotions.EmotionType.TypeCategory.Neutral
- TinyLife.Emotions.EmotionType.TypeCategory.Positive
langs:
- csharp
- vb
name: EmotionType.TypeCategory
nameWithType: EmotionType.TypeCategory
fullName: TinyLife.Emotions.EmotionType.TypeCategory
type: Enum
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TypeCategory
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 93
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
summary: >-
An enumeration used for <xref href="TinyLife.Emotions.EmotionType.Category" data-throw-if-not-resolved="false"></xref> that represents a general category an emotion can fit into.
The values are ordered in a way such that, if two emotion amounts sum to the same value, the one with the lower category will be chosen.
example: []
syntax:
content: public enum EmotionType.TypeCategory
content.vb: Public Enum EmotionType.TypeCategory
extensionMethods:
- TinyLife.Emotions.EmotionType.TypeCategory.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Emotions.EmotionType.TypeCategory.Negative
commentId: F:TinyLife.Emotions.EmotionType.TypeCategory.Negative
id: Negative
parent: TinyLife.Emotions.EmotionType.TypeCategory
langs:
- csharp
- vb
name: Negative
nameWithType: EmotionType.TypeCategory.Negative
fullName: TinyLife.Emotions.EmotionType.TypeCategory.Negative
type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Negative
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 98
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
summary: A negative emotion, like <xref href="TinyLife.Emotions.EmotionType.Sad" data-throw-if-not-resolved="false"></xref> or <xref href="TinyLife.Emotions.EmotionType.Embarrassed" data-throw-if-not-resolved="false"></xref>
example: []
syntax:
content: Negative = 0
return:
type: TinyLife.Emotions.EmotionType.TypeCategory
- uid: TinyLife.Emotions.EmotionType.TypeCategory.Positive
commentId: F:TinyLife.Emotions.EmotionType.TypeCategory.Positive
id: Positive
parent: TinyLife.Emotions.EmotionType.TypeCategory
langs:
- csharp
- vb
name: Positive
nameWithType: EmotionType.TypeCategory.Positive
fullName: TinyLife.Emotions.EmotionType.TypeCategory.Positive
type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Positive
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 102
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
summary: A positive emotion, like <xref href="TinyLife.Emotions.EmotionType.Happy" data-throw-if-not-resolved="false"></xref>
example: []
syntax:
content: Positive = 1
return:
type: TinyLife.Emotions.EmotionType.TypeCategory
- uid: TinyLife.Emotions.EmotionType.TypeCategory.Neutral
commentId: F:TinyLife.Emotions.EmotionType.TypeCategory.Neutral
id: Neutral
parent: TinyLife.Emotions.EmotionType.TypeCategory
langs:
- csharp
- vb
name: Neutral
nameWithType: EmotionType.TypeCategory.Neutral
fullName: TinyLife.Emotions.EmotionType.TypeCategory.Neutral
type: Field
source:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Neutral
path: ../TinyLife/Emotions/EmotionType.cs
startLine: 106
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
summary: A neutral emotion, like <xref href="TinyLife.Emotions.EmotionType.Fine" data-throw-if-not-resolved="false"></xref> or <xref href="TinyLife.Emotions.EmotionType.Asleep" data-throw-if-not-resolved="false"></xref>
example: []
syntax:
content: Neutral = 2
return:
type: TinyLife.Emotions.EmotionType.TypeCategory
references:
- uid: TinyLife.Emotions.EmotionType.Category
commentId: F:TinyLife.Emotions.EmotionType.Category
href: TinyLife.Emotions.EmotionType.html#TinyLife_Emotions_EmotionType_Category
name: Category
nameWithType: EmotionType.Category
fullName: TinyLife.Emotions.EmotionType.Category
- uid: TinyLife.Emotions
commentId: N:TinyLife.Emotions
href: TinyLife.html
name: TinyLife.Emotions
nameWithType: TinyLife.Emotions
fullName: TinyLife.Emotions
spec.csharp:
- uid: TinyLife
name: TinyLife
href: TinyLife.html
- name: .
- uid: TinyLife.Emotions
name: Emotions
href: TinyLife.Emotions.html
spec.vb:
- uid: TinyLife
name: TinyLife
href: TinyLife.html
- name: .
- uid: TinyLife.Emotions
name: Emotions
href: TinyLife.Emotions.html
- uid: TinyLife.Emotions.EmotionType.TypeCategory.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
name: JsonCopy<TypeCategory>(TypeCategory)
nameWithType: Extensions.JsonCopy<EmotionType.TypeCategory>(EmotionType.TypeCategory)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Emotions.EmotionType.TypeCategory>(TinyLife.Emotions.EmotionType.TypeCategory)
nameWithType.vb: Extensions.JsonCopy(Of EmotionType.TypeCategory)(EmotionType.TypeCategory)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Emotions.EmotionType.TypeCategory)(TinyLife.Emotions.EmotionType.TypeCategory)
name.vb: JsonCopy(Of TypeCategory)(TypeCategory)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Emotions.EmotionType.TypeCategory)
name: JsonCopy
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name: <
- uid: TinyLife.Emotions.EmotionType.TypeCategory
name: TypeCategory
href: TinyLife.Emotions.EmotionType.TypeCategory.html
- name: '>'
- name: (
- uid: TinyLife.Emotions.EmotionType.TypeCategory
name: TypeCategory
href: TinyLife.Emotions.EmotionType.TypeCategory.html
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Emotions.EmotionType.TypeCategory)
name: JsonCopy
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name: (
- name: Of
- name: " "
- uid: TinyLife.Emotions.EmotionType.TypeCategory
name: TypeCategory
href: TinyLife.Emotions.EmotionType.TypeCategory.html
- name: )
- name: (
- uid: TinyLife.Emotions.EmotionType.TypeCategory
name: TypeCategory
href: TinyLife.Emotions.EmotionType.TypeCategory.html
- name: )
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
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)
name: JsonCopy
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name: <
- name: T
- name: '>'
- name: (
- name: T
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: (
- name: T
- name: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
href: TinyLife.Utilities.Extensions.html
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
href: TinyLife.html
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
href: TinyLife.html
- name: .
- uid: TinyLife.Utilities
name: Utilities
href: TinyLife.Utilities.html
spec.vb:
- uid: TinyLife
name: TinyLife
href: TinyLife.html
- name: .
- uid: TinyLife.Utilities
name: Utilities
href: TinyLife.Utilities.html
- uid: TinyLife.Emotions.EmotionType.Sad
commentId: F:TinyLife.Emotions.EmotionType.Sad
href: TinyLife.Emotions.EmotionType.html#TinyLife_Emotions_EmotionType_Sad
name: Sad
nameWithType: EmotionType.Sad
fullName: TinyLife.Emotions.EmotionType.Sad
- uid: TinyLife.Emotions.EmotionType.Embarrassed
commentId: F:TinyLife.Emotions.EmotionType.Embarrassed
href: TinyLife.Emotions.EmotionType.html#TinyLife_Emotions_EmotionType_Embarrassed
name: Embarrassed
nameWithType: EmotionType.Embarrassed
fullName: TinyLife.Emotions.EmotionType.Embarrassed
- uid: TinyLife.Emotions.EmotionType.TypeCategory
commentId: T:TinyLife.Emotions.EmotionType.TypeCategory
parent: TinyLife.Emotions
href: TinyLife.Emotions.EmotionType.html
name: EmotionType.TypeCategory
nameWithType: EmotionType.TypeCategory
fullName: TinyLife.Emotions.EmotionType.TypeCategory
spec.csharp:
- uid: TinyLife.Emotions.EmotionType
name: EmotionType
href: TinyLife.Emotions.EmotionType.html
- name: .
- uid: TinyLife.Emotions.EmotionType.TypeCategory
name: TypeCategory
href: TinyLife.Emotions.EmotionType.TypeCategory.html
spec.vb:
- uid: TinyLife.Emotions.EmotionType
name: EmotionType
href: TinyLife.Emotions.EmotionType.html
- name: .
- uid: TinyLife.Emotions.EmotionType.TypeCategory
name: TypeCategory
href: TinyLife.Emotions.EmotionType.TypeCategory.html
- uid: TinyLife.Emotions.EmotionType.Happy
commentId: F:TinyLife.Emotions.EmotionType.Happy
href: TinyLife.Emotions.EmotionType.html#TinyLife_Emotions_EmotionType_Happy
name: Happy
nameWithType: EmotionType.Happy
fullName: TinyLife.Emotions.EmotionType.Happy
- uid: TinyLife.Emotions.EmotionType.Fine
commentId: F:TinyLife.Emotions.EmotionType.Fine
href: TinyLife.Emotions.EmotionType.html#TinyLife_Emotions_EmotionType_Fine
name: Fine
nameWithType: EmotionType.Fine
fullName: TinyLife.Emotions.EmotionType.Fine
- uid: TinyLife.Emotions.EmotionType.Asleep
commentId: F:TinyLife.Emotions.EmotionType.Asleep
href: TinyLife.Emotions.EmotionType.html#TinyLife_Emotions_EmotionType_Asleep
name: Asleep
nameWithType: EmotionType.Asleep
fullName: TinyLife.Emotions.EmotionType.Asleep