### 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: master repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Channel path: Actions/WatchTvAction.cs startLine: 187 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nAn enumeration that represents channels that a tv can display in \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: master repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Comedy path: Actions/WatchTvAction.cs startLine: 192 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nA comedy channel, which raises 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: master repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Cooking path: Actions/WatchTvAction.cs startLine: 196 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nA cooking channel, which makes people feel 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: master repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Romance path: Actions/WatchTvAction.cs startLine: 200 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nA romance channel, which makes people feel 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: master repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Drama path: Actions/WatchTvAction.cs startLine: 204 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: master repo: https://git.ellpeck.de/Ellpeck/TinyLife id: News path: Actions/WatchTvAction.cs startLine: 208 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nA news channel, which can make people feel or \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: master repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Cartoons path: Actions/WatchTvAction.cs startLine: 212 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() nameWithType: Extensions.JsonCopy() fullName: TinyLife.Utilities.Extensions.JsonCopy() 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 nameWithType: Extensions.JsonCopy fullName: TinyLife.Utilities.Extensions.JsonCopy - 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) nameWithType: Extensions.JsonCopy(T) fullName: TinyLife.Utilities.Extensions.JsonCopy(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 nameWithType: Extensions.JsonCopy fullName: TinyLife.Utilities.Extensions.JsonCopy - 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