mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-05 04:29:08 +01:00
359 lines
11 KiB
YAML
359 lines
11 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: TinyLife.Actions.WatchTvAction.Channel
|
|
commentId: T:TinyLife.Actions.WatchTvAction.Channel
|
|
id: WatchTvAction.Channel
|
|
parent: TinyLife.Actions
|
|
children:
|
|
- TinyLife.Actions.WatchTvAction.Channel.Cartoons
|
|
- TinyLife.Actions.WatchTvAction.Channel.Comedy
|
|
- TinyLife.Actions.WatchTvAction.Channel.Cooking
|
|
- TinyLife.Actions.WatchTvAction.Channel.Drama
|
|
- TinyLife.Actions.WatchTvAction.Channel.News
|
|
- TinyLife.Actions.WatchTvAction.Channel.Romance
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: WatchTvAction.Channel
|
|
nameWithType: WatchTvAction.Channel
|
|
fullName: TinyLife.Actions.WatchTvAction.Channel
|
|
type: Enum
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/WatchTvAction.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Channel
|
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
|
startLine: 194
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nAn enumeration that represents channels that a tv can display in <xref href=\"TinyLife.Actions.WatchTvAction\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
|
example: []
|
|
syntax:
|
|
content: public enum Channel
|
|
content.vb: Public Enum Channel
|
|
extensionMethods:
|
|
- TinyLife.Actions.WatchTvAction.Channel.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
modifiers.csharp:
|
|
- public
|
|
- enum
|
|
modifiers.vb:
|
|
- Public
|
|
- Enum
|
|
- uid: TinyLife.Actions.WatchTvAction.Channel.Comedy
|
|
commentId: F:TinyLife.Actions.WatchTvAction.Channel.Comedy
|
|
id: Comedy
|
|
parent: TinyLife.Actions.WatchTvAction.Channel
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Comedy
|
|
nameWithType: WatchTvAction.Channel.Comedy
|
|
fullName: TinyLife.Actions.WatchTvAction.Channel.Comedy
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/WatchTvAction.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Comedy
|
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
|
startLine: 199
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nA comedy channel, which raises <xref href=\"TinyLife.NeedType.Entertainment\" data-throw-if-not-resolved=\"false\"></xref> faster than other channels\n"
|
|
example: []
|
|
syntax:
|
|
content: Comedy = 0
|
|
return:
|
|
type: TinyLife.Actions.WatchTvAction.Channel
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
- uid: TinyLife.Actions.WatchTvAction.Channel.Cooking
|
|
commentId: F:TinyLife.Actions.WatchTvAction.Channel.Cooking
|
|
id: Cooking
|
|
parent: TinyLife.Actions.WatchTvAction.Channel
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Cooking
|
|
nameWithType: WatchTvAction.Channel.Cooking
|
|
fullName: TinyLife.Actions.WatchTvAction.Channel.Cooking
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/WatchTvAction.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Cooking
|
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
|
startLine: 203
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nA cooking channel, which makes people feel <xref href=\"TinyLife.Emotions.EmotionType.Creative\" data-throw-if-not-resolved=\"false\"></xref> sometimes\n"
|
|
example: []
|
|
syntax:
|
|
content: Cooking = 1
|
|
return:
|
|
type: TinyLife.Actions.WatchTvAction.Channel
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
- uid: TinyLife.Actions.WatchTvAction.Channel.Romance
|
|
commentId: F:TinyLife.Actions.WatchTvAction.Channel.Romance
|
|
id: Romance
|
|
parent: TinyLife.Actions.WatchTvAction.Channel
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Romance
|
|
nameWithType: WatchTvAction.Channel.Romance
|
|
fullName: TinyLife.Actions.WatchTvAction.Channel.Romance
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/WatchTvAction.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Romance
|
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
|
startLine: 207
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nA romance channel, which makes people feel <xref href=\"TinyLife.Emotions.EmotionType.Frisky\" data-throw-if-not-resolved=\"false\"></xref> sometimes\n"
|
|
example: []
|
|
syntax:
|
|
content: Romance = 2
|
|
return:
|
|
type: TinyLife.Actions.WatchTvAction.Channel
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
- uid: TinyLife.Actions.WatchTvAction.Channel.Drama
|
|
commentId: F:TinyLife.Actions.WatchTvAction.Channel.Drama
|
|
id: Drama
|
|
parent: TinyLife.Actions.WatchTvAction.Channel
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Drama
|
|
nameWithType: WatchTvAction.Channel.Drama
|
|
fullName: TinyLife.Actions.WatchTvAction.Channel.Drama
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/WatchTvAction.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Drama
|
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
|
startLine: 211
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nA drama channel, which has no special abilities\n"
|
|
example: []
|
|
syntax:
|
|
content: Drama = 3
|
|
return:
|
|
type: TinyLife.Actions.WatchTvAction.Channel
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
- uid: TinyLife.Actions.WatchTvAction.Channel.News
|
|
commentId: F:TinyLife.Actions.WatchTvAction.Channel.News
|
|
id: News
|
|
parent: TinyLife.Actions.WatchTvAction.Channel
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: News
|
|
nameWithType: WatchTvAction.Channel.News
|
|
fullName: TinyLife.Actions.WatchTvAction.Channel.News
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/WatchTvAction.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: News
|
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
|
startLine: 215
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nA news channel, which can make people feel <xref href=\"TinyLife.Emotions.EmotionType.Sad\" data-throw-if-not-resolved=\"false\"></xref> or <xref href=\"TinyLife.Emotions.EmotionType.Happy\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
|
example: []
|
|
syntax:
|
|
content: News = 4
|
|
return:
|
|
type: TinyLife.Actions.WatchTvAction.Channel
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
- uid: TinyLife.Actions.WatchTvAction.Channel.Cartoons
|
|
commentId: F:TinyLife.Actions.WatchTvAction.Channel.Cartoons
|
|
id: Cartoons
|
|
parent: TinyLife.Actions.WatchTvAction.Channel
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Cartoons
|
|
nameWithType: WatchTvAction.Channel.Cartoons
|
|
fullName: TinyLife.Actions.WatchTvAction.Channel.Cartoons
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: TinyLife/Actions/WatchTvAction.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Cartoons
|
|
path: ../TinyLife/Actions/WatchTvAction.cs
|
|
startLine: 219
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: "\nA cartoons channel, which is meant for children\n"
|
|
example: []
|
|
syntax:
|
|
content: Cartoons = 5
|
|
return:
|
|
type: TinyLife.Actions.WatchTvAction.Channel
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
references:
|
|
- uid: TinyLife.Actions.WatchTvAction
|
|
commentId: T:TinyLife.Actions.WatchTvAction
|
|
name: WatchTvAction
|
|
nameWithType: WatchTvAction
|
|
fullName: TinyLife.Actions.WatchTvAction
|
|
- uid: TinyLife.Actions
|
|
commentId: N:TinyLife.Actions
|
|
name: TinyLife.Actions
|
|
nameWithType: TinyLife.Actions
|
|
fullName: TinyLife.Actions
|
|
- uid: TinyLife.Actions.WatchTvAction.Channel.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
parent: TinyLife.Utilities.Extensions
|
|
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy<WatchTvAction.Channel>()
|
|
nameWithType: Extensions.JsonCopy<WatchTvAction.Channel>()
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.WatchTvAction.Channel>()
|
|
nameWithType.vb: Extensions.JsonCopy(Of WatchTvAction.Channel)()
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.WatchTvAction.Channel)()
|
|
name.vb: JsonCopy(Of WatchTvAction.Channel)()
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
|
name: JsonCopy<WatchTvAction.Channel>
|
|
nameWithType: Extensions.JsonCopy<WatchTvAction.Channel>
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.WatchTvAction.Channel>
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
|
name: JsonCopy(Of WatchTvAction.Channel)
|
|
nameWithType: Extensions.JsonCopy(Of WatchTvAction.Channel)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.WatchTvAction.Channel)
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- 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)
|
|
name: JsonCopy<T>
|
|
nameWithType: Extensions.JsonCopy<T>
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy(Of T)
|
|
nameWithType: Extensions.JsonCopy(Of T)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- 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
|
|
- uid: TinyLife.NeedType.Entertainment
|
|
commentId: F:TinyLife.NeedType.Entertainment
|
|
isExternal: true
|
|
- uid: TinyLife.Actions.WatchTvAction.Channel
|
|
commentId: T:TinyLife.Actions.WatchTvAction.Channel
|
|
parent: TinyLife.Actions
|
|
name: WatchTvAction.Channel
|
|
nameWithType: WatchTvAction.Channel
|
|
fullName: TinyLife.Actions.WatchTvAction.Channel
|
|
- uid: TinyLife.Emotions.EmotionType.Creative
|
|
commentId: F:TinyLife.Emotions.EmotionType.Creative
|
|
isExternal: true
|
|
- uid: TinyLife.Emotions.EmotionType.Frisky
|
|
commentId: F:TinyLife.Emotions.EmotionType.Frisky
|
|
isExternal: true
|
|
- uid: TinyLife.Emotions.EmotionType.Sad
|
|
commentId: F:TinyLife.Emotions.EmotionType.Sad
|
|
isExternal: true
|
|
- uid: TinyLife.Emotions.EmotionType.Happy
|
|
commentId: F:TinyLife.Emotions.EmotionType.Happy
|
|
isExternal: true
|