TinyLifeWeb/docs/api/TinyLife.RelationshipType.yml

303 lines
8.8 KiB
YAML
Raw Normal View History

2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items:
- uid: TinyLife.RelationshipType
commentId: T:TinyLife.RelationshipType
id: RelationshipType
parent: TinyLife
children:
- TinyLife.RelationshipType.Acquaintances
- TinyLife.RelationshipType.Disliked
- TinyLife.RelationshipType.Enemies
- TinyLife.RelationshipType.Friends
- TinyLife.RelationshipType.GoodFriends
langs:
- csharp
- vb
name: RelationshipType
nameWithType: RelationshipType
fullName: TinyLife.RelationshipType
type: Enum
source:
remote:
path: TinyLife/Relationship.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: RelationshipType
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Relationship.cs
2024-05-01 17:57:34 +02:00
startLine: 496
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
2024-01-07 16:53:47 +01:00
summary: >-
An enumeration type that represents the 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 familiar relationship types having higher values.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public enum RelationshipType
content.vb: Public Enum RelationshipType
extensionMethods:
- TinyLife.RelationshipType.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.RelationshipType.Enemies
commentId: F:TinyLife.RelationshipType.Enemies
id: Enemies
parent: TinyLife.RelationshipType
langs:
- csharp
- vb
name: Enemies
nameWithType: RelationshipType.Enemies
fullName: TinyLife.RelationshipType.Enemies
type: Field
source:
remote:
path: TinyLife/Relationship.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Enemies
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Relationship.cs
2024-05-01 17:57:34 +02:00
startLine: 501
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
2024-01-07 16:53:47 +01:00
summary: A relationship type that represents two people that hate each other
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: Enemies = 0
return:
type: TinyLife.RelationshipType
- uid: TinyLife.RelationshipType.Disliked
commentId: F:TinyLife.RelationshipType.Disliked
id: Disliked
parent: TinyLife.RelationshipType
langs:
- csharp
- vb
name: Disliked
nameWithType: RelationshipType.Disliked
fullName: TinyLife.RelationshipType.Disliked
type: Field
source:
remote:
path: TinyLife/Relationship.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Disliked
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Relationship.cs
2024-05-01 17:57:34 +02:00
startLine: 505
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
2024-01-07 16:53:47 +01:00
summary: A relationship type that represents two people that dislike each other
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: Disliked = 1
return:
type: TinyLife.RelationshipType
- uid: TinyLife.RelationshipType.Acquaintances
commentId: F:TinyLife.RelationshipType.Acquaintances
id: Acquaintances
parent: TinyLife.RelationshipType
langs:
- csharp
- vb
name: Acquaintances
nameWithType: RelationshipType.Acquaintances
fullName: TinyLife.RelationshipType.Acquaintances
type: Field
source:
remote:
path: TinyLife/Relationship.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Acquaintances
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Relationship.cs
2024-05-01 17:57:34 +02:00
startLine: 509
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
2024-01-07 16:53:47 +01:00
summary: A relationship type that represents two people that don't know each other well
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: Acquaintances = 2
return:
type: TinyLife.RelationshipType
- uid: TinyLife.RelationshipType.Friends
commentId: F:TinyLife.RelationshipType.Friends
id: Friends
parent: TinyLife.RelationshipType
langs:
- csharp
- vb
name: Friends
nameWithType: RelationshipType.Friends
fullName: TinyLife.RelationshipType.Friends
type: Field
source:
remote:
path: TinyLife/Relationship.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Friends
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Relationship.cs
2024-05-01 17:57:34 +02:00
startLine: 513
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
2024-01-07 16:53:47 +01:00
summary: A relationship type that represents two people that know each other well
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: Friends = 3
return:
type: TinyLife.RelationshipType
- uid: TinyLife.RelationshipType.GoodFriends
commentId: F:TinyLife.RelationshipType.GoodFriends
id: GoodFriends
parent: TinyLife.RelationshipType
langs:
- csharp
- vb
name: GoodFriends
nameWithType: RelationshipType.GoodFriends
fullName: TinyLife.RelationshipType.GoodFriends
type: Field
source:
remote:
path: TinyLife/Relationship.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: GoodFriends
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Relationship.cs
2024-05-01 17:57:34 +02:00
startLine: 517
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife
2024-01-07 16:53:47 +01:00
summary: A relationship type that represents two people that know each other very well
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: GoodFriends = 4
return:
type: TinyLife.RelationshipType
references:
- uid: TinyLife.Relationship
commentId: T:TinyLife.Relationship
parent: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.Relationship.html
2021-08-04 06:51:12 +02:00
name: Relationship
nameWithType: Relationship
fullName: TinyLife.Relationship
- uid: TinyLife
commentId: N:TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-08-04 06:51:12 +02:00
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.RelationshipType.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<RelationshipType>(RelationshipType)
nameWithType: Extensions.JsonCopy<RelationshipType>(RelationshipType)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.RelationshipType>(TinyLife.RelationshipType)
nameWithType.vb: Extensions.JsonCopy(Of RelationshipType)(RelationshipType)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.RelationshipType)(TinyLife.RelationshipType)
name.vb: JsonCopy(Of RelationshipType)(RelationshipType)
2021-08-04 06:51:12 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.RelationshipType)
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.RelationshipType
name: RelationshipType
2024-01-07 16:53:47 +01:00
href: TinyLife.RelationshipType.html
2023-03-30 18:07:55 +02:00
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.RelationshipType
name: RelationshipType
2024-01-07 16:53:47 +01:00
href: TinyLife.RelationshipType.html
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.RelationshipType)
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
- uid: TinyLife.RelationshipType
name: RelationshipType
2024-01-07 16:53:47 +01:00
href: TinyLife.RelationshipType.html
2023-03-30 18:07:55 +02:00
- name: )
- name: (
- uid: TinyLife.RelationshipType
name: RelationshipType
2024-01-07 16:53:47 +01:00
href: TinyLife.RelationshipType.html
2021-08-04 06:51:12 +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_
2021-08-04 06:51:12 +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)
2023-03-30 18:07:55 +02:00
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: '>'
2021-08-04 06:51:12 +02:00
- name: (
- name: T
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
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: )
2021-08-04 06:51:12 +02:00
- 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
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +02:00
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
2023-03-30 18:07:55 +02:00
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
2021-08-04 06:51:12 +02:00
- uid: TinyLife.RelationshipType
commentId: T:TinyLife.RelationshipType
parent: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.RelationshipType.html
2021-08-04 06:51:12 +02:00
name: RelationshipType
nameWithType: RelationshipType
fullName: TinyLife.RelationshipType