2023-03-30 18:07:55 +02:00
|
|
|
### 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
|
|
|
|
assemblies:
|
|
|
|
- Tiny Life
|
|
|
|
namespace: TinyLife
|
2024-01-07 16:53:47 +01:00
|
|
|
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.
|
2023-04-26 14:51:19 +02:00
|
|
|
example: []
|
2023-03-30 18:07:55 +02:00
|
|
|
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
|
|
|
|
assemblies:
|
|
|
|
- Tiny Life
|
|
|
|
namespace: TinyLife
|
2024-01-07 16:53:47 +01:00
|
|
|
summary: A relationship type that represents two people who have no romantic interest in each other.
|
2023-04-26 14:51:19 +02:00
|
|
|
example: []
|
2023-03-30 18:07:55 +02:00
|
|
|
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
|
|
|
|
assemblies:
|
|
|
|
- Tiny Life
|
|
|
|
namespace: TinyLife
|
2024-01-07 16:53:47 +01:00
|
|
|
summary: A relationship type that represents two people who have a slight romantic interest in each other.
|
2023-04-26 14:51:19 +02:00
|
|
|
example: []
|
2023-03-30 18:07:55 +02:00
|
|
|
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
|
|
|
|
assemblies:
|
|
|
|
- Tiny Life
|
|
|
|
namespace: TinyLife
|
2024-01-07 16:53:47 +01:00
|
|
|
summary: A relationship type that represents two people who have an intense romantic interest in each other.
|
2023-04-26 14:51:19 +02:00
|
|
|
example: []
|
2023-03-30 18:07:55 +02:00
|
|
|
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
|
|
|
|
assemblies:
|
|
|
|
- Tiny Life
|
|
|
|
namespace: TinyLife
|
2024-01-07 16:53:47 +01:00
|
|
|
summary: A relationship type that represents two people who have a very intense romantic interest in each other.
|
2023-04-26 14:51:19 +02:00
|
|
|
example: []
|
2023-03-30 18:07:55 +02:00
|
|
|
syntax:
|
|
|
|
content: Soulmates = 3
|
|
|
|
return:
|
|
|
|
type: TinyLife.RomanceType
|
|
|
|
references:
|
2023-04-26 14:51:19 +02:00
|
|
|
- uid: TinyLife.Relationship
|
|
|
|
commentId: T:TinyLife.Relationship
|
|
|
|
parent: TinyLife
|
2024-01-07 16:53:47 +01:00
|
|
|
href: TinyLife.Relationship.html
|
2023-04-26 14:51:19 +02:00
|
|
|
name: Relationship
|
|
|
|
nameWithType: Relationship
|
|
|
|
fullName: TinyLife.Relationship
|
2023-03-30 18:07:55 +02:00
|
|
|
- uid: TinyLife
|
|
|
|
commentId: N:TinyLife
|
2024-01-07 16:53:47 +01:00
|
|
|
href: TinyLife.html
|
2023-03-30 18:07:55 +02:00
|
|
|
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)
|
2024-01-07 16:53:47 +01:00
|
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
2023-03-30 18:07:55 +02:00
|
|
|
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
|
2024-01-07 16:53:47 +01:00
|
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
2023-03-30 18:07:55 +02:00
|
|
|
- name: <
|
|
|
|
- uid: TinyLife.RomanceType
|
|
|
|
name: RomanceType
|
2024-01-07 16:53:47 +01:00
|
|
|
href: TinyLife.RomanceType.html
|
2023-03-30 18:07:55 +02:00
|
|
|
- name: '>'
|
|
|
|
- name: (
|
|
|
|
- uid: TinyLife.RomanceType
|
|
|
|
name: RomanceType
|
2024-01-07 16:53:47 +01:00
|
|
|
href: TinyLife.RomanceType.html
|
2023-03-30 18:07:55 +02:00
|
|
|
- name: )
|
|
|
|
spec.vb:
|
|
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.RomanceType)
|
|
|
|
name: JsonCopy
|
2024-01-07 16:53:47 +01:00
|
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
2023-03-30 18:07:55 +02:00
|
|
|
- name: (
|
|
|
|
- name: Of
|
|
|
|
- name: " "
|
|
|
|
- uid: TinyLife.RomanceType
|
|
|
|
name: RomanceType
|
2024-01-07 16:53:47 +01:00
|
|
|
href: TinyLife.RomanceType.html
|
2023-03-30 18:07:55 +02:00
|
|
|
- name: )
|
|
|
|
- name: (
|
|
|
|
- uid: TinyLife.RomanceType
|
|
|
|
name: RomanceType
|
2024-01-07 16:53:47 +01:00
|
|
|
href: TinyLife.RomanceType.html
|
2023-03-30 18:07:55 +02:00
|
|
|
- name: )
|
|
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
|
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
2024-01-07 16:53:47 +01:00
|
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
2023-03-30 18:07:55 +02:00
|
|
|
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
|
2024-01-07 16:53:47 +01:00
|
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
2023-03-30 18:07:55 +02:00
|
|
|
- name: <
|
|
|
|
- name: T
|
|
|
|
- name: '>'
|
|
|
|
- name: (
|
|
|
|
- name: T
|
|
|
|
- name: )
|
|
|
|
spec.vb:
|
|
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
|
|
name: JsonCopy
|
2024-01-07 16:53:47 +01:00
|
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
2023-03-30 18:07:55 +02:00
|
|
|
- name: (
|
|
|
|
- name: Of
|
|
|
|
- name: " "
|
|
|
|
- name: T
|
|
|
|
- name: )
|
|
|
|
- name: (
|
|
|
|
- name: T
|
|
|
|
- name: )
|
|
|
|
- uid: TinyLife.Utilities.Extensions
|
|
|
|
commentId: T:TinyLife.Utilities.Extensions
|
|
|
|
parent: TinyLife.Utilities
|
2024-01-07 16:53:47 +01:00
|
|
|
href: TinyLife.Utilities.Extensions.html
|
2023-03-30 18:07:55 +02:00
|
|
|
name: Extensions
|
|
|
|
nameWithType: Extensions
|
|
|
|
fullName: TinyLife.Utilities.Extensions
|
|
|
|
- uid: TinyLife.Utilities
|
|
|
|
commentId: N:TinyLife.Utilities
|
2024-01-07 16:53:47 +01:00
|
|
|
href: TinyLife.html
|
2023-03-30 18:07:55 +02:00
|
|
|
name: TinyLife.Utilities
|
|
|
|
nameWithType: TinyLife.Utilities
|
|
|
|
fullName: TinyLife.Utilities
|
|
|
|
spec.csharp:
|
|
|
|
- uid: TinyLife
|
|
|
|
name: TinyLife
|
2024-01-07 16:53:47 +01:00
|
|
|
href: TinyLife.html
|
2023-03-30 18:07:55 +02:00
|
|
|
- name: .
|
|
|
|
- uid: TinyLife.Utilities
|
|
|
|
name: Utilities
|
2024-01-07 16:53:47 +01:00
|
|
|
href: TinyLife.Utilities.html
|
2023-03-30 18:07:55 +02:00
|
|
|
spec.vb:
|
|
|
|
- uid: TinyLife
|
|
|
|
name: TinyLife
|
2024-01-07 16:53:47 +01:00
|
|
|
href: TinyLife.html
|
2023-03-30 18:07:55 +02:00
|
|
|
- name: .
|
|
|
|
- uid: TinyLife.Utilities
|
|
|
|
name: Utilities
|
2024-01-07 16:53:47 +01:00
|
|
|
href: TinyLife.Utilities.html
|
2023-03-30 18:07:55 +02:00
|
|
|
- uid: TinyLife.RomanceType
|
|
|
|
commentId: T:TinyLife.RomanceType
|
|
|
|
parent: TinyLife
|
2024-01-07 16:53:47 +01:00
|
|
|
href: TinyLife.RomanceType.html
|
2023-03-30 18:07:55 +02:00
|
|
|
name: RomanceType
|
|
|
|
nameWithType: RomanceType
|
|
|
|
fullName: TinyLife.RomanceType
|