TinyLifeWeb/docs/api/TinyLife.RomanceType.yml
2024-05-01 17:57:34 +02:00

274 lines
7.8 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: 525
assemblies:
- Tiny Life
namespace: TinyLife
summary: >-
An enumeration type that represents the romance type that a <xref href="TinyLife.Relationship" data-throw-if-not-resolved="false"></xref> can have.
These are ordered by their "goodness", with closer and more intimate relationship types having higher values.
example: []
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: 530
assemblies:
- Tiny Life
namespace: TinyLife
summary: A relationship type that represents two people who have no romantic interest in each other.
example: []
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: 534
assemblies:
- Tiny Life
namespace: TinyLife
summary: A relationship type that represents two people who have a slight romantic interest in each other.
example: []
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: 538
assemblies:
- Tiny Life
namespace: TinyLife
summary: A relationship type that represents two people who have an intense romantic interest in each other.
example: []
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: 542
assemblies:
- Tiny Life
namespace: TinyLife
summary: A relationship type that represents two people who have a very intense romantic interest in each other.
example: []
syntax:
content: Soulmates = 3
return:
type: TinyLife.RomanceType
references:
- uid: TinyLife.Relationship
commentId: T:TinyLife.Relationship
parent: TinyLife
href: TinyLife.Relationship.html
name: Relationship
nameWithType: Relationship
fullName: TinyLife.Relationship
- uid: TinyLife
commentId: N:TinyLife
href: TinyLife.html
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)
href: TinyLife.Utilities.Extensions.html#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
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name: <
- uid: TinyLife.RomanceType
name: RomanceType
href: TinyLife.RomanceType.html
- name: '>'
- name: (
- uid: TinyLife.RomanceType
name: RomanceType
href: TinyLife.RomanceType.html
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.RomanceType)
name: JsonCopy
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name: (
- name: Of
- name: " "
- uid: TinyLife.RomanceType
name: RomanceType
href: TinyLife.RomanceType.html
- name: )
- name: (
- uid: TinyLife.RomanceType
name: RomanceType
href: TinyLife.RomanceType.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.RomanceType
commentId: T:TinyLife.RomanceType
parent: TinyLife
href: TinyLife.RomanceType.html
name: RomanceType
nameWithType: RomanceType
fullName: TinyLife.RomanceType