2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Relationship
commentId : T:TinyLife.Relationship
id : Relationship
parent : TinyLife
children :
2023-12-06 13:25:52 +01:00
- TinyLife.Relationship.AddMemory``1(TinyLife.Goals.MemoryType,System.Boolean,System.Int32,System.Nullable{System.TimeSpan})
2024-06-09 17:05:30 +02:00
- TinyLife.Relationship.CreateBars(MLEM.Ui.Anchor,TinyLife.Objects.PersonLike,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2,System.Single,System.Boolean)
- TinyLife.Relationship.CreatePanel(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2)
2021-08-04 06:51:12 +02:00
- TinyLife.Relationship.Dating
2023-04-14 13:00:36 +02:00
- TinyLife.Relationship.FriendDisplayString
2021-08-04 06:51:12 +02:00
- TinyLife.Relationship.FriendLevel
- TinyLife.Relationship.FriendPercentage
- TinyLife.Relationship.Genealogy
2023-04-26 14:51:19 +02:00
- TinyLife.Relationship.GetMemories``1(TinyLife.Goals.MemoryType,System.Boolean)
2021-08-04 06:51:12 +02:00
- TinyLife.Relationship.GetSocialEffectiveness(TinyLife.Actions.ActionType)
2023-04-26 14:51:19 +02:00
- TinyLife.Relationship.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Boolean,System.Func{``0,System.Boolean})
2023-03-30 18:07:55 +02:00
- TinyLife.Relationship.KnownJobType
2021-08-04 06:51:12 +02:00
- TinyLife.Relationship.KnownPersonalityTypes
- TinyLife.Relationship.Max
2024-10-26 13:15:46 +02:00
- TinyLife.Relationship.Migrations
2022-12-20 13:25:03 +01:00
- TinyLife.Relationship.OnRelationshipPanel
- TinyLife.Relationship.OnRelationshipTooltip
2021-08-04 06:51:12 +02:00
- TinyLife.Relationship.OtherPerson
- TinyLife.Relationship.Partner
- TinyLife.Relationship.PassiveFriendReduction
- TinyLife.Relationship.PassiveRomanceReduction
2024-10-26 13:15:46 +02:00
- TinyLife.Relationship.Person
2024-06-09 17:05:30 +02:00
- TinyLife.Relationship.PopulateTooltip(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip)
2023-12-06 13:25:52 +01:00
- TinyLife.Relationship.RemoveMemory``1(TinyLife.Goals.MemoryType,System.Boolean,System.Int32,System.Func{``0,System.Boolean})
2021-08-30 20:44:32 +02:00
- TinyLife.Relationship.ResetToStatic(System.Boolean,System.Boolean)
2023-04-14 13:00:36 +02:00
- TinyLife.Relationship.RomanceDisplayString
2021-08-04 06:51:12 +02:00
- TinyLife.Relationship.RomanceLevel
- TinyLife.Relationship.RomancePercentage
2023-03-30 18:07:55 +02:00
- TinyLife.Relationship.RomanceType
2024-06-09 17:05:30 +02:00
- TinyLife.Relationship.SetGenealogy(TinyLife.GenealogyType,System.Boolean,System.Action{TinyLife.Objects.PersonLike,TinyLife.Relationship,TinyLife.GenealogyType},System.Collections.Generic.ICollection{TinyLife.Objects.PersonLike})
2023-04-14 13:00:36 +02:00
- TinyLife.Relationship.TryingForBaby
2021-08-04 06:51:12 +02:00
- TinyLife.Relationship.Type
2024-10-26 13:15:46 +02:00
- TinyLife.Relationship.Validate(TinyLife.Objects.PersonLike,TinyLife.Utilities.AppliedMigrations)
2021-08-04 06:51:12 +02:00
langs :
- csharp
- vb
name : Relationship
nameWithType : Relationship
fullName : TinyLife.Relationship
type : Class
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : >-
2024-06-09 17:05:30 +02:00
A relationship is a connection between two <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref> objects.
2024-01-07 16:53:47 +01:00
It should be noted that a relationship is not always the same between a person and the linked <xref href="TinyLife.Relationship.OtherPerson" data-throw-if-not-resolved="false"></xref>.
What this means is that A can have a good relationship to B, but B can have a less good relationship to A.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : >-
[ DataContract]
2022-12-20 13:25:03 +01:00
public class Relationship : JsonTypeSafeGenericDataHolder, IGenericDataHolder
2021-08-04 06:51:12 +02:00
content.vb : >-
<DataContract>
2023-03-30 18:07:55 +02:00
Public Class Relationship Inherits JsonTypeSafeGenericDataHolder Implements IGenericDataHolder
2021-08-04 06:51:12 +02:00
inheritance :
- System.Object
2022-12-20 13:25:03 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
implements :
- MLEM.Misc.IGenericDataHolder
2021-08-04 06:51:12 +02:00
inheritedMembers :
2022-12-20 13:25:03 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
2021-08-04 06:51:12 +02:00
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods :
- TinyLife.Relationship.TinyLife.Utilities.Extensions.JsonCopy``1
attributes :
- type : System.Runtime.Serialization.DataContractAttribute
ctor : System.Runtime.Serialization.DataContractAttribute.#ctor
arguments : [ ]
2024-10-26 13:15:46 +02:00
- uid : TinyLife.Relationship.Migrations
commentId : F:TinyLife.Relationship.Migrations
id : Migrations
parent : TinyLife.Relationship
langs :
- csharp
- vb
name : Migrations
nameWithType : Relationship.Migrations
fullName : TinyLife.Relationship.Migrations
type : Field
assemblies :
- Tiny Life
namespace : TinyLife
syntax :
content : public static readonly List<Migration<Relationship>> Migrations
return :
type : System.Collections.Generic.List{TinyLife.Utilities.Migration{TinyLife.Relationship}}
content.vb : Public Shared ReadOnly Migrations As List(Of Migration(Of Relationship))
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Relationship.OnRelationshipPanel
commentId : E:TinyLife.Relationship.OnRelationshipPanel
id : OnRelationshipPanel
parent : TinyLife.Relationship
langs :
- csharp
- vb
name : OnRelationshipPanel
nameWithType : Relationship.OnRelationshipPanel
fullName : TinyLife.Relationship.OnRelationshipPanel
type : Event
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : >-
2024-06-09 17:05:30 +02:00
An event that is raised when a relationship panel is created in <xref href="TinyLife.Relationship.CreatePanel(TinyLife.Objects.PersonLike%2cTinyLife.Objects.PersonLike%2cTinyLife.Relationship%2cMicrosoft.Xna.Framework.Vector2)" data-throw-if-not-resolved="false"></xref>.
2024-01-07 16:53:47 +01:00
Use this event to add custom information to a relationship panel.
2022-12-20 13:25:03 +01:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public static event Action<(PersonLike Person, PersonLike Other, Relationship Relationship, Group Group)> OnRelationshipPanel
2022-12-20 13:25:03 +01:00
return :
2024-06-09 17:05:30 +02:00
type : System.Action{System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Group}}
content.vb : Public Shared Event OnRelationshipPanel As Action(Of (Person As PersonLike, Other As PersonLike, Relationship As Relationship, Group As Group))
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Relationship.OnRelationshipTooltip
commentId : E:TinyLife.Relationship.OnRelationshipTooltip
id : OnRelationshipTooltip
parent : TinyLife.Relationship
langs :
- csharp
- vb
name : OnRelationshipTooltip
nameWithType : Relationship.OnRelationshipTooltip
fullName : TinyLife.Relationship.OnRelationshipTooltip
type : Event
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : >-
2024-06-09 17:05:30 +02:00
An event that is raised when a relationship tooltip is populated in <xref href="TinyLife.Relationship.PopulateTooltip(TinyLife.Objects.PersonLike%2cTinyLife.Objects.PersonLike%2cTinyLife.Relationship%2cMLEM.Ui.Elements.Tooltip)" data-throw-if-not-resolved="false"></xref>.
2024-01-07 16:53:47 +01:00
Use this event to add custom information to a relationship tooltip.
2022-12-20 13:25:03 +01:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public static event Action<(PersonLike Person, PersonLike Other, Relationship Relationship, Tooltip Tooltip)> OnRelationshipTooltip
2022-12-20 13:25:03 +01:00
return :
2024-06-09 17:05:30 +02:00
type : System.Action{System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip}}
content.vb : Public Shared Event OnRelationshipTooltip As Action(Of (Person As PersonLike, Other As PersonLike, Relationship As Relationship, Tooltip As Tooltip))
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Relationship.Max
commentId : F:TinyLife.Relationship.Max
id : Max
parent : TinyLife.Relationship
langs :
- csharp
- vb
name : Max
nameWithType : Relationship.Max
fullName : TinyLife.Relationship.Max
type : Field
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : The maximum value that a relationship level can have
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2023-03-30 18:07:55 +02:00
content : public const float Max = 100000
2021-08-04 06:51:12 +02:00
return :
type : System.Single
2023-03-30 18:07:55 +02:00
content.vb : Public Const Max As Single = 100000
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Relationship.PassiveFriendReduction
commentId : F:TinyLife.Relationship.PassiveFriendReduction
id : PassiveFriendReduction
parent : TinyLife.Relationship
langs :
- csharp
- vb
name : PassiveFriendReduction
nameWithType : Relationship.PassiveFriendReduction
fullName : TinyLife.Relationship.PassiveFriendReduction
type : Field
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : The amount of points (out of <xref href="TinyLife.Relationship.Max" data-throw-if-not-resolved="false"></xref>) that are removed from each relationship's <xref href="TinyLife.Relationship.FriendLevel" data-throw-if-not-resolved="false"></xref> each update frame
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2023-03-30 18:07:55 +02:00
content : public const float PassiveFriendReduction = 0.01
2021-08-04 06:51:12 +02:00
return :
type : System.Single
2023-03-30 18:07:55 +02:00
content.vb : Public Const PassiveFriendReduction As Single = 0.01
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Relationship.PassiveRomanceReduction
commentId : F:TinyLife.Relationship.PassiveRomanceReduction
id : PassiveRomanceReduction
parent : TinyLife.Relationship
langs :
- csharp
- vb
name : PassiveRomanceReduction
nameWithType : Relationship.PassiveRomanceReduction
fullName : TinyLife.Relationship.PassiveRomanceReduction
type : Field
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : The amount of points (out of <xref href="TinyLife.Relationship.Max" data-throw-if-not-resolved="false"></xref>) that are removed from each relationship's <xref href="TinyLife.Relationship.RomanceLevel" data-throw-if-not-resolved="false"></xref> each update frame
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2023-03-30 18:07:55 +02:00
content : public const float PassiveRomanceReduction = 0.015
2021-08-04 06:51:12 +02:00
return :
type : System.Single
2023-03-30 18:07:55 +02:00
content.vb : Public Const PassiveRomanceReduction As Single = 0.015
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Relationship.KnownPersonalityTypes
commentId : F:TinyLife.Relationship.KnownPersonalityTypes
id : KnownPersonalityTypes
parent : TinyLife.Relationship
langs :
- csharp
- vb
name : KnownPersonalityTypes
nameWithType : Relationship.KnownPersonalityTypes
fullName : TinyLife.Relationship.KnownPersonalityTypes
type : Field
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : >-
A set of <xref href="TinyLife.PersonalityType" data-throw-if-not-resolved="false"></xref> objects that are known about this relationship's <xref href="TinyLife.Relationship.OtherPerson" data-throw-if-not-resolved="false"></xref>.
This collection is populated by <xref href="TinyLife.Actions.ActionType.AskAboutPersonality" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : >-
[ DataMember]
2021-10-14 20:30:40 +02:00
public readonly HashSet<PersonalityType> KnownPersonalityTypes
2021-08-04 06:51:12 +02:00
return :
2021-10-14 20:30:40 +02:00
type : System.Collections.Generic.HashSet{TinyLife.PersonalityType}
2021-08-04 06:51:12 +02:00
content.vb : >-
<DataMember>
2021-10-14 20:30:40 +02:00
Public ReadOnly KnownPersonalityTypes As HashSet(Of PersonalityType)
2021-08-04 06:51:12 +02:00
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
- uid : TinyLife.Relationship.OtherPerson
commentId : P:TinyLife.Relationship.OtherPerson
id : OtherPerson
parent : TinyLife.Relationship
langs :
- csharp
- vb
name : OtherPerson
nameWithType : Relationship.OtherPerson
fullName : TinyLife.Relationship.OtherPerson
type : Property
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : >-
The <xref href="System.Guid" data-throw-if-not-resolved="false"></xref> of the person that this relationship is linked to.
2024-06-09 17:05:30 +02:00
To easily retrieve the matching <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref> instance, see <xref href="TinyLife.Relationship.Partner" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : >-
[ DataMember]
public Guid OtherPerson { get; }
parameters : [ ]
return :
type : System.Guid
content.vb : >-
<DataMember>
2023-03-30 18:07:55 +02:00
Public Property OtherPerson As Guid
2021-08-04 06:51:12 +02:00
overload : TinyLife.Relationship.OtherPerson*
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
- uid : TinyLife.Relationship.Partner
commentId : P:TinyLife.Relationship.Partner
id : Partner
parent : TinyLife.Relationship
langs :
- csharp
- vb
name : Partner
nameWithType : Relationship.Partner
fullName : TinyLife.Relationship.Partner
type : Property
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : >-
The actual other person involved in the relationship.
2024-06-09 17:05:30 +02:00
This is a computed property that returns the <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref> on the map with the <xref href="TinyLife.Relationship.OtherPerson" data-throw-if-not-resolved="false"></xref> id.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public PersonLike Partner { get; }
2021-08-04 06:51:12 +02:00
parameters : [ ]
return :
2024-06-09 17:05:30 +02:00
type : TinyLife.Objects.PersonLike
content.vb : Public ReadOnly Property Partner As PersonLike
2021-08-04 06:51:12 +02:00
overload : TinyLife.Relationship.Partner*
- uid : TinyLife.Relationship.FriendLevel
commentId : P:TinyLife.Relationship.FriendLevel
id : FriendLevel
parent : TinyLife.Relationship
langs :
- csharp
- vb
name : FriendLevel
nameWithType : Relationship.FriendLevel
fullName : TinyLife.Relationship.FriendLevel
type : Property
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : >-
The current amount of friendship points (out of <xref href="TinyLife.Relationship.Max" data-throw-if-not-resolved="false"></xref>) that this relationship has.
This value is automatically clamped between -<xref href="TinyLife.Relationship.Max" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Relationship.Max" data-throw-if-not-resolved="false"></xref>.
2024-06-09 17:05:30 +02:00
To take skills, personalities and more into account, use <xref href="TinyLife.Objects.PersonLike.ChangeFriendship(TinyLife.Objects.PersonLike%2cSystem.Single%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public float FriendLevel { get; set; }
parameters : [ ]
return :
type : System.Single
content.vb : Public Property FriendLevel As Single
overload : TinyLife.Relationship.FriendLevel*
- uid : TinyLife.Relationship.RomanceLevel
commentId : P:TinyLife.Relationship.RomanceLevel
id : RomanceLevel
parent : TinyLife.Relationship
langs :
- csharp
- vb
name : RomanceLevel
nameWithType : Relationship.RomanceLevel
fullName : TinyLife.Relationship.RomanceLevel
type : Property
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : >-
The current amount of romance points (out of <xref href="TinyLife.Relationship.Max" data-throw-if-not-resolved="false"></xref>) that this relationship has.
This value is automatically clamped between 0 and <xref href="TinyLife.Relationship.Max" data-throw-if-not-resolved="false"></xref>.
2024-06-09 17:05:30 +02:00
To take skills, personalities and more into account, use <xref href="TinyLife.Objects.PersonLike.ChangeRomance(TinyLife.Objects.PersonLike%2cSystem.Single%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref>.
2024-01-07 16:53:47 +01:00
Note that, for aromantic people, getting and setting this value always gets and sets <xref href="TinyLife.Relationship.FriendLevel" data-throw-if-not-resolved="false"></xref> instead.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public float RomanceLevel { get; set; }
parameters : [ ]
return :
type : System.Single
content.vb : Public Property RomanceLevel As Single
overload : TinyLife.Relationship.RomanceLevel*
- uid : TinyLife.Relationship.FriendPercentage
commentId : P:TinyLife.Relationship.FriendPercentage
id : FriendPercentage
parent : TinyLife.Relationship
langs :
- csharp
- vb
name : FriendPercentage
nameWithType : Relationship.FriendPercentage
fullName : TinyLife.Relationship.FriendPercentage
type : Property
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : The <xref href="TinyLife.Relationship.FriendLevel" data-throw-if-not-resolved="false"></xref> of this relationship, divided by <xref href="TinyLife.Relationship.Max" data-throw-if-not-resolved="false"></xref>, yielding a percentage between -1 and 1 of how good this friendship is
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public float FriendPercentage { get; }
parameters : [ ]
return :
type : System.Single
content.vb : Public ReadOnly Property FriendPercentage As Single
overload : TinyLife.Relationship.FriendPercentage*
- uid : TinyLife.Relationship.RomancePercentage
commentId : P:TinyLife.Relationship.RomancePercentage
id : RomancePercentage
parent : TinyLife.Relationship
langs :
- csharp
- vb
name : RomancePercentage
nameWithType : Relationship.RomancePercentage
fullName : TinyLife.Relationship.RomancePercentage
type : Property
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : The <xref href="TinyLife.Relationship.RomanceLevel" data-throw-if-not-resolved="false"></xref> of this relationship, divided by <xref href="TinyLife.Relationship.Max" data-throw-if-not-resolved="false"></xref>, yielding a percentage between 0 and 1 of how good this relationship's romance level is
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public float RomancePercentage { get; }
parameters : [ ]
return :
type : System.Single
content.vb : Public ReadOnly Property RomancePercentage As Single
overload : TinyLife.Relationship.RomancePercentage*
- uid : TinyLife.Relationship.Type
commentId : P:TinyLife.Relationship.Type
id : Type
parent : TinyLife.Relationship
langs :
- csharp
- vb
name : Type
nameWithType : Relationship.Type
fullName : TinyLife.Relationship.Type
type : Property
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : The <xref href="TinyLife.RelationshipType" data-throw-if-not-resolved="false"></xref> that this relationship has, based on the current <xref href="TinyLife.Relationship.FriendLevel" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2023-03-30 18:07:55 +02:00
content : public RelationshipType Type { get; set; }
2021-08-04 06:51:12 +02:00
parameters : [ ]
return :
type : TinyLife.RelationshipType
2023-03-30 18:07:55 +02:00
content.vb : Public Property Type As RelationshipType
2021-08-04 06:51:12 +02:00
overload : TinyLife.Relationship.Type*
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Relationship.RomanceType
commentId : P:TinyLife.Relationship.RomanceType
id : RomanceType
parent : TinyLife.Relationship
langs :
- csharp
- vb
name : RomanceType
nameWithType : Relationship.RomanceType
fullName : TinyLife.Relationship.RomanceType
type : Property
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : The <xref href="TinyLife.Relationship.RomanceType" data-throw-if-not-resolved="false"></xref> that this relationship has, based on the current <xref href="TinyLife.Relationship.RomanceLevel" data-throw-if-not-resolved="false"></xref>.
2023-04-26 14:51:19 +02:00
example : [ ]
2023-03-30 18:07:55 +02:00
syntax :
content : public RomanceType RomanceType { get; set; }
parameters : [ ]
return :
type : TinyLife.RomanceType
content.vb : Public Property RomanceType As RomanceType
overload : TinyLife.Relationship.RomanceType*
2023-04-14 13:00:36 +02:00
- uid : TinyLife.Relationship.FriendDisplayString
commentId : P:TinyLife.Relationship.FriendDisplayString
id : FriendDisplayString
2021-08-04 06:51:12 +02:00
parent : TinyLife.Relationship
langs :
- csharp
- vb
2023-04-14 13:00:36 +02:00
name : FriendDisplayString
nameWithType : Relationship.FriendDisplayString
fullName : TinyLife.Relationship.FriendDisplayString
2021-08-04 06:51:12 +02:00
type : Property
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : An (unlocalized) string that represents a written version of this relationship's <xref href="TinyLife.Relationship.Type" data-throw-if-not-resolved="false"></xref> status.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2023-04-14 13:00:36 +02:00
content : public string FriendDisplayString { get; }
2021-08-04 06:51:12 +02:00
parameters : [ ]
return :
type : System.String
2023-04-14 13:00:36 +02:00
content.vb : Public ReadOnly Property FriendDisplayString As String
overload : TinyLife.Relationship.FriendDisplayString*
- uid : TinyLife.Relationship.RomanceDisplayString
commentId : P:TinyLife.Relationship.RomanceDisplayString
id : RomanceDisplayString
parent : TinyLife.Relationship
langs :
- csharp
- vb
name : RomanceDisplayString
nameWithType : Relationship.RomanceDisplayString
fullName : TinyLife.Relationship.RomanceDisplayString
type : Property
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : An (unlocalized) string that represents a written version of this relationship's <xref href="TinyLife.Relationship.RomanceType" data-throw-if-not-resolved="false"></xref> status.
2023-04-14 13:00:36 +02:00
example : [ ]
syntax :
content : public string RomanceDisplayString { get; }
parameters : [ ]
return :
type : System.String
content.vb : Public ReadOnly Property RomanceDisplayString As String
overload : TinyLife.Relationship.RomanceDisplayString*
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Relationship.Genealogy
2022-07-28 14:58:38 +02:00
commentId : P:TinyLife.Relationship.Genealogy
2021-08-04 06:51:12 +02:00
id : Genealogy
parent : TinyLife.Relationship
langs :
- csharp
- vb
name : Genealogy
nameWithType : Relationship.Genealogy
fullName : TinyLife.Relationship.Genealogy
2022-07-28 14:58:38 +02:00
type : Property
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : >-
The <xref href="TinyLife.GenealogyType" data-throw-if-not-resolved="false"></xref> of this relationship.
Note that the genealogy's value works in the following direction : "I am the [Genealogy] of [OtherPerson]" .
Note that <xref href="TinyLife.Relationship.OtherPerson" data-throw-if-not-resolved="false"></xref> will always have the <xref href="TinyLife.GenealogyType" data-throw-if-not-resolved="false"></xref>'s <xref href="TinyLife.Utilities.Extensions.GetOpposite(TinyLife.GenealogyType)" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : >-
[ DataMember]
2022-07-28 14:58:38 +02:00
public GenealogyType Genealogy { get; }
parameters : [ ]
2021-08-04 06:51:12 +02:00
return :
type : TinyLife.GenealogyType
content.vb : >-
<DataMember>
2023-03-30 18:07:55 +02:00
Public Property Genealogy As GenealogyType
2022-07-28 14:58:38 +02:00
overload : TinyLife.Relationship.Genealogy*
2021-08-04 06:51:12 +02:00
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
- uid : TinyLife.Relationship.Dating
commentId : F:TinyLife.Relationship.Dating
id : Dating
parent : TinyLife.Relationship
langs :
- csharp
- vb
name : Dating
nameWithType : Relationship.Dating
fullName : TinyLife.Relationship.Dating
type : Field
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : This value is set to true if this relationship is a romantic relationship
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : >-
[ DataMember]
public bool Dating
return :
type : System.Boolean
content.vb : >-
<DataMember>
Public Dating As Boolean
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Relationship.KnownJobType
commentId : F:TinyLife.Relationship.KnownJobType
id : KnownJobType
parent : TinyLife.Relationship
langs :
- csharp
- vb
name : KnownJobType
nameWithType : Relationship.KnownJobType
fullName : TinyLife.Relationship.KnownJobType
type : Field
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : Stores the <xref href="TinyLife.Goals.JobType.Types" data-throw-if-not-resolved="false"></xref> registry name of the job type that this relationship's person currently knows about the relationship's <xref href="TinyLife.Relationship.Partner" data-throw-if-not-resolved="false"></xref>. If this is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>, no job type is known. If this value is set to <code>None</code>, the <xref href="TinyLife.Relationship.Partner" data-throw-if-not-resolved="false"></xref> has no job.
2023-04-26 14:51:19 +02:00
example : [ ]
2023-03-30 18:07:55 +02:00
syntax :
content : >-
[ DataMember]
public string KnownJobType
return :
type : System.String
content.vb : >-
<DataMember>
Public KnownJobType As String
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
2023-04-14 13:00:36 +02:00
- uid : TinyLife.Relationship.TryingForBaby
commentId : F:TinyLife.Relationship.TryingForBaby
id : TryingForBaby
parent : TinyLife.Relationship
langs :
- csharp
- vb
name : TryingForBaby
nameWithType : Relationship.TryingForBaby
fullName : TinyLife.Relationship.TryingForBaby
type : Field
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : Stores whether the people involved in this relationship have agreed to try for a baby. If this is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>, fooling around has a chance to lead to a pregnancy.
2023-04-26 14:51:19 +02:00
example : [ ]
2023-04-14 13:00:36 +02:00
syntax :
content : >-
[ DataMember(EmitDefaultValue = false)]
public bool TryingForBaby
return :
type : System.Boolean
content.vb : >-
<DataMember(EmitDefaultValue:=False)>
Public TryingForBaby As Boolean
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
namedArguments :
- name : EmitDefaultValue
type : System.Boolean
value : false
2024-10-26 13:15:46 +02:00
- uid : TinyLife.Relationship.Person
commentId : P:TinyLife.Relationship.Person
id : Person
parent : TinyLife.Relationship
langs :
- csharp
- vb
name : Person
nameWithType : Relationship.Person
fullName : TinyLife.Relationship.Person
type : Property
assemblies :
- Tiny Life
namespace : TinyLife
syntax :
content : public PersonLike Person { get; }
parameters : [ ]
return :
type : TinyLife.Objects.PersonLike
content.vb : Public Property Person As PersonLike
overload : TinyLife.Relationship.Person*
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Relationship.GetSocialEffectiveness(TinyLife.Actions.ActionType)
commentId : M:TinyLife.Relationship.GetSocialEffectiveness(TinyLife.Actions.ActionType)
id : GetSocialEffectiveness(TinyLife.Actions.ActionType)
parent : TinyLife.Relationship
langs :
- csharp
- vb
name : GetSocialEffectiveness(ActionType)
nameWithType : Relationship.GetSocialEffectiveness(ActionType)
fullName : TinyLife.Relationship.GetSocialEffectiveness(TinyLife.Actions.ActionType)
type : Method
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : >-
Returns the effectiveness percentage that the given <xref href="TinyLife.Actions.ActionType" data-throw-if-not-resolved="false"></xref> has right now, based on the amount of times that it has been used previously.
In <xref href="TinyLife.Actions.TalkAction" data-throw-if-not-resolved="false"></xref>, this effectiveness is used to reduce the friendship and romance gain based on the "boringness" of an action.
Note that, if this relationship's main person is younger than a <xref href="TinyLife.Objects.AgeGroup.Child" data-throw-if-not-resolved="false"></xref>, the social effectiveness will always be 1.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public float GetSocialEffectiveness(ActionType action)
parameters :
- id : action
type : TinyLife.Actions.ActionType
description : The action whose effectiveness to query
return :
type : System.Single
description : The social effectiveness, which is a percentage between 0 and 1
content.vb : Public Function GetSocialEffectiveness(action As ActionType) As Single
overload : TinyLife.Relationship.GetSocialEffectiveness*
2024-10-26 13:15:46 +02:00
- uid : TinyLife.Relationship.Validate(TinyLife.Objects.PersonLike,TinyLife.Utilities.AppliedMigrations)
commentId : M:TinyLife.Relationship.Validate(TinyLife.Objects.PersonLike,TinyLife.Utilities.AppliedMigrations)
id : Validate(TinyLife.Objects.PersonLike,TinyLife.Utilities.AppliedMigrations)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Relationship
langs :
- csharp
- vb
2024-10-26 13:15:46 +02:00
name : Validate(PersonLike, AppliedMigrations)
nameWithType : Relationship.Validate(PersonLike, AppliedMigrations)
fullName : TinyLife.Relationship.Validate(TinyLife.Objects.PersonLike, TinyLife.Utilities.AppliedMigrations)
2021-08-04 06:51:12 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : >-
2024-06-09 17:05:30 +02:00
Validates this relationship, setting its internal person reference to the given <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref>.
2024-01-07 16:53:47 +01:00
2024-10-17 17:28:12 +02:00
This method is automatically called for all of their relationships in <xref href="TinyLife.Objects.PersonLike.Validate(TinyLife.Utilities.AppliedMigrations)" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-10-26 13:15:46 +02:00
content : public bool Validate(PersonLike person, AppliedMigrations appliedMigrations)
2021-08-04 06:51:12 +02:00
parameters :
- id : person
2024-06-09 17:05:30 +02:00
type : TinyLife.Objects.PersonLike
2021-08-04 06:51:12 +02:00
description : The person that this relationship belongs to
2024-10-26 13:15:46 +02:00
- id : appliedMigrations
type : TinyLife.Utilities.AppliedMigrations
return :
type : System.Boolean
content.vb : Public Function Validate(person As PersonLike, appliedMigrations As AppliedMigrations) As Boolean
2021-08-04 06:51:12 +02:00
overload : TinyLife.Relationship.Validate*
2021-08-30 20:44:32 +02:00
- uid : TinyLife.Relationship.ResetToStatic(System.Boolean,System.Boolean)
commentId : M:TinyLife.Relationship.ResetToStatic(System.Boolean,System.Boolean)
id : ResetToStatic(System.Boolean,System.Boolean)
parent : TinyLife.Relationship
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : ResetToStatic(bool, bool)
nameWithType : Relationship.ResetToStatic(bool, bool)
fullName : TinyLife.Relationship.ResetToStatic(bool, bool)
2021-08-30 20:44:32 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : >-
Resets this relationship to a more basic, static version.
This method is used when a map or household is exported, and by the ExportHousehold cheat.
2021-08-30 20:44:32 +02:00
example : [ ]
syntax :
content : public void ResetToStatic(bool thorough, bool sameHousehold)
parameters :
- id : thorough
type : System.Boolean
description : Whether the relationship should be reset thoroughly, causing the friendship level and romance level to be averaged out
- id : sameHousehold
type : System.Boolean
description : Whether the two people that are part of this relationship are in the same household
content.vb : Public Sub ResetToStatic(thorough As Boolean, sameHousehold As Boolean)
overload : TinyLife.Relationship.ResetToStatic*
2023-03-30 18:07:55 +02:00
nameWithType.vb : Relationship.ResetToStatic(Boolean, Boolean)
fullName.vb : TinyLife.Relationship.ResetToStatic(Boolean, Boolean)
name.vb : ResetToStatic(Boolean, Boolean)
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Relationship.SetGenealogy(TinyLife.GenealogyType,System.Boolean,System.Action{TinyLife.Objects.PersonLike,TinyLife.Relationship,TinyLife.GenealogyType},System.Collections.Generic.ICollection{TinyLife.Objects.PersonLike})
commentId : M:TinyLife.Relationship.SetGenealogy(TinyLife.GenealogyType,System.Boolean,System.Action{TinyLife.Objects.PersonLike,TinyLife.Relationship,TinyLife.GenealogyType},System.Collections.Generic.ICollection{TinyLife.Objects.PersonLike})
id : SetGenealogy(TinyLife.GenealogyType,System.Boolean,System.Action{TinyLife.Objects.PersonLike,TinyLife.Relationship,TinyLife.GenealogyType},System.Collections.Generic.ICollection{TinyLife.Objects.PersonLike})
2022-07-28 14:58:38 +02:00
parent : TinyLife.Relationship
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : SetGenealogy(GenealogyType, bool, Action<PersonLike, Relationship, GenealogyType>, ICollection<PersonLike>)
nameWithType : Relationship.SetGenealogy(GenealogyType, bool, Action<PersonLike, Relationship, GenealogyType>, ICollection<PersonLike>)
fullName : TinyLife.Relationship.SetGenealogy(TinyLife.GenealogyType, bool, System.Action<TinyLife.Objects.PersonLike, TinyLife.Relationship, TinyLife.GenealogyType>, System.Collections.Generic.ICollection<TinyLife.Objects.PersonLike>)
2022-07-28 14:58:38 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : Sets this relationship's <xref href="TinyLife.Relationship.Genealogy" data-throw-if-not-resolved="false"></xref> and this <xref href="TinyLife.Relationship.Partner" data-throw-if-not-resolved="false"></xref>'s relationship's <xref href="TinyLife.Relationship.Genealogy" data-throw-if-not-resolved="false"></xref>, additionally updating all transitive relationships' genealogies using <xref href="TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType%2cTinyLife.GenealogyType)" data-throw-if-not-resolved="false"></xref>.
2022-07-28 14:58:38 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public void SetGenealogy(GenealogyType genealogy, bool overwriteExistingTransitive, Action<PersonLike, Relationship, GenealogyType> onGenealogyChanged = null, ICollection<PersonLike> possibleAdditionalPeople = null)
2022-07-28 14:58:38 +02:00
parameters :
- id : genealogy
type : TinyLife.GenealogyType
description : The genealogy to use for this relationship.
- id : overwriteExistingTransitive
type : System.Boolean
description : Whether the genealogies of existing transitive relationships should be updated, even if they are already set to a non-<xref href="TinyLife.GenealogyType.Unrelated" data-throw-if-not-resolved="false"></xref> relationship.
2024-03-09 19:49:55 +01:00
- id : onGenealogyChanged
2024-06-09 17:05:30 +02:00
type : System.Action{TinyLife.Objects.PersonLike,TinyLife.Relationship,TinyLife.GenealogyType}
2024-04-14 17:55:54 +02:00
description : An action that is invoked when a genealogy is changed, which is additionally passed to recursive calls of this method.
2024-03-09 19:49:55 +01:00
- id : possibleAdditionalPeople
2024-06-09 17:05:30 +02:00
type : System.Collections.Generic.ICollection{TinyLife.Objects.PersonLike}
2024-04-14 17:55:54 +02:00
description : A set of additional people that can optionally be considered as this relationship's or subsequent recursive calls' relationships' partners, in addition to the <xref href="TinyLife.Relationship.Partner" data-throw-if-not-resolved="false"></xref> and subsequent recursive calls' partners, which may not currently be present on the map.
2024-06-09 17:05:30 +02:00
content.vb : Public Sub SetGenealogy(genealogy As GenealogyType, overwriteExistingTransitive As Boolean, onGenealogyChanged As Action(Of PersonLike, Relationship, GenealogyType) = Nothing, possibleAdditionalPeople As ICollection(Of PersonLike) = Nothing)
2022-07-28 14:58:38 +02:00
overload : TinyLife.Relationship.SetGenealogy*
2024-06-09 17:05:30 +02:00
nameWithType.vb : Relationship.SetGenealogy(GenealogyType, Boolean, Action(Of PersonLike, Relationship, GenealogyType), ICollection(Of PersonLike))
fullName.vb : TinyLife.Relationship.SetGenealogy(TinyLife.GenealogyType, Boolean, System.Action(Of TinyLife.Objects.PersonLike, TinyLife.Relationship, TinyLife.GenealogyType), System.Collections.Generic.ICollection(Of TinyLife.Objects.PersonLike))
name.vb : SetGenealogy(GenealogyType, Boolean, Action(Of PersonLike, Relationship, GenealogyType), ICollection(Of PersonLike))
2023-12-06 13:25:52 +01:00
- uid : TinyLife.Relationship.AddMemory``1(TinyLife.Goals.MemoryType,System.Boolean,System.Int32,System.Nullable{System.TimeSpan})
commentId : M:TinyLife.Relationship.AddMemory``1(TinyLife.Goals.MemoryType,System.Boolean,System.Int32,System.Nullable{System.TimeSpan})
id : AddMemory``1(TinyLife.Goals.MemoryType,System.Boolean,System.Int32,System.Nullable{System.TimeSpan})
2023-04-26 14:51:19 +02:00
parent : TinyLife.Relationship
langs :
- csharp
- vb
2023-12-06 13:25:52 +01:00
name : AddMemory<T>(MemoryType, bool, int, TimeSpan?)
nameWithType : Relationship.AddMemory<T>(MemoryType, bool, int, TimeSpan?)
fullName : TinyLife.Relationship.AddMemory<T>(TinyLife.Goals.MemoryType, bool, int, System.TimeSpan?)
2023-04-26 14:51:19 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife
2024-06-09 17:05:30 +02:00
summary : Adds a <xref href="TinyLife.Goals.Memory" data-throw-if-not-resolved="false"></xref> to this relationship's person's and <xref href="TinyLife.Relationship.Partner" data-throw-if-not-resolved="false"></xref>'s <xref href="TinyLife.Objects.PersonLike.Memories" data-throw-if-not-resolved="false"></xref> list of this person.
2023-04-27 18:53:16 +02:00
example : [ ]
2023-04-26 14:51:19 +02:00
syntax :
2023-12-06 13:25:52 +01:00
content: 'public T AddMemory<T>(MemoryType type, bool addToBoth, int toKeep = 0, TimeSpan? timeOccured = null) where T : Memory'
2023-04-26 14:51:19 +02:00
parameters :
- id : type
type : TinyLife.Goals.MemoryType
2023-04-27 18:53:16 +02:00
description : The type of memory to add.
2023-04-26 14:51:19 +02:00
- id : addToBoth
type : System.Boolean
2023-04-27 18:53:16 +02:00
description : Whether the memory should be added to the <xref href="TinyLife.Relationship.Partner" data-throw-if-not-resolved="false"></xref> as well.
2023-12-06 13:25:52 +01:00
- id : toKeep
type : System.Int32
2024-01-07 16:53:47 +01:00
description : An amount of memories of the given <code class="paramref">type</code> to keep, also counting the newly added one. Oldest memories will be removed first.
2023-04-26 14:51:19 +02:00
- id : timeOccured
type : System.Nullable{System.TimeSpan}
2023-04-27 18:53:16 +02:00
description : The time that this memory occured on, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> to use <xref href="TinyLife.World.Map.Time" data-throw-if-not-resolved="false"></xref>.
2023-04-26 14:51:19 +02:00
typeParameters :
- id : T
return :
type : '{T}'
2023-04-27 18:53:16 +02:00
description : The added memory.
2023-12-06 13:25:52 +01:00
content.vb : Public Function AddMemory(Of T As Memory)(type As MemoryType, addToBoth As Boolean, toKeep As Integer = 0, timeOccured As TimeSpan? = Nothing) As T
2023-04-26 14:51:19 +02:00
overload : TinyLife.Relationship.AddMemory*
2023-12-06 13:25:52 +01:00
nameWithType.vb : Relationship.AddMemory(Of T)(MemoryType, Boolean, Integer, TimeSpan?)
fullName.vb : TinyLife.Relationship.AddMemory(Of T)(TinyLife.Goals.MemoryType, Boolean, Integer, System.TimeSpan?)
name.vb : AddMemory(Of T)(MemoryType, Boolean, Integer, TimeSpan?)
2023-04-26 14:51:19 +02:00
- uid : TinyLife.Relationship.GetMemories``1(TinyLife.Goals.MemoryType,System.Boolean)
commentId : M:TinyLife.Relationship.GetMemories``1(TinyLife.Goals.MemoryType,System.Boolean)
id : GetMemories``1(TinyLife.Goals.MemoryType,System.Boolean)
parent : TinyLife.Relationship
langs :
- csharp
- vb
name : GetMemories<T>(MemoryType, bool)
nameWithType : Relationship.GetMemories<T>(MemoryType, bool)
fullName : TinyLife.Relationship.GetMemories<T>(TinyLife.Goals.MemoryType, bool)
type : Method
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : Returns all <xref href="TinyLife.Goals.Memory" data-throw-if-not-resolved="false"></xref> instances that this relationship's person and <xref href="TinyLife.Relationship.Partner" data-throw-if-not-resolved="false"></xref> currently track that match the given <xref href="TinyLife.Goals.MemoryType" data-throw-if-not-resolved="false"></xref>.
2023-04-27 18:53:16 +02:00
example : [ ]
2023-04-26 14:51:19 +02:00
syntax :
content: 'public IEnumerable<T> GetMemories<T>(MemoryType type, bool returnBoth) where T : Memory'
parameters :
- id : type
type : TinyLife.Goals.MemoryType
2023-04-27 18:53:16 +02:00
description : The memory type to match.
2023-04-26 14:51:19 +02:00
- id : returnBoth
type : System.Boolean
2024-01-07 16:53:47 +01:00
description : Whether the <xref href="TinyLife.Relationship.Partner" data-throw-if-not-resolved="false"></xref>'s memories should also be returned.
2023-04-26 14:51:19 +02:00
typeParameters :
- id : T
return :
type : System.Collections.Generic.IEnumerable{{T}}
2023-04-27 18:53:16 +02:00
description : The memories of the given type.
2023-04-26 14:51:19 +02:00
content.vb : Public Function GetMemories(Of T As Memory)(type As MemoryType, returnBoth As Boolean) As IEnumerable(Of T)
overload : TinyLife.Relationship.GetMemories*
nameWithType.vb : Relationship.GetMemories(Of T)(MemoryType, Boolean)
fullName.vb : TinyLife.Relationship.GetMemories(Of T)(TinyLife.Goals.MemoryType, Boolean)
name.vb : GetMemories(Of T)(MemoryType, Boolean)
2023-12-06 13:25:52 +01:00
- uid : TinyLife.Relationship.RemoveMemory``1(TinyLife.Goals.MemoryType,System.Boolean,System.Int32,System.Func{``0,System.Boolean})
commentId : M:TinyLife.Relationship.RemoveMemory``1(TinyLife.Goals.MemoryType,System.Boolean,System.Int32,System.Func{``0,System.Boolean})
id : RemoveMemory``1(TinyLife.Goals.MemoryType,System.Boolean,System.Int32,System.Func{``0,System.Boolean})
2023-04-26 14:51:19 +02:00
parent : TinyLife.Relationship
langs :
- csharp
- vb
2023-12-06 13:25:52 +01:00
name : RemoveMemory<T>(MemoryType, bool, int, Func<T, bool>)
nameWithType : Relationship.RemoveMemory<T>(MemoryType, bool, int, Func<T, bool>)
fullName : TinyLife.Relationship.RemoveMemory<T>(TinyLife.Goals.MemoryType, bool, int, System.Func<T, bool>)
2023-04-26 14:51:19 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife
2024-06-09 17:05:30 +02:00
summary : Removes all <xref href="TinyLife.Goals.Memory" data-throw-if-not-resolved="false"></xref> instances of the given type <code class="typeparamref">T</code> and <xref href="TinyLife.Goals.MemoryType" data-throw-if-not-resolved="false"></xref> from this relationship's person's and <xref href="TinyLife.Relationship.Partner" data-throw-if-not-resolved="false"></xref>'s <xref href="TinyLife.Objects.PersonLike.Memories" data-throw-if-not-resolved="false"></xref> collections, and returns the amount of memories removed.
2023-04-27 18:53:16 +02:00
example : [ ]
2023-04-26 14:51:19 +02:00
syntax :
2023-12-06 13:25:52 +01:00
content: 'public int RemoveMemory<T>(MemoryType type, bool removeFromBoth, int toKeep = 0, Func<T, bool> condition = null) where T : Memory'
2023-04-26 14:51:19 +02:00
parameters :
- id : type
type : TinyLife.Goals.MemoryType
2023-04-27 18:53:16 +02:00
description : The memory type to match.
2023-04-26 14:51:19 +02:00
- id : removeFromBoth
type : System.Boolean
2024-01-07 16:53:47 +01:00
description : Wether the <xref href="TinyLife.Relationship.Partner" data-throw-if-not-resolved="false"></xref>'s memories should also be removed.
2023-12-06 13:25:52 +01:00
- id : toKeep
type : System.Int32
2024-01-07 16:53:47 +01:00
description : An amount of memories of the given <code class="paramref">type</code> to keep. Oldest memories will be removed first.
2023-04-26 14:51:19 +02:00
- id : condition
type : System.Func{{T},System.Boolean}
2023-04-27 18:53:16 +02:00
description : An additional condition to determine whether memories should be included in the search.
2023-04-26 14:51:19 +02:00
typeParameters :
- id : T
return :
type : System.Int32
2023-04-27 18:53:16 +02:00
description : How many memories were removed.
2023-12-06 13:25:52 +01:00
content.vb : Public Function RemoveMemory(Of T As Memory)(type As MemoryType, removeFromBoth As Boolean, toKeep As Integer = 0, condition As Func(Of T, Boolean) = Nothing) As Integer
2023-04-26 14:51:19 +02:00
overload : TinyLife.Relationship.RemoveMemory*
2023-12-06 13:25:52 +01:00
nameWithType.vb : Relationship.RemoveMemory(Of T)(MemoryType, Boolean, Integer, Func(Of T, Boolean))
fullName.vb : TinyLife.Relationship.RemoveMemory(Of T)(TinyLife.Goals.MemoryType, Boolean, Integer, System.Func(Of T, Boolean))
name.vb : RemoveMemory(Of T)(MemoryType, Boolean, Integer, Func(Of T, Boolean))
2023-04-26 14:51:19 +02:00
- uid : TinyLife.Relationship.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Boolean,System.Func{``0,System.Boolean})
commentId : M:TinyLife.Relationship.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Boolean,System.Func{``0,System.Boolean})
id : GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Boolean,System.Func{``0,System.Boolean})
parent : TinyLife.Relationship
langs :
- csharp
- vb
name : GetTimeSinceMemory<T>(MemoryType, bool, Func<T, bool>)
nameWithType : Relationship.GetTimeSinceMemory<T>(MemoryType, bool, Func<T, bool>)
fullName : TinyLife.Relationship.GetTimeSinceMemory<T>(TinyLife.Goals.MemoryType, bool, System.Func<T, bool>)
type : Method
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : >-
Returns the time since a memory of the given <xref href="TinyLife.Goals.MemoryType" data-throw-if-not-resolved="false"></xref> has occured in this relationship's main person or <xref href="TinyLife.Relationship.Partner" data-throw-if-not-resolved="false"></xref>.
If there are multiple memories of the given type, the minimum time is returned. If there is no memory of the given type, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> is returned.
2023-04-27 18:53:16 +02:00
example : [ ]
2023-04-26 14:51:19 +02:00
syntax :
content: 'public TimeSpan? GetTimeSinceMemory<T>(MemoryType type, bool includeBoth, Func<T, bool> condition = null) where T : Memory'
parameters :
- id : type
type : TinyLife.Goals.MemoryType
2023-04-27 18:53:16 +02:00
description : The memory type to query.
2023-04-26 14:51:19 +02:00
- id : includeBoth
type : System.Boolean
2024-01-07 16:53:47 +01:00
description : Whether the <xref href="TinyLife.Relationship.Partner" data-throw-if-not-resolved="false"></xref>'s memories should be included in the search.
2023-04-26 14:51:19 +02:00
- id : condition
type : System.Func{{T},System.Boolean}
2023-04-27 18:53:16 +02:00
description : An additional condition to determine whether memories should be included in the search.
2023-04-26 14:51:19 +02:00
typeParameters :
- id : T
return :
type : System.Nullable{System.TimeSpan}
2023-04-27 18:53:16 +02:00
description : The time since the given memory type.
2023-04-26 14:51:19 +02:00
content.vb : Public Function GetTimeSinceMemory(Of T As Memory)(type As MemoryType, includeBoth As Boolean, condition As Func(Of T, Boolean) = Nothing) As TimeSpan?
overload : TinyLife.Relationship.GetTimeSinceMemory*
nameWithType.vb : Relationship.GetTimeSinceMemory(Of T)(MemoryType, Boolean, Func(Of T, Boolean))
fullName.vb : TinyLife.Relationship.GetTimeSinceMemory(Of T)(TinyLife.Goals.MemoryType, Boolean, System.Func(Of T, Boolean))
name.vb : GetTimeSinceMemory(Of T)(MemoryType, Boolean, Func(Of T, Boolean))
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Relationship.CreatePanel(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2)
commentId : M:TinyLife.Relationship.CreatePanel(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2)
id : CreatePanel(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2)
2022-12-20 13:25:03 +01:00
parent : TinyLife.Relationship
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : CreatePanel(PersonLike, PersonLike, Relationship, Vector2)
nameWithType : Relationship.CreatePanel(PersonLike, PersonLike, Relationship, Vector2)
fullName : TinyLife.Relationship.CreatePanel(TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike, TinyLife.Relationship, Microsoft.Xna.Framework.Vector2)
2022-12-20 13:25:03 +01:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : >-
Creates a <xref href="MLEM.Ui.Elements.Group" data-throw-if-not-resolved="false"></xref> with a <xref href="MLEM.Ui.Elements.Panel" data-throw-if-not-resolved="false"></xref> in it that contains information about the given <code class="paramref">relationship</code>.
This method also calls <xref href="TinyLife.Relationship.OnRelationshipPanel" data-throw-if-not-resolved="false"></xref>.
2022-12-20 13:25:03 +01:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public static Group CreatePanel(PersonLike person, PersonLike otherPerson, Relationship relationship, Vector2 size)
2022-12-20 13:25:03 +01:00
parameters :
- id : person
2024-06-09 17:05:30 +02:00
type : TinyLife.Objects.PersonLike
2024-01-07 16:53:47 +01:00
description : The person who has the <code class="paramref">relationship</code>.
2022-12-20 13:25:03 +01:00
- id : otherPerson
2024-06-09 17:05:30 +02:00
type : TinyLife.Objects.PersonLike
2024-01-07 16:53:47 +01:00
description : The partner of the <code class="paramref">relationship</code>.
2022-12-20 13:25:03 +01:00
- id : relationship
type : TinyLife.Relationship
2023-10-30 11:03:04 +01:00
description : The relationship. May be <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>.
2022-12-20 13:25:03 +01:00
- id : size
type : Microsoft.Xna.Framework.Vector2
description : The <xref href="MLEM.Ui.Elements.Element.Size" data-throw-if-not-resolved="false"></xref> that the <xref href="MLEM.Ui.Elements.Panel" data-throw-if-not-resolved="false"></xref> should have.
return :
type : MLEM.Ui.Elements.Group
description : A <xref href="MLEM.Ui.Elements.Group" data-throw-if-not-resolved="false"></xref> that contains the <xref href="MLEM.Ui.Elements.Panel" data-throw-if-not-resolved="false"></xref> created.
2024-06-09 17:05:30 +02:00
content.vb : Public Shared Function CreatePanel(person As PersonLike, otherPerson As PersonLike, relationship As Relationship, size As Vector2) As Group
2022-12-20 13:25:03 +01:00
overload : TinyLife.Relationship.CreatePanel*
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Relationship.CreateBars(MLEM.Ui.Anchor,TinyLife.Objects.PersonLike,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2,System.Single,System.Boolean)
commentId : M:TinyLife.Relationship.CreateBars(MLEM.Ui.Anchor,TinyLife.Objects.PersonLike,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2,System.Single,System.Boolean)
id : CreateBars(MLEM.Ui.Anchor,TinyLife.Objects.PersonLike,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2,System.Single,System.Boolean)
2024-03-09 19:49:55 +01:00
parent : TinyLife.Relationship
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : CreateBars(Anchor, PersonLike, Relationship, Vector2, float, bool)
nameWithType : Relationship.CreateBars(Anchor, PersonLike, Relationship, Vector2, float, bool)
fullName : TinyLife.Relationship.CreateBars(MLEM.Ui.Anchor, TinyLife.Objects.PersonLike, TinyLife.Relationship, Microsoft.Xna.Framework.Vector2, float, bool)
2024-03-09 19:49:55 +01:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife
2024-04-14 17:55:54 +02:00
summary : Creates a <xref href="MLEM.Ui.Elements.Group" data-throw-if-not-resolved="false"></xref> with two <xref href="MLEM.Ui.Elements.ProgressBar" data-throw-if-not-resolved="false"></xref> elements in it that represent the friendship and romance levels of the given <code class="paramref">relationship</code>.
example : [ ]
2024-03-09 19:49:55 +01:00
syntax :
2024-06-09 17:05:30 +02:00
content : public static Group CreateBars(Anchor anchor, PersonLike person, Relationship relationship, Vector2 size, float barHeight = 10, bool showText = true)
2024-03-09 19:49:55 +01:00
parameters :
- id : anchor
type : MLEM.Ui.Anchor
2024-04-14 17:55:54 +02:00
description : The anchor to use.
2024-03-09 19:49:55 +01:00
- id : person
2024-06-09 17:05:30 +02:00
type : TinyLife.Objects.PersonLike
2024-04-14 17:55:54 +02:00
description : The person who has the <code class="paramref">relationship</code>.
2024-03-09 19:49:55 +01:00
- id : relationship
type : TinyLife.Relationship
2024-04-14 17:55:54 +02:00
description : The relationship. May be <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>.
2024-03-09 19:49:55 +01:00
- id : size
type : Microsoft.Xna.Framework.Vector2
2024-04-14 17:55:54 +02:00
description : The <xref href="MLEM.Ui.Elements.Element.Size" data-throw-if-not-resolved="false"></xref> that the <xref href="MLEM.Ui.Elements.Group" data-throw-if-not-resolved="false"></xref> should have.
2024-03-09 19:49:55 +01:00
- id : barHeight
type : System.Single
2024-04-14 17:55:54 +02:00
description : The height of the bars.
2024-03-09 19:49:55 +01:00
- id : showText
type : System.Boolean
2024-04-14 17:55:54 +02:00
description : Whether the relationship type should be displayed as text in the bars.
2024-03-09 19:49:55 +01:00
return :
type : MLEM.Ui.Elements.Group
2024-04-14 17:55:54 +02:00
description : The group containing the bars.
2024-06-09 17:05:30 +02:00
content.vb : Public Shared Function CreateBars(anchor As Anchor, person As PersonLike, relationship As Relationship, size As Vector2, barHeight As Single = 10, showText As Boolean = True) As Group
2024-03-09 19:49:55 +01:00
overload : TinyLife.Relationship.CreateBars*
2024-06-09 17:05:30 +02:00
nameWithType.vb : Relationship.CreateBars(Anchor, PersonLike, Relationship, Vector2, Single, Boolean)
fullName.vb : TinyLife.Relationship.CreateBars(MLEM.Ui.Anchor, TinyLife.Objects.PersonLike, TinyLife.Relationship, Microsoft.Xna.Framework.Vector2, Single, Boolean)
name.vb : CreateBars(Anchor, PersonLike, Relationship, Vector2, Single, Boolean)
- uid : TinyLife.Relationship.PopulateTooltip(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip)
commentId : M:TinyLife.Relationship.PopulateTooltip(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip)
id : PopulateTooltip(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip)
2022-12-20 13:25:03 +01:00
parent : TinyLife.Relationship
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : PopulateTooltip(PersonLike, PersonLike, Relationship, Tooltip)
nameWithType : Relationship.PopulateTooltip(PersonLike, PersonLike, Relationship, Tooltip)
fullName : TinyLife.Relationship.PopulateTooltip(TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike, TinyLife.Relationship, MLEM.Ui.Elements.Tooltip)
2022-12-20 13:25:03 +01:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife
2024-01-07 16:53:47 +01:00
summary : >-
Populates the given <code class="paramref">tooltip</code> with information about the given <code class="paramref">relationship</code>.
This method also takes the <xref href="TinyLife.Relationship.OnRelationshipTooltip" data-throw-if-not-resolved="false"></xref> event into account.
2022-12-20 13:25:03 +01:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public static void PopulateTooltip(PersonLike person, PersonLike otherPerson, Relationship relationship, Tooltip tooltip)
2022-12-20 13:25:03 +01:00
parameters :
- id : person
2024-06-09 17:05:30 +02:00
type : TinyLife.Objects.PersonLike
2024-01-07 16:53:47 +01:00
description : The person who has the <code class="paramref">relationship</code>.
2022-12-20 13:25:03 +01:00
- id : otherPerson
2024-06-09 17:05:30 +02:00
type : TinyLife.Objects.PersonLike
2024-01-07 16:53:47 +01:00
description : The partner of the <code class="paramref">relationship</code>.
2022-12-20 13:25:03 +01:00
- id : relationship
type : TinyLife.Relationship
2023-10-30 11:03:04 +01:00
description : The relationship. May be <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>.
2022-12-20 13:25:03 +01:00
- id : tooltip
type : MLEM.Ui.Elements.Tooltip
description : The tooltip to populate.
2024-06-09 17:05:30 +02:00
content.vb : Public Shared Sub PopulateTooltip(person As PersonLike, otherPerson As PersonLike, relationship As Relationship, tooltip As Tooltip)
2022-12-20 13:25:03 +01:00
overload : TinyLife.Relationship.PopulateTooltip*
2021-08-04 06:51:12 +02:00
references :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
commentId : T:TinyLife.Objects.PersonLike
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.PersonLike.html
name : PersonLike
nameWithType : PersonLike
fullName : TinyLife.Objects.PersonLike
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Relationship.OtherPerson
commentId : P:TinyLife.Relationship.OtherPerson
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html#TinyLife_Relationship_OtherPerson
2023-03-30 18:07:55 +02:00
name : OtherPerson
nameWithType : Relationship.OtherPerson
fullName : TinyLife.Relationship.OtherPerson
2021-08-04 06:51:12 +02:00
- 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 : System.Object
commentId : T:System.Object
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
name : object
nameWithType : object
fullName : object
nameWithType.vb : Object
fullName.vb : Object
name.vb : Object
2022-12-20 13:25:03 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder
commentId : T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
parent : MLEM.Data.Json
isExternal : true
name : JsonTypeSafeGenericDataHolder
nameWithType : JsonTypeSafeGenericDataHolder
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder
- uid : MLEM.Misc.IGenericDataHolder
commentId : T:MLEM.Misc.IGenericDataHolder
parent : MLEM.Misc
isExternal : true
name : IGenericDataHolder
nameWithType : IGenericDataHolder
fullName : MLEM.Misc.IGenericDataHolder
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId : M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent : MLEM.Data.Json.JsonTypeSafeGenericDataHolder
definition : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : SetData<T>(string, T)
nameWithType : JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
2022-12-20 13:25:03 +01:00
nameWithType.vb : JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2022-12-20 13:25:03 +01:00
name.vb : SetData(Of T)(String, T)
spec.csharp :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name : SetData
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2022-12-20 13:25:03 +01:00
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- name : T
- name : )
spec.vb :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name : SetData
2022-12-20 13:25:03 +01:00
isExternal : true
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- name : T
- name : )
- name : (
2022-12-20 13:25:03 +01:00
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- name : T
- name : )
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId : M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent : MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : GetData<T>(string)
nameWithType : JsonTypeSafeGenericDataHolder.GetData<T>(string)
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(string)
2022-12-20 13:25:03 +01:00
nameWithType.vb : JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
2022-12-20 13:25:03 +01:00
name.vb : GetData(Of T)(String)
spec.csharp :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
2023-03-30 18:07:55 +02:00
name : GetData
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2022-12-20 13:25:03 +01:00
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2022-12-20 13:25:03 +01:00
- name : )
spec.vb :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
2023-03-30 18:07:55 +02:00
name : GetData
2022-12-20 13:25:03 +01:00
isExternal : true
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- name : T
- name : )
- name : (
2022-12-20 13:25:03 +01:00
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2022-12-20 13:25:03 +01:00
- name : )
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId : M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent : MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal : true
name : GetDataKeys()
nameWithType : JsonTypeSafeGenericDataHolder.GetDataKeys()
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
spec.csharp :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name : GetDataKeys
isExternal : true
- name : (
- name : )
spec.vb :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name : GetDataKeys
isExternal : true
- name : (
- name : )
2021-08-04 06:51:12 +02:00
- uid : System.Object.Equals(System.Object)
commentId : M:System.Object.Equals(System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name : Equals(object)
nameWithType : object.Equals(object)
fullName : object.Equals(object)
nameWithType.vb : Object.Equals(Object)
fullName.vb : Object.Equals(Object)
name.vb : Equals(Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.Equals(System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : System.Object.Equals(System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
- uid : System.Object.Equals(System.Object,System.Object)
commentId : M:System.Object.Equals(System.Object,System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name : Equals(object, object)
nameWithType : object.Equals(object, object)
fullName : object.Equals(object, object)
nameWithType.vb : Object.Equals(Object, Object)
fullName.vb : Object.Equals(Object, Object)
name.vb : Equals(Object, Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
- uid : System.Object.GetHashCode
commentId : M:System.Object.GetHashCode
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
name : GetHashCode()
2023-03-30 18:07:55 +02:00
nameWithType : object.GetHashCode()
fullName : object.GetHashCode()
nameWithType.vb : Object.GetHashCode()
fullName.vb : Object.GetHashCode()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.GetHashCode
name : GetHashCode
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.GetHashCode
name : GetHashCode
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : System.Object.GetType
commentId : M:System.Object.GetType
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
name : GetType()
2023-03-30 18:07:55 +02:00
nameWithType : object.GetType()
fullName : object.GetType()
nameWithType.vb : Object.GetType()
fullName.vb : Object.GetType()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.GetType
name : GetType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.GetType
name : GetType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : System.Object.MemberwiseClone
commentId : M:System.Object.MemberwiseClone
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
name : MemberwiseClone()
2023-03-30 18:07:55 +02:00
nameWithType : object.MemberwiseClone()
fullName : object.MemberwiseClone()
nameWithType.vb : Object.MemberwiseClone()
fullName.vb : Object.MemberwiseClone()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
commentId : M:System.Object.ReferenceEquals(System.Object,System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name : ReferenceEquals(object, object)
nameWithType : object.ReferenceEquals(object, object)
fullName : object.ReferenceEquals(object, object)
nameWithType.vb : Object.ReferenceEquals(Object, Object)
fullName.vb : Object.ReferenceEquals(Object, Object)
name.vb : ReferenceEquals(Object, Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
- uid : System.Object.ToString
commentId : M:System.Object.ToString
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
name : ToString()
2023-03-30 18:07:55 +02:00
nameWithType : object.ToString()
fullName : object.ToString()
nameWithType.vb : Object.ToString()
fullName.vb : Object.ToString()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.ToString
name : ToString
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.ToString
name : ToString
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : TinyLife.Relationship.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<Relationship>(Relationship)
nameWithType : Extensions.JsonCopy<Relationship>(Relationship)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Relationship>(TinyLife.Relationship)
nameWithType.vb : Extensions.JsonCopy(Of Relationship)(Relationship)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Relationship)(TinyLife.Relationship)
name.vb : JsonCopy(Of Relationship)(Relationship)
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.Relationship)
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.Relationship
name : Relationship
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.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.Relationship
name : Relationship
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.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.Relationship)
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.Relationship
name : Relationship
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.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.Relationship
name : Relationship
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html
2021-08-04 06:51:12 +02:00
- name : )
- uid : TinyLife.Objects
commentId : N : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Objects
nameWithType : TinyLife.Objects
fullName : TinyLife.Objects
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.Objects
name : Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.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.Objects
name : Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.html
2021-08-04 06:51:12 +02:00
- uid : System
commentId : N : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system
2021-08-04 06:51:12 +02:00
name : System
nameWithType : System
fullName : System
2022-12-20 13:25:03 +01:00
- uid : MLEM.Data.Json
commentId : N : MLEM.Data.Json
isExternal : true
name : MLEM.Data.Json
nameWithType : MLEM.Data.Json
fullName : MLEM.Data.Json
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Data
name : Data
isExternal : true
- name : .
- uid : MLEM.Data.Json
name : Json
isExternal : true
spec.vb :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Data
name : Data
isExternal : true
- name : .
- uid : MLEM.Data.Json
name : Json
isExternal : true
2022-12-20 13:25:03 +01:00
- uid : MLEM.Misc
commentId : N : MLEM.Misc
isExternal : true
name : MLEM.Misc
nameWithType : MLEM.Misc
fullName : MLEM.Misc
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Misc
name : Misc
isExternal : true
spec.vb :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Misc
name : Misc
isExternal : true
2022-12-20 13:25:03 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
commentId : M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : SetData<T>(string, T)
nameWithType : JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
2022-12-20 13:25:03 +01:00
nameWithType.vb : JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2022-12-20 13:25:03 +01:00
name.vb : SetData(Of T)(String, T)
spec.csharp :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name : SetData
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2022-12-20 13:25:03 +01:00
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- name : T
- name : )
spec.vb :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name : SetData
2022-12-20 13:25:03 +01:00
isExternal : true
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- name : T
- name : )
- name : (
2022-12-20 13:25:03 +01:00
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- name : T
- name : )
2021-08-04 06:51:12 +02:00
- 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
2024-10-26 13:15:46 +02:00
- uid : System.Collections.Generic.List{TinyLife.Utilities.Migration{TinyLife.Relationship}}
commentId : T:System.Collections.Generic.List{TinyLife.Utilities.Migration{TinyLife.Relationship}}
parent : System.Collections.Generic
definition : System.Collections.Generic.List`1
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name : List<Migration<Relationship>>
nameWithType : List<Migration<Relationship>>
fullName : System.Collections.Generic.List<TinyLife.Utilities.Migration<TinyLife.Relationship>>
nameWithType.vb : List(Of Migration(Of Relationship))
fullName.vb : System.Collections.Generic.List(Of TinyLife.Utilities.Migration(Of TinyLife.Relationship))
name.vb : List(Of Migration(Of Relationship))
spec.csharp :
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : <
- uid : TinyLife.Utilities.Migration`1
name : Migration
href : TinyLife.Utilities.Migration-1.html
- name : <
- uid : TinyLife.Relationship
name : Relationship
href : TinyLife.Relationship.html
- name : '>'
- name : '>'
spec.vb :
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : (
- name : Of
- name : " "
- uid : TinyLife.Utilities.Migration`1
name : Migration
href : TinyLife.Utilities.Migration-1.html
- name : (
- name : Of
- name : " "
- uid : TinyLife.Relationship
name : Relationship
href : TinyLife.Relationship.html
- name : )
- name : )
- uid : System.Collections.Generic.List`1
commentId : T:System.Collections.Generic.List`1
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name : List<T>
nameWithType : List<T>
fullName : System.Collections.Generic.List<T>
nameWithType.vb : List(Of T)
fullName.vb : System.Collections.Generic.List(Of T)
name.vb : List(Of T)
spec.csharp :
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : <
- name : T
- name : '>'
spec.vb :
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : (
- name : Of
- name : " "
- name : T
- name : )
- uid : System.Collections.Generic
commentId : N : System.Collections.Generic
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system
name : System.Collections.Generic
nameWithType : System.Collections.Generic
fullName : System.Collections.Generic
spec.csharp :
- uid : System
name : System
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system
- name : .
- uid : System.Collections
name : Collections
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections
- name : .
- uid : System.Collections.Generic
name : Generic
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic
spec.vb :
- uid : System
name : System
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system
- name : .
- uid : System.Collections
name : Collections
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections
- name : .
- uid : System.Collections.Generic
name : Generic
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Relationship.CreatePanel(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2)
commentId : M:TinyLife.Relationship.CreatePanel(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2)
2022-12-20 13:25:03 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Relationship.html#TinyLife_Relationship_CreatePanel_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike_TinyLife_Relationship_Microsoft_Xna_Framework_Vector2_
name : CreatePanel(PersonLike, PersonLike, Relationship, Vector2)
nameWithType : Relationship.CreatePanel(PersonLike, PersonLike, Relationship, Vector2)
fullName : TinyLife.Relationship.CreatePanel(TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike, TinyLife.Relationship, Microsoft.Xna.Framework.Vector2)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Relationship.CreatePanel(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2)
2023-03-30 18:07:55 +02:00
name : CreatePanel
2024-06-09 17:05:30 +02:00
href : TinyLife.Relationship.html#TinyLife_Relationship_CreatePanel_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike_TinyLife_Relationship_Microsoft_Xna_Framework_Vector2_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : TinyLife.Relationship
name : Relationship
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Relationship.CreatePanel(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2)
2023-03-30 18:07:55 +02:00
name : CreatePanel
2024-06-09 17:05:30 +02:00
href : TinyLife.Relationship.html#TinyLife_Relationship_CreatePanel_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike_TinyLife_Relationship_Microsoft_Xna_Framework_Vector2_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : TinyLife.Relationship
name : Relationship
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : )
2024-06-09 17:05:30 +02:00
- uid : System.Action{System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Group}}
commentId : T:System.Action{System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Group}}
2022-12-20 13:25:03 +01:00
parent : System
definition : System.Action`1
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
2024-06-09 17:05:30 +02:00
name : Action<(PersonLike Person, PersonLike Other, Relationship Relationship, Group Group)>
nameWithType : Action<(PersonLike Person, PersonLike Other, Relationship Relationship, Group Group)>
fullName : System.Action<(TinyLife.Objects.PersonLike Person, TinyLife.Objects.PersonLike Other, TinyLife.Relationship Relationship, MLEM.Ui.Elements.Group Group)>
nameWithType.vb : Action(Of (Person As PersonLike, Other As PersonLike, Relationship As Relationship, Group As Group))
fullName.vb : System.Action(Of (Person As TinyLife.Objects.PersonLike, Other As TinyLife.Objects.PersonLike, Relationship As TinyLife.Relationship, Group As MLEM.Ui.Elements.Group))
name.vb : Action(Of (Person As PersonLike, Other As PersonLike, Relationship As Relationship, Group As Group))
2022-12-20 13:25:03 +01:00
spec.csharp :
- uid : System.Action`1
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
2022-12-20 13:25:03 +01:00
- name : <
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Group}.Person
2023-03-30 18:07:55 +02:00
name : Person
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.personlike,tinylife.objects.personlike,tinylife.relationship,mlem.ui.elements.group-.person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Group}.Other
2023-03-30 18:07:55 +02:00
name : Other
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.personlike,tinylife.objects.personlike,tinylife.relationship,mlem.ui.elements.group-.other
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Relationship
name : Relationship
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Group}.Relationship
2023-03-30 18:07:55 +02:00
name : Relationship
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.personlike,tinylife.objects.personlike,tinylife.relationship,mlem.ui.elements.group-.relationship
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- uid : MLEM.Ui.Elements.Group
name : Group
isExternal : true
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Group}.Group
2023-03-30 18:07:55 +02:00
name : Group
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.personlike,tinylife.objects.personlike,tinylife.relationship,mlem.ui.elements.group-.group
2023-03-30 18:07:55 +02:00
- name : )
2022-12-20 13:25:03 +01:00
- name : '>'
spec.vb :
- uid : System.Action`1
name : Action
2023-03-30 18:07:55 +02:00
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.action-1
- name : (
- name : Of
- name : " "
- name : (
2024-06-09 17:05:30 +02:00
- uid : System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Group}.Person
2023-03-30 18:07:55 +02:00
name : Person
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.personlike,tinylife.objects.personlike,tinylife.relationship,mlem.ui.elements.group-.person
2023-03-30 18:07:55 +02:00
- name : " "
- name : As
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Group}.Other
2023-03-30 18:07:55 +02:00
name : Other
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.personlike,tinylife.objects.personlike,tinylife.relationship,mlem.ui.elements.group-.other
2023-03-30 18:07:55 +02:00
- name : " "
- name : As
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Group}.Relationship
2023-03-30 18:07:55 +02:00
name : Relationship
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.personlike,tinylife.objects.personlike,tinylife.relationship,mlem.ui.elements.group-.relationship
2023-03-30 18:07:55 +02:00
- name : " "
- name : As
- name : " "
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Relationship
name : Relationship
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Group}.Group
2023-03-30 18:07:55 +02:00
name : Group
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.personlike,tinylife.objects.personlike,tinylife.relationship,mlem.ui.elements.group-.group
2023-03-30 18:07:55 +02:00
- name : " "
- name : As
- name : " "
2022-12-20 13:25:03 +01:00
- uid : MLEM.Ui.Elements.Group
name : Group
isExternal : true
- name : )
- name : )
- uid : System.Action`1
commentId : T:System.Action`1
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
2022-12-20 13:25:03 +01:00
name : Action<T>
nameWithType : Action<T>
fullName : System.Action<T>
nameWithType.vb : Action(Of T)
fullName.vb : System.Action(Of T)
name.vb : Action(Of T)
spec.csharp :
- uid : System.Action`1
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
2022-12-20 13:25:03 +01:00
- name : <
- name : T
- name : '>'
spec.vb :
- uid : System.Action`1
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
- name : (
- name : Of
- name : " "
2022-12-20 13:25:03 +01:00
- name : T
- name : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Relationship.PopulateTooltip(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip)
commentId : M:TinyLife.Relationship.PopulateTooltip(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip)
2022-12-20 13:25:03 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Relationship.html#TinyLife_Relationship_PopulateTooltip_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike_TinyLife_Relationship_MLEM_Ui_Elements_Tooltip_
name : PopulateTooltip(PersonLike, PersonLike, Relationship, Tooltip)
nameWithType : Relationship.PopulateTooltip(PersonLike, PersonLike, Relationship, Tooltip)
fullName : TinyLife.Relationship.PopulateTooltip(TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike, TinyLife.Relationship, MLEM.Ui.Elements.Tooltip)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Relationship.PopulateTooltip(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip)
2023-03-30 18:07:55 +02:00
name : PopulateTooltip
2024-06-09 17:05:30 +02:00
href : TinyLife.Relationship.html#TinyLife_Relationship_PopulateTooltip_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike_TinyLife_Relationship_MLEM_Ui_Elements_Tooltip_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : TinyLife.Relationship
name : Relationship
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : MLEM.Ui.Elements.Tooltip
name : Tooltip
isExternal : true
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Relationship.PopulateTooltip(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip)
2023-03-30 18:07:55 +02:00
name : PopulateTooltip
2024-06-09 17:05:30 +02:00
href : TinyLife.Relationship.html#TinyLife_Relationship_PopulateTooltip_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike_TinyLife_Relationship_MLEM_Ui_Elements_Tooltip_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : TinyLife.Relationship
name : Relationship
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : MLEM.Ui.Elements.Tooltip
name : Tooltip
isExternal : true
- name : )
2024-06-09 17:05:30 +02:00
- uid : System.Action{System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip}}
commentId : T:System.Action{System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip}}
2022-12-20 13:25:03 +01:00
parent : System
definition : System.Action`1
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
2024-06-09 17:05:30 +02:00
name : Action<(PersonLike Person, PersonLike Other, Relationship Relationship, Tooltip Tooltip)>
nameWithType : Action<(PersonLike Person, PersonLike Other, Relationship Relationship, Tooltip Tooltip)>
fullName : System.Action<(TinyLife.Objects.PersonLike Person, TinyLife.Objects.PersonLike Other, TinyLife.Relationship Relationship, MLEM.Ui.Elements.Tooltip Tooltip)>
nameWithType.vb : Action(Of (Person As PersonLike, Other As PersonLike, Relationship As Relationship, Tooltip As Tooltip))
fullName.vb : System.Action(Of (Person As TinyLife.Objects.PersonLike, Other As TinyLife.Objects.PersonLike, Relationship As TinyLife.Relationship, Tooltip As MLEM.Ui.Elements.Tooltip))
name.vb : Action(Of (Person As PersonLike, Other As PersonLike, Relationship As Relationship, Tooltip As Tooltip))
2022-12-20 13:25:03 +01:00
spec.csharp :
- uid : System.Action`1
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
2022-12-20 13:25:03 +01:00
- name : <
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip}.Person
2023-03-30 18:07:55 +02:00
name : Person
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.personlike,tinylife.objects.personlike,tinylife.relationship,mlem.ui.elements.tooltip-.person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip}.Other
2023-03-30 18:07:55 +02:00
name : Other
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.personlike,tinylife.objects.personlike,tinylife.relationship,mlem.ui.elements.tooltip-.other
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Relationship
name : Relationship
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip}.Relationship
2023-03-30 18:07:55 +02:00
name : Relationship
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.personlike,tinylife.objects.personlike,tinylife.relationship,mlem.ui.elements.tooltip-.relationship
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- uid : MLEM.Ui.Elements.Tooltip
name : Tooltip
isExternal : true
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip}.Tooltip
2023-03-30 18:07:55 +02:00
name : Tooltip
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.personlike,tinylife.objects.personlike,tinylife.relationship,mlem.ui.elements.tooltip-.tooltip
2023-03-30 18:07:55 +02:00
- name : )
2022-12-20 13:25:03 +01:00
- name : '>'
spec.vb :
- uid : System.Action`1
name : Action
2023-03-30 18:07:55 +02:00
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.action-1
- name : (
- name : Of
- name : " "
- name : (
2024-06-09 17:05:30 +02:00
- uid : System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip}.Person
2023-03-30 18:07:55 +02:00
name : Person
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.personlike,tinylife.objects.personlike,tinylife.relationship,mlem.ui.elements.tooltip-.person
2023-03-30 18:07:55 +02:00
- name : " "
- name : As
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip}.Other
2023-03-30 18:07:55 +02:00
name : Other
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.personlike,tinylife.objects.personlike,tinylife.relationship,mlem.ui.elements.tooltip-.other
2023-03-30 18:07:55 +02:00
- name : " "
- name : As
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip}.Relationship
2023-03-30 18:07:55 +02:00
name : Relationship
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.personlike,tinylife.objects.personlike,tinylife.relationship,mlem.ui.elements.tooltip-.relationship
2023-03-30 18:07:55 +02:00
- name : " "
- name : As
- name : " "
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Relationship
name : Relationship
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.ValueTuple{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,TinyLife.Relationship,MLEM.Ui.Elements.Tooltip}.Tooltip
2023-03-30 18:07:55 +02:00
name : Tooltip
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.personlike,tinylife.objects.personlike,tinylife.relationship,mlem.ui.elements.tooltip-.tooltip
2023-03-30 18:07:55 +02:00
- name : " "
- name : As
- name : " "
2022-12-20 13:25:03 +01:00
- uid : MLEM.Ui.Elements.Tooltip
name : Tooltip
isExternal : true
- name : )
- name : )
2021-08-04 06:51:12 +02:00
- uid : System.Single
commentId : T:System.Single
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
name : float
nameWithType : float
fullName : float
nameWithType.vb : Single
fullName.vb : Single
name.vb : Single
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Relationship.Max
commentId : F:TinyLife.Relationship.Max
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html#TinyLife_Relationship_Max
2023-03-30 18:07:55 +02:00
name : Max
nameWithType : Relationship.Max
fullName : TinyLife.Relationship.Max
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Relationship.FriendLevel
commentId : P:TinyLife.Relationship.FriendLevel
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html#TinyLife_Relationship_FriendLevel
2023-03-30 18:07:55 +02:00
name : FriendLevel
nameWithType : Relationship.FriendLevel
fullName : TinyLife.Relationship.FriendLevel
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Relationship.RomanceLevel
commentId : P:TinyLife.Relationship.RomanceLevel
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html#TinyLife_Relationship_RomanceLevel
2023-03-30 18:07:55 +02:00
name : RomanceLevel
nameWithType : Relationship.RomanceLevel
fullName : TinyLife.Relationship.RomanceLevel
2021-08-04 06:51:12 +02:00
- uid : TinyLife.PersonalityType
commentId : T:TinyLife.PersonalityType
parent : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.PersonalityType.html
2021-08-04 06:51:12 +02:00
name : PersonalityType
nameWithType : PersonalityType
fullName : TinyLife.PersonalityType
- uid : TinyLife.Actions.ActionType.AskAboutPersonality
commentId : F:TinyLife.Actions.ActionType.AskAboutPersonality
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_AskAboutPersonality
2023-03-30 18:07:55 +02:00
name : AskAboutPersonality
nameWithType : ActionType.AskAboutPersonality
fullName : TinyLife.Actions.ActionType.AskAboutPersonality
2021-10-14 20:30:40 +02:00
- uid : System.Collections.Generic.HashSet{TinyLife.PersonalityType}
commentId : T:System.Collections.Generic.HashSet{TinyLife.PersonalityType}
2021-08-04 06:51:12 +02:00
parent : System.Collections.Generic
definition : System.Collections.Generic.HashSet`1
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
2021-10-14 20:30:40 +02:00
name : HashSet<PersonalityType>
nameWithType : HashSet<PersonalityType>
fullName : System.Collections.Generic.HashSet<TinyLife.PersonalityType>
nameWithType.vb : HashSet(Of PersonalityType)
fullName.vb : System.Collections.Generic.HashSet(Of TinyLife.PersonalityType)
name.vb : HashSet(Of PersonalityType)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Collections.Generic.HashSet`1
name : HashSet
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
2021-08-04 06:51:12 +02:00
- name : <
2021-10-14 20:30:40 +02:00
- uid : TinyLife.PersonalityType
name : PersonalityType
2024-01-07 16:53:47 +01:00
href : TinyLife.PersonalityType.html
2021-08-04 06:51:12 +02:00
- name : '>'
spec.vb :
- uid : System.Collections.Generic.HashSet`1
name : HashSet
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
- name : (
- name : Of
- name : " "
2021-10-14 20:30:40 +02:00
- uid : TinyLife.PersonalityType
name : PersonalityType
2024-01-07 16:53:47 +01:00
href : TinyLife.PersonalityType.html
2021-08-04 06:51:12 +02:00
- name : )
- uid : System.Collections.Generic.HashSet`1
commentId : T:System.Collections.Generic.HashSet`1
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
2021-08-04 06:51:12 +02:00
name : HashSet<T>
nameWithType : HashSet<T>
fullName : System.Collections.Generic.HashSet<T>
nameWithType.vb : HashSet(Of T)
fullName.vb : System.Collections.Generic.HashSet(Of T)
name.vb : HashSet(Of T)
spec.csharp :
- uid : System.Collections.Generic.HashSet`1
name : HashSet
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
2021-08-04 06:51:12 +02:00
- name : <
- name : T
- name : '>'
spec.vb :
- uid : System.Collections.Generic.HashSet`1
name : HashSet
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1
- name : (
- name : Of
- name : " "
2021-08-04 06:51:12 +02:00
- name : T
- name : )
- uid : System.Guid
commentId : T:System.Guid
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.guid
2021-08-04 06:51:12 +02:00
name : Guid
nameWithType : Guid
fullName : System.Guid
- uid : TinyLife.Relationship.Partner
commentId : P:TinyLife.Relationship.Partner
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html#TinyLife_Relationship_Partner
2023-03-30 18:07:55 +02:00
name : Partner
nameWithType : Relationship.Partner
fullName : TinyLife.Relationship.Partner
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Relationship.OtherPerson*
commentId : Overload:TinyLife.Relationship.OtherPerson
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html#TinyLife_Relationship_OtherPerson
2021-08-04 06:51:12 +02:00
name : OtherPerson
nameWithType : Relationship.OtherPerson
fullName : TinyLife.Relationship.OtherPerson
- uid : TinyLife.Relationship.Partner*
commentId : Overload:TinyLife.Relationship.Partner
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html#TinyLife_Relationship_Partner
2021-08-04 06:51:12 +02:00
name : Partner
nameWithType : Relationship.Partner
fullName : TinyLife.Relationship.Partner
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.ChangeFriendship(TinyLife.Objects.PersonLike,System.Single,System.Boolean)
commentId : M:TinyLife.Objects.PersonLike.ChangeFriendship(TinyLife.Objects.PersonLike,System.Single,System.Boolean)
parent : TinyLife.Objects.PersonLike
2023-04-14 13:00:36 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ChangeFriendship_TinyLife_Objects_PersonLike_System_Single_System_Boolean_
name : ChangeFriendship(PersonLike, float, bool)
nameWithType : PersonLike.ChangeFriendship(PersonLike, float, bool)
fullName : TinyLife.Objects.PersonLike.ChangeFriendship(TinyLife.Objects.PersonLike, float, bool)
nameWithType.vb : PersonLike.ChangeFriendship(PersonLike, Single, Boolean)
fullName.vb : TinyLife.Objects.PersonLike.ChangeFriendship(TinyLife.Objects.PersonLike, Single, Boolean)
name.vb : ChangeFriendship(PersonLike, Single, Boolean)
2023-04-14 13:00:36 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.ChangeFriendship(TinyLife.Objects.PersonLike,System.Single,System.Boolean)
2023-04-14 13:00:36 +02:00
name : ChangeFriendship
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ChangeFriendship_TinyLife_Objects_PersonLike_System_Single_System_Boolean_
2023-04-14 13:00:36 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-04-14 13:00:36 +02:00
- name : ','
- name : " "
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
2024-06-09 17:05:30 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-04-14 13:00:36 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.ChangeFriendship(TinyLife.Objects.PersonLike,System.Single,System.Boolean)
2023-04-14 13:00:36 +02:00
name : ChangeFriendship
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ChangeFriendship_TinyLife_Objects_PersonLike_System_Single_System_Boolean_
2023-04-14 13:00:36 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-04-14 13:00:36 +02:00
- name : ','
- name : " "
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
2024-06-09 17:05:30 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-04-14 13:00:36 +02:00
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Relationship.FriendLevel*
commentId : Overload:TinyLife.Relationship.FriendLevel
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html#TinyLife_Relationship_FriendLevel
2021-08-04 06:51:12 +02:00
name : FriendLevel
nameWithType : Relationship.FriendLevel
fullName : TinyLife.Relationship.FriendLevel
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.ChangeRomance(TinyLife.Objects.PersonLike,System.Single,System.Boolean)
commentId : M:TinyLife.Objects.PersonLike.ChangeRomance(TinyLife.Objects.PersonLike,System.Single,System.Boolean)
parent : TinyLife.Objects.PersonLike
2023-04-14 13:00:36 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ChangeRomance_TinyLife_Objects_PersonLike_System_Single_System_Boolean_
name : ChangeRomance(PersonLike, float, bool)
nameWithType : PersonLike.ChangeRomance(PersonLike, float, bool)
fullName : TinyLife.Objects.PersonLike.ChangeRomance(TinyLife.Objects.PersonLike, float, bool)
nameWithType.vb : PersonLike.ChangeRomance(PersonLike, Single, Boolean)
fullName.vb : TinyLife.Objects.PersonLike.ChangeRomance(TinyLife.Objects.PersonLike, Single, Boolean)
name.vb : ChangeRomance(PersonLike, Single, Boolean)
2023-04-14 13:00:36 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.ChangeRomance(TinyLife.Objects.PersonLike,System.Single,System.Boolean)
2023-04-14 13:00:36 +02:00
name : ChangeRomance
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ChangeRomance_TinyLife_Objects_PersonLike_System_Single_System_Boolean_
2023-04-14 13:00:36 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-04-14 13:00:36 +02:00
- name : ','
- name : " "
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
2024-06-09 17:05:30 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-04-14 13:00:36 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.ChangeRomance(TinyLife.Objects.PersonLike,System.Single,System.Boolean)
2023-04-14 13:00:36 +02:00
name : ChangeRomance
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ChangeRomance_TinyLife_Objects_PersonLike_System_Single_System_Boolean_
2023-04-14 13:00:36 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-04-14 13:00:36 +02:00
- name : ','
- name : " "
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
2024-06-09 17:05:30 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-04-14 13:00:36 +02:00
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Relationship.RomanceLevel*
commentId : Overload:TinyLife.Relationship.RomanceLevel
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html#TinyLife_Relationship_RomanceLevel
2021-08-04 06:51:12 +02:00
name : RomanceLevel
nameWithType : Relationship.RomanceLevel
fullName : TinyLife.Relationship.RomanceLevel
- uid : TinyLife.Relationship.FriendPercentage*
commentId : Overload:TinyLife.Relationship.FriendPercentage
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html#TinyLife_Relationship_FriendPercentage
2021-08-04 06:51:12 +02:00
name : FriendPercentage
nameWithType : Relationship.FriendPercentage
fullName : TinyLife.Relationship.FriendPercentage
- uid : TinyLife.Relationship.RomancePercentage*
commentId : Overload:TinyLife.Relationship.RomancePercentage
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html#TinyLife_Relationship_RomancePercentage
2021-08-04 06:51:12 +02:00
name : RomancePercentage
nameWithType : Relationship.RomancePercentage
fullName : TinyLife.Relationship.RomancePercentage
- 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
- uid : TinyLife.Relationship.Type*
commentId : Overload:TinyLife.Relationship.Type
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html#TinyLife_Relationship_Type
2021-08-04 06:51:12 +02:00
name : Type
nameWithType : Relationship.Type
fullName : TinyLife.Relationship.Type
2023-04-26 14:51:19 +02:00
- uid : TinyLife.Relationship.RomanceType
commentId : P:TinyLife.Relationship.RomanceType
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html#TinyLife_Relationship_RomanceType
2023-04-26 14:51:19 +02:00
name : RomanceType
nameWithType : Relationship.RomanceType
fullName : TinyLife.Relationship.RomanceType
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Relationship.RomanceType*
commentId : Overload:TinyLife.Relationship.RomanceType
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html#TinyLife_Relationship_RomanceType
2023-03-30 18:07:55 +02:00
name : RomanceType
nameWithType : Relationship.RomanceType
fullName : TinyLife.Relationship.RomanceType
- 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
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Relationship.Type
commentId : P:TinyLife.Relationship.Type
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html#TinyLife_Relationship_Type
2023-03-30 18:07:55 +02:00
name : Type
nameWithType : Relationship.Type
fullName : TinyLife.Relationship.Type
2023-04-14 13:00:36 +02:00
- uid : TinyLife.Relationship.FriendDisplayString*
commentId : Overload:TinyLife.Relationship.FriendDisplayString
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html#TinyLife_Relationship_FriendDisplayString
2023-04-14 13:00:36 +02:00
name : FriendDisplayString
nameWithType : Relationship.FriendDisplayString
fullName : TinyLife.Relationship.FriendDisplayString
2021-08-04 06:51:12 +02:00
- uid : System.String
commentId : T:System.String
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : string
nameWithType : string
fullName : string
nameWithType.vb : String
fullName.vb : String
name.vb : String
2023-04-14 13:00:36 +02:00
- uid : TinyLife.Relationship.RomanceDisplayString*
commentId : Overload:TinyLife.Relationship.RomanceDisplayString
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html#TinyLife_Relationship_RomanceDisplayString
2023-04-14 13:00:36 +02:00
name : RomanceDisplayString
nameWithType : Relationship.RomanceDisplayString
fullName : TinyLife.Relationship.RomanceDisplayString
2021-08-04 06:51:12 +02:00
- uid : TinyLife.GenealogyType
commentId : T:TinyLife.GenealogyType
parent : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.GenealogyType.html
2021-08-04 06:51:12 +02:00
name : GenealogyType
nameWithType : GenealogyType
fullName : TinyLife.GenealogyType
- uid : TinyLife.Utilities.Extensions.GetOpposite(TinyLife.GenealogyType)
commentId : M:TinyLife.Utilities.Extensions.GetOpposite(TinyLife.GenealogyType)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetOpposite_TinyLife_GenealogyType_
2021-08-04 06:51:12 +02:00
name : GetOpposite(GenealogyType)
nameWithType : Extensions.GetOpposite(GenealogyType)
fullName : TinyLife.Utilities.Extensions.GetOpposite(TinyLife.GenealogyType)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.GetOpposite(TinyLife.GenealogyType)
name : GetOpposite
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetOpposite_TinyLife_GenealogyType_
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.GenealogyType
name : GenealogyType
2024-01-07 16:53:47 +01:00
href : TinyLife.GenealogyType.html
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.GetOpposite(TinyLife.GenealogyType)
name : GetOpposite
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetOpposite_TinyLife_GenealogyType_
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.GenealogyType
name : GenealogyType
2024-01-07 16:53:47 +01:00
href : TinyLife.GenealogyType.html
2021-08-04 06:51:12 +02:00
- name : )
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Relationship.Genealogy*
commentId : Overload:TinyLife.Relationship.Genealogy
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html#TinyLife_Relationship_Genealogy
2022-07-28 14:58:38 +02:00
name : Genealogy
nameWithType : Relationship.Genealogy
fullName : TinyLife.Relationship.Genealogy
2021-08-04 06:51:12 +02:00
- uid : System.Boolean
commentId : T:System.Boolean
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
name : bool
nameWithType : bool
fullName : bool
nameWithType.vb : Boolean
fullName.vb : Boolean
name.vb : Boolean
2023-04-26 14:51:19 +02:00
- uid : TinyLife.Goals.JobType.Types
commentId : F:TinyLife.Goals.JobType.Types
parent : TinyLife.Goals.JobType
2024-01-07 16:53:47 +01:00
href : TinyLife.Goals.JobType.html#TinyLife_Goals_JobType_Types
2023-04-26 14:51:19 +02:00
name : Types
nameWithType : JobType.Types
fullName : TinyLife.Goals.JobType.Types
- uid : TinyLife.Goals.JobType
commentId : T:TinyLife.Goals.JobType
parent : TinyLife.Goals
2024-01-07 16:53:47 +01:00
href : TinyLife.Goals.JobType.html
2023-04-26 14:51:19 +02:00
name : JobType
nameWithType : JobType
fullName : TinyLife.Goals.JobType
- uid : TinyLife.Goals
commentId : N : TinyLife.Goals
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-04-26 14:51:19 +02:00
name : TinyLife.Goals
nameWithType : TinyLife.Goals
fullName : TinyLife.Goals
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-04-26 14:51:19 +02:00
- name : .
- uid : TinyLife.Goals
name : Goals
2024-01-07 16:53:47 +01:00
href : TinyLife.Goals.html
2023-04-26 14:51:19 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-04-26 14:51:19 +02:00
- name : .
- uid : TinyLife.Goals
name : Goals
2024-01-07 16:53:47 +01:00
href : TinyLife.Goals.html
2024-10-26 13:15:46 +02:00
- uid : TinyLife.Relationship.Person*
commentId : Overload:TinyLife.Relationship.Person
href : TinyLife.Relationship.html#TinyLife_Relationship_Person
name : Person
nameWithType : Relationship.Person
fullName : TinyLife.Relationship.Person
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Actions.ActionType
commentId : T:TinyLife.Actions.ActionType
parent : TinyLife.Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionType.html
2021-08-04 06:51:12 +02:00
name : ActionType
nameWithType : ActionType
fullName : TinyLife.Actions.ActionType
- uid : TinyLife.Actions.TalkAction
commentId : T:TinyLife.Actions.TalkAction
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.TalkAction.html
2021-08-04 06:51:12 +02:00
name : TalkAction
nameWithType : TalkAction
fullName : TinyLife.Actions.TalkAction
2023-05-26 15:16:22 +02:00
- uid : TinyLife.Objects.AgeGroup.Child
commentId : F:TinyLife.Objects.AgeGroup.Child
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.AgeGroup.html#TinyLife_Objects_AgeGroup_Child
2023-05-26 15:16:22 +02:00
name : Child
nameWithType : AgeGroup.Child
fullName : TinyLife.Objects.AgeGroup.Child
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Relationship.GetSocialEffectiveness*
commentId : Overload:TinyLife.Relationship.GetSocialEffectiveness
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html#TinyLife_Relationship_GetSocialEffectiveness_TinyLife_Actions_ActionType_
2021-08-04 06:51:12 +02:00
name : GetSocialEffectiveness
nameWithType : Relationship.GetSocialEffectiveness
fullName : TinyLife.Relationship.GetSocialEffectiveness
- uid : TinyLife.Actions
commentId : N : TinyLife.Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Actions
nameWithType : TinyLife.Actions
fullName : TinyLife.Actions
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.Actions
name : Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.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.Actions
name : Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.html
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Objects.PersonLike.Validate(TinyLife.Utilities.AppliedMigrations)
commentId : M:TinyLife.Objects.PersonLike.Validate(TinyLife.Utilities.AppliedMigrations)
2024-06-09 17:05:30 +02:00
parent : TinyLife.Objects.PersonLike
2024-10-17 17:28:12 +02:00
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Validate_TinyLife_Utilities_AppliedMigrations_
name : Validate(AppliedMigrations)
nameWithType : PersonLike.Validate(AppliedMigrations)
fullName : TinyLife.Objects.PersonLike.Validate(TinyLife.Utilities.AppliedMigrations)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Objects.PersonLike.Validate(TinyLife.Utilities.AppliedMigrations)
2023-03-30 18:07:55 +02:00
name : Validate
2024-10-17 17:28:12 +02:00
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Validate_TinyLife_Utilities_AppliedMigrations_
2023-03-30 18:07:55 +02:00
- name : (
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Utilities.AppliedMigrations
name : AppliedMigrations
href : TinyLife.Utilities.AppliedMigrations.html
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Objects.PersonLike.Validate(TinyLife.Utilities.AppliedMigrations)
2023-03-30 18:07:55 +02:00
name : Validate
2024-10-17 17:28:12 +02:00
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Validate_TinyLife_Utilities_AppliedMigrations_
2023-03-30 18:07:55 +02:00
- name : (
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Utilities.AppliedMigrations
name : AppliedMigrations
href : TinyLife.Utilities.AppliedMigrations.html
2023-03-30 18:07:55 +02:00
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Relationship.Validate*
commentId : Overload:TinyLife.Relationship.Validate
2024-10-26 13:15:46 +02:00
href : TinyLife.Relationship.html#TinyLife_Relationship_Validate_TinyLife_Objects_PersonLike_TinyLife_Utilities_AppliedMigrations_
2021-08-04 06:51:12 +02:00
name : Validate
nameWithType : Relationship.Validate
fullName : TinyLife.Relationship.Validate
2024-10-26 13:15:46 +02:00
- uid : TinyLife.Utilities.AppliedMigrations
commentId : T:TinyLife.Utilities.AppliedMigrations
parent : TinyLife.Utilities
href : TinyLife.Utilities.AppliedMigrations.html
name : AppliedMigrations
nameWithType : AppliedMigrations
fullName : TinyLife.Utilities.AppliedMigrations
2021-08-30 20:44:32 +02:00
- uid : TinyLife.Relationship.ResetToStatic*
commentId : Overload:TinyLife.Relationship.ResetToStatic
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html#TinyLife_Relationship_ResetToStatic_System_Boolean_System_Boolean_
2021-08-30 20:44:32 +02:00
name : ResetToStatic
nameWithType : Relationship.ResetToStatic
fullName : TinyLife.Relationship.ResetToStatic
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Relationship.Genealogy
commentId : P:TinyLife.Relationship.Genealogy
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html#TinyLife_Relationship_Genealogy
2023-03-30 18:07:55 +02:00
name : Genealogy
nameWithType : Relationship.Genealogy
fullName : TinyLife.Relationship.Genealogy
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType,TinyLife.GenealogyType)
commentId : M:TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType,TinyLife.GenealogyType)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetTransitive_TinyLife_GenealogyType_TinyLife_GenealogyType_
2022-07-28 14:58:38 +02:00
name : GetTransitive(GenealogyType, GenealogyType)
nameWithType : Extensions.GetTransitive(GenealogyType, GenealogyType)
fullName : TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType, TinyLife.GenealogyType)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType,TinyLife.GenealogyType)
name : GetTransitive
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetTransitive_TinyLife_GenealogyType_TinyLife_GenealogyType_
2022-07-28 14:58:38 +02:00
- name : (
- uid : TinyLife.GenealogyType
name : GenealogyType
2024-01-07 16:53:47 +01:00
href : TinyLife.GenealogyType.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- uid : TinyLife.GenealogyType
name : GenealogyType
2024-01-07 16:53:47 +01:00
href : TinyLife.GenealogyType.html
2022-07-28 14:58:38 +02:00
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.GetTransitive(TinyLife.GenealogyType,TinyLife.GenealogyType)
name : GetTransitive
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetTransitive_TinyLife_GenealogyType_TinyLife_GenealogyType_
2022-07-28 14:58:38 +02:00
- name : (
- uid : TinyLife.GenealogyType
name : GenealogyType
2024-01-07 16:53:47 +01:00
href : TinyLife.GenealogyType.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- uid : TinyLife.GenealogyType
name : GenealogyType
2024-01-07 16:53:47 +01:00
href : TinyLife.GenealogyType.html
2022-07-28 14:58:38 +02:00
- name : )
- uid : TinyLife.GenealogyType.Unrelated
commentId : F:TinyLife.GenealogyType.Unrelated
2024-01-07 16:53:47 +01:00
href : TinyLife.GenealogyType.html#TinyLife_GenealogyType_Unrelated
2023-03-30 18:07:55 +02:00
name : Unrelated
nameWithType : GenealogyType.Unrelated
fullName : TinyLife.GenealogyType.Unrelated
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Relationship.SetGenealogy*
commentId : Overload:TinyLife.Relationship.SetGenealogy
2024-06-09 17:05:30 +02:00
href : TinyLife.Relationship.html#TinyLife_Relationship_SetGenealogy_TinyLife_GenealogyType_System_Boolean_System_Action_TinyLife_Objects_PersonLike_TinyLife_Relationship_TinyLife_GenealogyType__System_Collections_Generic_ICollection_TinyLife_Objects_PersonLike__
2022-07-28 14:58:38 +02:00
name : SetGenealogy
nameWithType : Relationship.SetGenealogy
fullName : TinyLife.Relationship.SetGenealogy
2024-06-09 17:05:30 +02:00
- uid : System.Action{TinyLife.Objects.PersonLike,TinyLife.Relationship,TinyLife.GenealogyType}
commentId : T:System.Action{TinyLife.Objects.PersonLike,TinyLife.Relationship,TinyLife.GenealogyType}
2024-03-09 19:49:55 +01:00
parent : System
definition : System.Action`3
href : https://learn.microsoft.com/dotnet/api/system.action-3
2024-06-09 17:05:30 +02:00
name : Action<PersonLike, Relationship, GenealogyType>
nameWithType : Action<PersonLike, Relationship, GenealogyType>
fullName : System.Action<TinyLife.Objects.PersonLike, TinyLife.Relationship, TinyLife.GenealogyType>
nameWithType.vb : Action(Of PersonLike, Relationship, GenealogyType)
fullName.vb : System.Action(Of TinyLife.Objects.PersonLike, TinyLife.Relationship, TinyLife.GenealogyType)
name.vb : Action(Of PersonLike, Relationship, GenealogyType)
2024-03-09 19:49:55 +01:00
spec.csharp :
- uid : System.Action`3
name : Action
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.action-3
- name : <
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2024-03-09 19:49:55 +01:00
- name : ','
- name : " "
- uid : TinyLife.Relationship
name : Relationship
href : TinyLife.Relationship.html
- name : ','
- name : " "
- uid : TinyLife.GenealogyType
name : GenealogyType
href : TinyLife.GenealogyType.html
- name : '>'
spec.vb :
- uid : System.Action`3
name : Action
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.action-3
- name : (
- name : Of
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2024-03-09 19:49:55 +01:00
- name : ','
- name : " "
- uid : TinyLife.Relationship
name : Relationship
href : TinyLife.Relationship.html
- name : ','
- name : " "
- uid : TinyLife.GenealogyType
name : GenealogyType
href : TinyLife.GenealogyType.html
- name : )
2024-06-09 17:05:30 +02:00
- uid : System.Collections.Generic.ICollection{TinyLife.Objects.PersonLike}
commentId : T:System.Collections.Generic.ICollection{TinyLife.Objects.PersonLike}
2024-03-09 19:49:55 +01:00
parent : System.Collections.Generic
definition : System.Collections.Generic.ICollection`1
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
2024-06-09 17:05:30 +02:00
name : ICollection<PersonLike>
nameWithType : ICollection<PersonLike>
fullName : System.Collections.Generic.ICollection<TinyLife.Objects.PersonLike>
nameWithType.vb : ICollection(Of PersonLike)
fullName.vb : System.Collections.Generic.ICollection(Of TinyLife.Objects.PersonLike)
name.vb : ICollection(Of PersonLike)
2024-03-09 19:49:55 +01:00
spec.csharp :
- uid : System.Collections.Generic.ICollection`1
name : ICollection
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
- name : <
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2024-03-09 19:49:55 +01:00
- name : '>'
spec.vb :
- uid : System.Collections.Generic.ICollection`1
name : ICollection
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
- name : (
- name : Of
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2024-03-09 19:49:55 +01:00
- name : )
- uid : System.Action`3
commentId : T:System.Action`3
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.action-3
name : Action<T1, T2, T3>
nameWithType : Action<T1, T2, T3>
fullName : System.Action<T1, T2, T3>
nameWithType.vb : Action(Of T1, T2, T3)
fullName.vb : System.Action(Of T1, T2, T3)
name.vb : Action(Of T1, T2, T3)
spec.csharp :
- uid : System.Action`3
name : Action
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.action-3
- name : <
- name : T1
- name : ','
- name : " "
- name : T2
- name : ','
- name : " "
- name : T3
- name : '>'
spec.vb :
- uid : System.Action`3
name : Action
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.action-3
- name : (
- name : Of
- name : " "
- name : T1
- name : ','
- name : " "
- name : T2
- name : ','
- name : " "
- name : T3
- name : )
- uid : System.Collections.Generic.ICollection`1
commentId : T:System.Collections.Generic.ICollection`1
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
name : ICollection<T>
nameWithType : ICollection<T>
fullName : System.Collections.Generic.ICollection<T>
nameWithType.vb : ICollection(Of T)
fullName.vb : System.Collections.Generic.ICollection(Of T)
name.vb : ICollection(Of T)
spec.csharp :
- uid : System.Collections.Generic.ICollection`1
name : ICollection
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
- name : <
- name : T
- name : '>'
spec.vb :
- uid : System.Collections.Generic.ICollection`1
name : ICollection
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
- name : (
- name : Of
- name : " "
- name : T
- name : )
2023-04-27 18:53:16 +02:00
- uid : TinyLife.Goals.Memory
commentId : T:TinyLife.Goals.Memory
2024-01-07 16:53:47 +01:00
href : TinyLife.Goals.Memory.html
2023-04-27 18:53:16 +02:00
name : Memory
nameWithType : Memory
fullName : TinyLife.Goals.Memory
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.Memories
commentId : F:TinyLife.Objects.PersonLike.Memories
parent : TinyLife.Objects.PersonLike
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Memories
2023-04-27 18:53:16 +02:00
name : Memories
2024-06-09 17:05:30 +02:00
nameWithType : PersonLike.Memories
fullName : TinyLife.Objects.PersonLike.Memories
2023-04-27 18:53:16 +02:00
- uid : TinyLife.World.Map.Time
commentId : P:TinyLife.World.Map.Time
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html#TinyLife_World_Map_Time
2023-04-27 18:53:16 +02:00
name : Time
nameWithType : Map.Time
fullName : TinyLife.World.Map.Time
2023-04-26 14:51:19 +02:00
- uid : TinyLife.Relationship.AddMemory*
commentId : Overload:TinyLife.Relationship.AddMemory
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html#TinyLife_Relationship_AddMemory__1_TinyLife_Goals_MemoryType_System_Boolean_System_Int32_System_Nullable_System_TimeSpan__
2023-04-26 14:51:19 +02:00
name : AddMemory
nameWithType : Relationship.AddMemory
fullName : TinyLife.Relationship.AddMemory
- uid : TinyLife.Goals.MemoryType
commentId : T:TinyLife.Goals.MemoryType
parent : TinyLife.Goals
2024-01-07 16:53:47 +01:00
href : TinyLife.Goals.MemoryType.html
2023-04-26 14:51:19 +02:00
name : MemoryType
nameWithType : MemoryType
fullName : TinyLife.Goals.MemoryType
2023-12-06 13:25:52 +01:00
- uid : System.Int32
commentId : T:System.Int32
parent : System
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
name : int
nameWithType : int
fullName : int
nameWithType.vb : Integer
fullName.vb : Integer
name.vb : Integer
2023-04-26 14:51:19 +02:00
- uid : System.Nullable{System.TimeSpan}
commentId : T:System.Nullable{System.TimeSpan}
parent : System
definition : System.Nullable`1
href : https://learn.microsoft.com/dotnet/api/system.timespan
name : TimeSpan?
nameWithType : TimeSpan?
fullName : System.TimeSpan?
spec.csharp :
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : '?'
spec.vb :
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : '?'
- uid : '{T}'
commentId : '!:T'
definition : T
name : T
nameWithType : T
fullName : T
- uid : System.Nullable`1
commentId : T:System.Nullable`1
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.nullable-1
name : Nullable<T>
nameWithType : Nullable<T>
fullName : System.Nullable<T>
nameWithType.vb : Nullable(Of T)
fullName.vb : System.Nullable(Of T)
name.vb : Nullable(Of T)
spec.csharp :
- uid : System.Nullable`1
name : Nullable
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.nullable-1
- name : <
- name : T
- name : '>'
spec.vb :
- uid : System.Nullable`1
name : Nullable
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.nullable-1
- name : (
- name : Of
- name : " "
- name : T
- name : )
- uid : T
name : T
nameWithType : T
fullName : T
- uid : TinyLife.Relationship.GetMemories*
commentId : Overload:TinyLife.Relationship.GetMemories
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html#TinyLife_Relationship_GetMemories__1_TinyLife_Goals_MemoryType_System_Boolean_
2023-04-26 14:51:19 +02:00
name : GetMemories
nameWithType : Relationship.GetMemories
fullName : TinyLife.Relationship.GetMemories
- uid : System.Collections.Generic.IEnumerable{{T}}
commentId : T:System.Collections.Generic.IEnumerable{``0}
parent : System.Collections.Generic
definition : System.Collections.Generic.IEnumerable`1
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name : IEnumerable<T>
nameWithType : IEnumerable<T>
fullName : System.Collections.Generic.IEnumerable<T>
nameWithType.vb : IEnumerable(Of T)
fullName.vb : System.Collections.Generic.IEnumerable(Of T)
name.vb : IEnumerable(Of T)
spec.csharp :
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name : <
- name : T
- name : '>'
spec.vb :
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name : (
- name : Of
- name : " "
- name : T
- name : )
- uid : System.Collections.Generic.IEnumerable`1
commentId : T:System.Collections.Generic.IEnumerable`1
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name : IEnumerable<T>
nameWithType : IEnumerable<T>
fullName : System.Collections.Generic.IEnumerable<T>
nameWithType.vb : IEnumerable(Of T)
fullName.vb : System.Collections.Generic.IEnumerable(Of T)
name.vb : IEnumerable(Of T)
spec.csharp :
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name : <
- name : T
- name : '>'
spec.vb :
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name : (
- name : Of
- name : " "
- name : T
- name : )
- uid : TinyLife.Relationship.RemoveMemory*
commentId : Overload:TinyLife.Relationship.RemoveMemory
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html#TinyLife_Relationship_RemoveMemory__1_TinyLife_Goals_MemoryType_System_Boolean_System_Int32_System_Func___0_System_Boolean__
2023-04-26 14:51:19 +02:00
name : RemoveMemory
nameWithType : Relationship.RemoveMemory
fullName : TinyLife.Relationship.RemoveMemory
- uid : System.Func{{T},System.Boolean}
commentId : T:System.Func{``0,System.Boolean}
parent : System
definition : System.Func`2
href : https://learn.microsoft.com/dotnet/api/system.func-2
name : Func<T, bool>
nameWithType : Func<T, bool>
fullName : System.Func<T, bool>
nameWithType.vb : Func(Of T, Boolean)
fullName.vb : System.Func(Of T, Boolean)
name.vb : Func(Of T, Boolean)
spec.csharp :
- uid : System.Func`2
name : Func
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : <
- name : T
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : '>'
spec.vb :
- uid : System.Func`2
name : Func
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
- name : T
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
- uid : System.Func`2
commentId : T:System.Func`2
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.func-2
name : Func<T, TResult>
nameWithType : Func<T, TResult>
fullName : System.Func<T, TResult>
nameWithType.vb : Func(Of T, TResult)
fullName.vb : System.Func(Of T, TResult)
name.vb : Func(Of T, TResult)
spec.csharp :
- uid : System.Func`2
name : Func
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : <
- name : T
- name : ','
- name : " "
- name : TResult
- name : '>'
spec.vb :
- uid : System.Func`2
name : Func
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
- name : T
- name : ','
- name : " "
- name : TResult
- name : )
- uid : TinyLife.Relationship.GetTimeSinceMemory*
commentId : Overload:TinyLife.Relationship.GetTimeSinceMemory
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html#TinyLife_Relationship_GetTimeSinceMemory__1_TinyLife_Goals_MemoryType_System_Boolean_System_Func___0_System_Boolean__
2023-04-26 14:51:19 +02:00
name : GetTimeSinceMemory
nameWithType : Relationship.GetTimeSinceMemory
fullName : TinyLife.Relationship.GetTimeSinceMemory
2022-12-20 13:25:03 +01:00
- uid : MLEM.Ui.Elements.Group
commentId : T:MLEM.Ui.Elements.Group
parent : MLEM.Ui.Elements
isExternal : true
name : Group
nameWithType : Group
fullName : MLEM.Ui.Elements.Group
- uid : MLEM.Ui.Elements.Panel
commentId : T:MLEM.Ui.Elements.Panel
parent : MLEM.Ui.Elements
isExternal : true
name : Panel
nameWithType : Panel
fullName : MLEM.Ui.Elements.Panel
- uid : TinyLife.Relationship.OnRelationshipPanel
commentId : E:TinyLife.Relationship.OnRelationshipPanel
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html#TinyLife_Relationship_OnRelationshipPanel
2023-03-30 18:07:55 +02:00
name : OnRelationshipPanel
nameWithType : Relationship.OnRelationshipPanel
fullName : TinyLife.Relationship.OnRelationshipPanel
2022-12-20 13:25:03 +01:00
- uid : MLEM.Ui.Elements.Element.Size
commentId : P:MLEM.Ui.Elements.Element.Size
parent : MLEM.Ui.Elements.Element
isExternal : true
name : Size
nameWithType : Element.Size
fullName : MLEM.Ui.Elements.Element.Size
- uid : TinyLife.Relationship.CreatePanel*
commentId : Overload:TinyLife.Relationship.CreatePanel
2024-06-09 17:05:30 +02:00
href : TinyLife.Relationship.html#TinyLife_Relationship_CreatePanel_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike_TinyLife_Relationship_Microsoft_Xna_Framework_Vector2_
2022-12-20 13:25:03 +01:00
name : CreatePanel
nameWithType : Relationship.CreatePanel
fullName : TinyLife.Relationship.CreatePanel
- uid : TinyLife.Relationship
commentId : T:TinyLife.Relationship
parent : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html
2022-12-20 13:25:03 +01:00
name : Relationship
nameWithType : Relationship
fullName : TinyLife.Relationship
- uid : Microsoft.Xna.Framework.Vector2
commentId : T:Microsoft.Xna.Framework.Vector2
parent : Microsoft.Xna.Framework
isExternal : true
name : Vector2
nameWithType : Vector2
fullName : Microsoft.Xna.Framework.Vector2
- uid : MLEM.Ui.Elements
commentId : N : MLEM.Ui.Elements
isExternal : true
name : MLEM.Ui.Elements
nameWithType : MLEM.Ui.Elements
fullName : MLEM.Ui.Elements
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Ui
name : Ui
isExternal : true
- name : .
- uid : MLEM.Ui.Elements
name : Elements
isExternal : true
spec.vb :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Ui
name : Ui
isExternal : true
- name : .
- uid : MLEM.Ui.Elements
name : Elements
isExternal : true
2022-12-20 13:25:03 +01:00
- uid : MLEM.Ui.Elements.Element
commentId : T:MLEM.Ui.Elements.Element
parent : MLEM.Ui.Elements
isExternal : true
name : Element
nameWithType : Element
fullName : MLEM.Ui.Elements.Element
- uid : Microsoft.Xna.Framework
commentId : N : Microsoft.Xna.Framework
isExternal : true
name : Microsoft.Xna.Framework
nameWithType : Microsoft.Xna.Framework
fullName : Microsoft.Xna.Framework
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : Microsoft
name : Microsoft
isExternal : true
- name : .
- uid : Microsoft.Xna
name : Xna
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework
name : Framework
isExternal : true
spec.vb :
- uid : Microsoft
name : Microsoft
isExternal : true
- name : .
- uid : Microsoft.Xna
name : Xna
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework
name : Framework
isExternal : true
2024-04-14 17:55:54 +02:00
- uid : MLEM.Ui.Elements.ProgressBar
commentId : T:MLEM.Ui.Elements.ProgressBar
isExternal : true
name : ProgressBar
nameWithType : ProgressBar
fullName : MLEM.Ui.Elements.ProgressBar
2024-03-09 19:49:55 +01:00
- uid : TinyLife.Relationship.CreateBars*
commentId : Overload:TinyLife.Relationship.CreateBars
2024-06-09 17:05:30 +02:00
href : TinyLife.Relationship.html#TinyLife_Relationship_CreateBars_MLEM_Ui_Anchor_TinyLife_Objects_PersonLike_TinyLife_Relationship_Microsoft_Xna_Framework_Vector2_System_Single_System_Boolean_
2024-03-09 19:49:55 +01:00
name : CreateBars
nameWithType : Relationship.CreateBars
fullName : TinyLife.Relationship.CreateBars
- uid : MLEM.Ui.Anchor
commentId : T:MLEM.Ui.Anchor
parent : MLEM.Ui
isExternal : true
name : Anchor
nameWithType : Anchor
fullName : MLEM.Ui.Anchor
- uid : MLEM.Ui
commentId : N : MLEM.Ui
isExternal : true
name : MLEM.Ui
nameWithType : MLEM.Ui
fullName : MLEM.Ui
spec.csharp :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Ui
name : Ui
isExternal : true
spec.vb :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Ui
name : Ui
isExternal : true
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Relationship.OnRelationshipTooltip
commentId : E:TinyLife.Relationship.OnRelationshipTooltip
2024-01-07 16:53:47 +01:00
href : TinyLife.Relationship.html#TinyLife_Relationship_OnRelationshipTooltip
2023-03-30 18:07:55 +02:00
name : OnRelationshipTooltip
nameWithType : Relationship.OnRelationshipTooltip
fullName : TinyLife.Relationship.OnRelationshipTooltip
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Relationship.PopulateTooltip*
commentId : Overload:TinyLife.Relationship.PopulateTooltip
2024-06-09 17:05:30 +02:00
href : TinyLife.Relationship.html#TinyLife_Relationship_PopulateTooltip_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike_TinyLife_Relationship_MLEM_Ui_Elements_Tooltip_
2022-12-20 13:25:03 +01:00
name : PopulateTooltip
nameWithType : Relationship.PopulateTooltip
fullName : TinyLife.Relationship.PopulateTooltip
- uid : MLEM.Ui.Elements.Tooltip
commentId : T:MLEM.Ui.Elements.Tooltip
parent : MLEM.Ui.Elements
isExternal : true
name : Tooltip
nameWithType : Tooltip
fullName : MLEM.Ui.Elements.Tooltip