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
source :
remote :
path : TinyLife/Relationship.cs
2023-10-11 16:05:32 +02:00
branch : main
2023-03-30 18:07:55 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : RomanceType
path : ../TinyLife/Relationship.cs
2023-10-30 11:03:04 +01:00
startLine : 514
2023-03-30 18:07:55 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
2023-04-26 14:51:19 +02:00
summary : "\nAn enumeration type that represents the romance type that a <xref href=\"TinyLife.Relationship\" data-throw-if-not-resolved=\"false\"></xref> can have.\nThese are ordered by their "goodness", with closer and more intimate relationship types having higher values.\n"
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
source :
remote :
path : TinyLife/Relationship.cs
2023-10-11 16:05:32 +02:00
branch : main
2023-03-30 18:07:55 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : NoRomance
path : ../TinyLife/Relationship.cs
2023-10-30 11:03:04 +01:00
startLine : 519
2023-03-30 18:07:55 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
2023-04-26 14:51:19 +02:00
summary : "\nA relationship type that represents two people who have no romantic interest in each other.\n"
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
source :
remote :
path : TinyLife/Relationship.cs
2023-10-11 16:05:32 +02:00
branch : main
2023-03-30 18:07:55 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : Interested
path : ../TinyLife/Relationship.cs
2023-10-30 11:03:04 +01:00
startLine : 523
2023-03-30 18:07:55 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
2023-04-26 14:51:19 +02:00
summary : "\nA relationship type that represents two people who have a slight romantic interest in each other.\n"
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
source :
remote :
path : TinyLife/Relationship.cs
2023-10-11 16:05:32 +02:00
branch : main
2023-03-30 18:07:55 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : Sweethearts
path : ../TinyLife/Relationship.cs
2023-10-30 11:03:04 +01:00
startLine : 527
2023-03-30 18:07:55 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
2023-04-26 14:51:19 +02:00
summary : "\nA relationship type that represents two people who have an intense romantic interest in each other.\n"
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
source :
remote :
path : TinyLife/Relationship.cs
2023-10-11 16:05:32 +02:00
branch : main
2023-03-30 18:07:55 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : Soulmates
path : ../TinyLife/Relationship.cs
2023-10-30 11:03:04 +01:00
startLine : 531
2023-03-30 18:07:55 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
2023-04-26 14:51:19 +02:00
summary : "\nA relationship type that represents two people who have a very intense romantic interest in each other.\n"
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
name : Relationship
nameWithType : Relationship
fullName : TinyLife.Relationship
2023-03-30 18:07:55 +02:00
- 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