TinyLifeWeb/docs/api/TinyLife.RomanceType.yml
2023-04-14 13:00:36 +02:00

236 lines
5.9 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: TinyLife.RomanceType
commentId: T:TinyLife.RomanceType
id: RomanceType
parent: TinyLife
children:
- TinyLife.RomanceType.Interested
- TinyLife.RomanceType.NoRomance
- TinyLife.RomanceType.Soulmates
- TinyLife.RomanceType.Sweethearts
langs:
- csharp
- vb
name: RomanceType
nameWithType: RomanceType
fullName: TinyLife.RomanceType
type: Enum
source:
remote:
path: TinyLife/Relationship.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RomanceType
path: ../TinyLife/Relationship.cs
startLine: 423
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: public enum RomanceType
content.vb: Public Enum RomanceType
extensionMethods:
- TinyLife.RomanceType.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.RomanceType.NoRomance
commentId: F:TinyLife.RomanceType.NoRomance
id: NoRomance
parent: TinyLife.RomanceType
langs:
- csharp
- vb
name: NoRomance
nameWithType: RomanceType.NoRomance
fullName: TinyLife.RomanceType.NoRomance
type: Field
source:
remote:
path: TinyLife/Relationship.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NoRomance
path: ../TinyLife/Relationship.cs
startLine: 425
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: NoRomance = 0
return:
type: TinyLife.RomanceType
- uid: TinyLife.RomanceType.Interested
commentId: F:TinyLife.RomanceType.Interested
id: Interested
parent: TinyLife.RomanceType
langs:
- csharp
- vb
name: Interested
nameWithType: RomanceType.Interested
fullName: TinyLife.RomanceType.Interested
type: Field
source:
remote:
path: TinyLife/Relationship.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Interested
path: ../TinyLife/Relationship.cs
startLine: 426
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: Interested = 1
return:
type: TinyLife.RomanceType
- uid: TinyLife.RomanceType.Sweethearts
commentId: F:TinyLife.RomanceType.Sweethearts
id: Sweethearts
parent: TinyLife.RomanceType
langs:
- csharp
- vb
name: Sweethearts
nameWithType: RomanceType.Sweethearts
fullName: TinyLife.RomanceType.Sweethearts
type: Field
source:
remote:
path: TinyLife/Relationship.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sweethearts
path: ../TinyLife/Relationship.cs
startLine: 427
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: Sweethearts = 2
return:
type: TinyLife.RomanceType
- uid: TinyLife.RomanceType.Soulmates
commentId: F:TinyLife.RomanceType.Soulmates
id: Soulmates
parent: TinyLife.RomanceType
langs:
- csharp
- vb
name: Soulmates
nameWithType: RomanceType.Soulmates
fullName: TinyLife.RomanceType.Soulmates
type: Field
source:
remote:
path: TinyLife/Relationship.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Soulmates
path: ../TinyLife/Relationship.cs
startLine: 428
assemblies:
- Tiny Life
namespace: TinyLife
syntax:
content: Soulmates = 3
return:
type: TinyLife.RomanceType
references:
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.RomanceType.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<RomanceType>(RomanceType)
nameWithType: Extensions.JsonCopy<RomanceType>(RomanceType)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.RomanceType>(TinyLife.RomanceType)
nameWithType.vb: Extensions.JsonCopy(Of RomanceType)(RomanceType)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.RomanceType)(TinyLife.RomanceType)
name.vb: JsonCopy(Of RomanceType)(RomanceType)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.RomanceType)
name: JsonCopy
- name: <
- uid: TinyLife.RomanceType
name: RomanceType
- name: '>'
- name: (
- uid: TinyLife.RomanceType
name: RomanceType
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.RomanceType)
name: JsonCopy
- name: (
- name: Of
- name: " "
- uid: TinyLife.RomanceType
name: RomanceType
- name: )
- name: (
- uid: TinyLife.RomanceType
name: RomanceType
- 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)
name: JsonCopy
- name: <
- name: T
- name: '>'
- name: (
- name: T
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy
- name: (
- name: Of
- name: " "
- name: T
- name: )
- 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
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.RomanceType
commentId: T:TinyLife.RomanceType
parent: TinyLife
name: RomanceType
nameWithType: RomanceType
fullName: TinyLife.RomanceType