### 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 branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RelationshipType path: ../TinyLife/Relationship.cs startLine: 388 assemblies: - Tiny Life namespace: TinyLife summary: "\nAn enumeration type that represents the type that a can have.\nThese are ordered by their "goodness", with closer and more familiar relationship types having higher values.\n" 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 branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Enemies path: ../TinyLife/Relationship.cs startLine: 393 assemblies: - Tiny Life namespace: TinyLife summary: "\nA relationship type that represents two people that hate each other\n" 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 branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Disliked path: ../TinyLife/Relationship.cs startLine: 397 assemblies: - Tiny Life namespace: TinyLife summary: "\nA relationship type that represents two people that dislike each other\n" 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 branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Acquaintances path: ../TinyLife/Relationship.cs startLine: 401 assemblies: - Tiny Life namespace: TinyLife summary: "\nA relationship type that represents two people that don't know each other well\n" 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 branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Friends path: ../TinyLife/Relationship.cs startLine: 405 assemblies: - Tiny Life namespace: TinyLife summary: "\nA relationship type that represents two people that know each other well\n" 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 branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GoodFriends path: ../TinyLife/Relationship.cs startLine: 409 assemblies: - Tiny Life namespace: TinyLife summary: "\nA relationship type that represents two people that know each other very well\n" example: [] syntax: content: GoodFriends = 4 return: type: TinyLife.RelationshipType references: - uid: TinyLife.Relationship commentId: T:TinyLife.Relationship parent: TinyLife name: Relationship nameWithType: Relationship fullName: TinyLife.Relationship - uid: TinyLife commentId: N:TinyLife 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) name: JsonCopy(RelationshipType) nameWithType: Extensions.JsonCopy(RelationshipType) fullName: TinyLife.Utilities.Extensions.JsonCopy(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) spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.RelationshipType) name: JsonCopy - name: < - uid: TinyLife.RelationshipType name: RelationshipType - name: '>' - name: ( - uid: TinyLife.RelationshipType name: RelationshipType - name: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.RelationshipType) name: JsonCopy - name: ( - name: Of - name: " " - uid: TinyLife.RelationshipType name: RelationshipType - name: ) - name: ( - uid: TinyLife.RelationshipType name: RelationshipType - name: ) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy(T) nameWithType: Extensions.JsonCopy(T) fullName: TinyLife.Utilities.Extensions.JsonCopy(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.RelationshipType commentId: T:TinyLife.RelationshipType parent: TinyLife name: RelationshipType nameWithType: RelationshipType fullName: TinyLife.RelationshipType