TinyLifeWeb/docs/api/TinyLife.Emotions.EmotionType.TypeCategory.yml

271 lines
9 KiB
YAML
Raw Normal View History

2021-08-04 06:51:12 +02:00
### 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
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: TypeCategory
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Emotions/EmotionType.cs
2023-01-16 12:24:01 +01:00
startLine: 93
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
summary: "\nAn 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.\nThe 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.\n"
example: []
syntax:
2023-03-30 18:07:55 +02:00
content: public enum EmotionType.TypeCategory
content.vb: Public Enum EmotionType.TypeCategory
2021-08-04 06:51:12 +02:00
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
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: Negative
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Emotions/EmotionType.cs
2023-01-16 12:24:01 +01:00
startLine: 98
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
summary: "\nA 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>\n"
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
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: Positive
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Emotions/EmotionType.cs
2023-01-16 12:24:01 +01:00
startLine: 102
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
summary: "\nA positive emotion, like <xref href=\"TinyLife.Emotions.EmotionType.Happy\" data-throw-if-not-resolved=\"false\"></xref>\n"
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
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: Neutral
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Emotions/EmotionType.cs
2023-01-16 12:24:01 +01:00
startLine: 106
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Emotions
summary: "\nA 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>\n"
example: []
syntax:
content: Neutral = 2
return:
type: TinyLife.Emotions.EmotionType.TypeCategory
references:
- uid: TinyLife.Emotions.EmotionType.Category
commentId: F:TinyLife.Emotions.EmotionType.Category
2023-03-30 18:07:55 +02:00
name: Category
nameWithType: EmotionType.Category
fullName: TinyLife.Emotions.EmotionType.Category
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Emotions
commentId: N:TinyLife.Emotions
name: TinyLife.Emotions
nameWithType: TinyLife.Emotions
fullName: TinyLife.Emotions
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Emotions
name: Emotions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Emotions
name: Emotions
2021-08-04 06:51:12 +02:00
- 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)
2023-03-30 18:07:55 +02:00
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)
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.Emotions.EmotionType.TypeCategory)
name: JsonCopy
- name: <
- uid: TinyLife.Emotions.EmotionType.TypeCategory
name: TypeCategory
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Emotions.EmotionType.TypeCategory
name: TypeCategory
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.Emotions.EmotionType.TypeCategory)
name: JsonCopy
- name: (
- name: Of
- name: " "
- uid: TinyLife.Emotions.EmotionType.TypeCategory
name: TypeCategory
- name: )
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Emotions.EmotionType.TypeCategory
name: TypeCategory
2021-08-04 06:51:12 +02:00
- name: )
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M: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)
2023-03-30 18:07:55 +02:00
name: JsonCopy
- 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
- 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
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Emotions.EmotionType.Sad
commentId: F:TinyLife.Emotions.EmotionType.Sad
2023-03-30 18:07:55 +02:00
name: Sad
nameWithType: EmotionType.Sad
fullName: TinyLife.Emotions.EmotionType.Sad
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Emotions.EmotionType.Embarrassed
commentId: F:TinyLife.Emotions.EmotionType.Embarrassed
2023-03-30 18:07:55 +02:00
name: Embarrassed
nameWithType: EmotionType.Embarrassed
fullName: TinyLife.Emotions.EmotionType.Embarrassed
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Emotions.EmotionType.TypeCategory
commentId: T:TinyLife.Emotions.EmotionType.TypeCategory
parent: TinyLife.Emotions
name: EmotionType.TypeCategory
nameWithType: EmotionType.TypeCategory
fullName: TinyLife.Emotions.EmotionType.TypeCategory
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife.Emotions.EmotionType
name: EmotionType
- name: .
- uid: TinyLife.Emotions.EmotionType.TypeCategory
name: TypeCategory
spec.vb:
- uid: TinyLife.Emotions.EmotionType
name: EmotionType
- name: .
- uid: TinyLife.Emotions.EmotionType.TypeCategory
name: TypeCategory
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Emotions.EmotionType.Happy
commentId: F:TinyLife.Emotions.EmotionType.Happy
2023-03-30 18:07:55 +02:00
name: Happy
nameWithType: EmotionType.Happy
fullName: TinyLife.Emotions.EmotionType.Happy
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Emotions.EmotionType.Fine
commentId: F:TinyLife.Emotions.EmotionType.Fine
2023-03-30 18:07:55 +02:00
name: Fine
nameWithType: EmotionType.Fine
fullName: TinyLife.Emotions.EmotionType.Fine
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Emotions.EmotionType.Asleep
commentId: F:TinyLife.Emotions.EmotionType.Asleep
2023-03-30 18:07:55 +02:00
name: Asleep
nameWithType: EmotionType.Asleep
fullName: TinyLife.Emotions.EmotionType.Asleep