2021-10-14 20:30:40 +02:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Goals.StudentJobType
commentId : T:TinyLife.Goals.StudentJobType
id : StudentJobType
parent : TinyLife.Goals
children :
2023-01-16 12:24:01 +01:00
- TinyLife.Goals.StudentJobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[])
2021-10-14 20:30:40 +02:00
- TinyLife.Goals.StudentJobType.OnLevelChanged(TinyLife.Goals.Job,System.Int32)
- TinyLife.Goals.StudentJobType.OnWorkFinished(TinyLife.Goals.Job,TinyLife.Actions.WorkAction)
2022-11-12 13:53:28 +01:00
- TinyLife.Goals.StudentJobType.Schedule
- TinyLife.Goals.StudentJobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
2021-10-14 20:30:40 +02:00
langs :
- csharp
- vb
name : StudentJobType
nameWithType : StudentJobType
fullName : TinyLife.Goals.StudentJobType
type : Class
source :
remote :
path : TinyLife/Goals/StudentJobType.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-10-14 20:30:40 +02:00
id : StudentJobType
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Goals/StudentJobType.cs
2023-01-16 12:24:01 +01:00
startLine : 15
2021-10-14 20:30:40 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Goals
summary : "\nA <xref href=\"TinyLife.Goals.JobType\" data-throw-if-not-resolved=\"false\"></xref> for school students\n"
example : [ ]
syntax :
2022-01-08 12:41:09 +01:00
content: 'public class StudentJobType : JobType, IGenericDataHolder, IEmotionSource'
2023-03-30 18:07:55 +02:00
content.vb : Public Class StudentJobType Inherits JobType Implements IGenericDataHolder, IEmotionSource
2021-10-14 20:30:40 +02:00
inheritance :
- System.Object
- MLEM.Misc.GenericDataHolder
- TinyLife.Goals.JobType
implements :
- MLEM.Misc.IGenericDataHolder
2022-01-08 12:41:09 +01:00
- TinyLife.Emotions.IEmotionSource
2021-10-14 20:30:40 +02:00
inheritedMembers :
- TinyLife.Goals.JobType.Types
2022-03-09 16:13:05 +01:00
- TinyLife.Goals.JobType.PrimarySchoolStudent
2022-09-05 14:19:42 +02:00
- TinyLife.Goals.JobType.Businessperson
- TinyLife.Goals.JobType.Firefighter
- TinyLife.Goals.JobType.Doctor
- TinyLife.Goals.JobType.Programmer
- TinyLife.Goals.JobType.RetailWorker
- TinyLife.Goals.JobType.Teacher
- TinyLife.Goals.JobType.Scientist
2021-10-14 20:30:40 +02:00
- TinyLife.Goals.JobType.Name
2022-09-05 14:19:42 +02:00
- TinyLife.Goals.JobType.Icon
2021-10-14 20:30:40 +02:00
- TinyLife.Goals.JobType.HourlyPay
- TinyLife.Goals.JobType.WorkHours
- TinyLife.Goals.JobType.OffWorkDays
- TinyLife.Goals.JobType.RequiredPromotionSkills
- TinyLife.Goals.JobType.MaxLevel
- TinyLife.Goals.JobType.HasSpecialLocalization
- TinyLife.Goals.JobType.RequiredAges
- TinyLife.Goals.JobType.CanQuitOrBeFired
2023-04-14 13:00:36 +02:00
- TinyLife.Goals.JobType.CanGetRaise
2021-10-14 20:30:40 +02:00
- TinyLife.Goals.JobType.DailyTasks
- TinyLife.Goals.JobType.DailyTaskImportance
2022-07-04 16:50:43 +02:00
- TinyLife.Goals.JobType.ChoicePrompts
2022-01-08 12:41:09 +01:00
- TinyLife.Goals.JobType.SourceString
2021-10-14 20:30:40 +02:00
- TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person,System.Int32)
2022-07-28 14:58:38 +02:00
- TinyLife.Goals.JobType.IsTimeToWork(System.TimeSpan)
- TinyLife.Goals.JobType.ToScheduleString(System.DayOfWeek)
2021-10-14 20:30:40 +02:00
- TinyLife.Goals.JobType.GetDisplayName(System.Nullable{System.Int32})
- TinyLife.Goals.JobType.GetRequiredPromotionSkills(TinyLife.Goals.Job)
- TinyLife.Goals.JobType.OnWorkStartsInAnHour(TinyLife.Goals.Job)
- TinyLife.Goals.JobType.OnWorkHoursOver(TinyLife.Goals.Job)
- TinyLife.Goals.JobType.OnWorkStarted(TinyLife.Goals.Job,TinyLife.Actions.WorkAction)
2022-09-05 14:19:42 +02:00
- TinyLife.Goals.JobType.OnRaiseReceived(TinyLife.Goals.Job)
2021-10-14 20:30:40 +02:00
- TinyLife.Goals.JobType.Register(TinyLife.Goals.JobType)
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
2022-12-20 13:25:03 +01:00
- MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T})
2021-10-14 20:30:40 +02:00
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- MLEM.Misc.GenericDataHolder.GetDataKeys
- 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.Goals.StudentJobType.TinyLife.Utilities.Extensions.JsonCopy``1
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Goals.StudentJobType.Schedule
commentId : F:TinyLife.Goals.StudentJobType.Schedule
id : Schedule
parent : TinyLife.Goals.StudentJobType
langs :
- csharp
- vb
name : Schedule
nameWithType : StudentJobType.Schedule
fullName : TinyLife.Goals.StudentJobType.Schedule
type : Field
source :
remote :
path : TinyLife/Goals/StudentJobType.cs
2023-03-30 18:07:55 +02:00
branch : main
2022-11-12 13:53:28 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : Schedule
path : ../TinyLife/Goals/StudentJobType.cs
2023-01-16 12:24:01 +01:00
startLine : 21
2022-11-12 13:53:28 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Goals
2022-12-20 13:25:03 +01:00
summary : "\nThe schedule of a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> that has a <xref href=\"TinyLife.Goals.StudentJobType\" data-throw-if-not-resolved=\"false\"></xref>-based job type. The schedule contains information about what skills should be learned on what days, and is used in <xref href=\"TinyLife.Goals.StudentJobType.UpdateWorking(TinyLife.Goals.Job%2cTinyLife.Actions.WorkAction%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref> to award those skills.\nTo add new skills to a given day, simply add to this dictionary's <xref href=\"System.Collections.Generic.List%601\" data-throw-if-not-resolved=\"false\"></xref> entries.\n"
example : [ ]
2022-11-12 13:53:28 +01:00
syntax :
content : public static readonly Dictionary<DayOfWeek, List<SkillType>> Schedule
return :
type : System.Collections.Generic.Dictionary{System.DayOfWeek,System.Collections.Generic.List{TinyLife.Skills.SkillType}}
content.vb : Public Shared ReadOnly Schedule As Dictionary(Of DayOfWeek, List(Of SkillType))
2023-01-16 12:24:01 +01:00
- uid : TinyLife.Goals.StudentJobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[])
commentId : M:TinyLife.Goals.StudentJobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[])
id : '#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[])'
2021-10-14 20:30:40 +02:00
parent : TinyLife.Goals.StudentJobType
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : StudentJobType(string, TextureRegion, float, (int Start, int End), params DayOfWeek[])
nameWithType : StudentJobType.StudentJobType(string, TextureRegion, float, (int Start, int End), params DayOfWeek[])
fullName : TinyLife.Goals.StudentJobType.StudentJobType(string, MLEM.Textures.TextureRegion, float, (int Start, int End), params System.DayOfWeek[])
2021-10-14 20:30:40 +02:00
type : Constructor
source :
remote :
path : TinyLife/Goals/StudentJobType.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-10-14 20:30:40 +02:00
id : .ctor
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Goals/StudentJobType.cs
2023-01-16 12:24:01 +01:00
startLine : 30
2021-10-14 20:30:40 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Goals
2022-01-08 12:41:09 +01:00
summary : "\nCreates a new job type with the given settings\n"
2021-10-14 20:30:40 +02:00
example : [ ]
syntax :
2023-01-16 12:24:01 +01:00
content : public StudentJobType(string name, TextureRegion icon, float hourlyPay, (int Start, int End) workHours, params DayOfWeek[] offWorkDays)
2021-10-14 20:30:40 +02:00
parameters :
- id : name
type : System.String
2022-01-08 12:41:09 +01:00
description : The name of the job
2022-09-05 14:19:42 +02:00
- id : icon
type : MLEM.Textures.TextureRegion
description : This job type's icon.
2021-10-14 20:30:40 +02:00
- id : hourlyPay
type : System.Single
2022-01-08 12:41:09 +01:00
description : The hourly wage that this job yields
2021-10-14 20:30:40 +02:00
- id : workHours
2023-01-16 12:24:01 +01:00
type : System.ValueTuple{System.Int32,System.Int32}
2022-01-08 12:41:09 +01:00
description : A range of hours to work each day
2021-10-14 20:30:40 +02:00
- id : offWorkDays
type : System.DayOfWeek[]
2022-01-08 12:41:09 +01:00
description : The days of the week that are off work
2023-03-30 18:07:55 +02:00
content.vb : Public Sub New(name As String, icon As TextureRegion, hourlyPay As Single, workHours As (Start As Integer, [End] As Integer), ParamArray offWorkDays As DayOfWeek())
2021-10-14 20:30:40 +02:00
overload : TinyLife.Goals.StudentJobType.#ctor*
2023-03-30 18:07:55 +02:00
nameWithType.vb : StudentJobType.New(String, TextureRegion, Single, (Start As Integer, End As Integer), ParamArray DayOfWeek())
fullName.vb : TinyLife.Goals.StudentJobType.New(String, MLEM.Textures.TextureRegion, Single, (Start As Integer, End As Integer), ParamArray System.DayOfWeek())
name.vb : New(String, TextureRegion, Single, (Start As Integer, End As Integer), ParamArray DayOfWeek())
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Goals.StudentJobType.OnWorkFinished(TinyLife.Goals.Job,TinyLife.Actions.WorkAction)
commentId : M:TinyLife.Goals.StudentJobType.OnWorkFinished(TinyLife.Goals.Job,TinyLife.Actions.WorkAction)
id : OnWorkFinished(TinyLife.Goals.Job,TinyLife.Actions.WorkAction)
parent : TinyLife.Goals.StudentJobType
langs :
- csharp
- vb
name : OnWorkFinished(Job, WorkAction)
nameWithType : StudentJobType.OnWorkFinished(Job, WorkAction)
fullName : TinyLife.Goals.StudentJobType.OnWorkFinished(TinyLife.Goals.Job, TinyLife.Actions.WorkAction)
type : Method
source :
remote :
path : TinyLife/Goals/StudentJobType.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-10-14 20:30:40 +02:00
id : OnWorkFinished
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Goals/StudentJobType.cs
2023-04-14 13:00:36 +02:00
startLine : 41
2021-10-14 20:30:40 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Goals
2022-01-08 12:41:09 +01:00
summary : "\nA method that is called when a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> finishes a <xref href=\"TinyLife.Actions.WorkAction\" data-throw-if-not-resolved=\"false\"></xref> for this job.\nBy default, some emotion modifiers are randomly applied.\n"
2021-10-14 20:30:40 +02:00
example : [ ]
syntax :
content : public override void OnWorkFinished(Job job, WorkAction action)
parameters :
- id : job
type : TinyLife.Goals.Job
2022-01-08 12:41:09 +01:00
description : The job instance
2021-10-14 20:30:40 +02:00
- id : action
type : TinyLife.Actions.WorkAction
2022-01-08 12:41:09 +01:00
description : The work action that was completed
2021-10-14 20:30:40 +02:00
content.vb : Public Overrides Sub OnWorkFinished(job As Job, action As WorkAction)
overridden : TinyLife.Goals.JobType.OnWorkFinished(TinyLife.Goals.Job,TinyLife.Actions.WorkAction)
overload : TinyLife.Goals.StudentJobType.OnWorkFinished*
- uid : TinyLife.Goals.StudentJobType.OnLevelChanged(TinyLife.Goals.Job,System.Int32)
commentId : M:TinyLife.Goals.StudentJobType.OnLevelChanged(TinyLife.Goals.Job,System.Int32)
id : OnLevelChanged(TinyLife.Goals.Job,System.Int32)
parent : TinyLife.Goals.StudentJobType
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : OnLevelChanged(Job, int)
nameWithType : StudentJobType.OnLevelChanged(Job, int)
fullName : TinyLife.Goals.StudentJobType.OnLevelChanged(TinyLife.Goals.Job, int)
2021-10-14 20:30:40 +02:00
type : Method
source :
remote :
path : TinyLife/Goals/StudentJobType.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-10-14 20:30:40 +02:00
id : OnLevelChanged
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Goals/StudentJobType.cs
2023-04-14 13:00:36 +02:00
startLine : 55
2021-10-14 20:30:40 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Goals
2022-01-08 12:41:09 +01:00
summary : "\nA method that is called when a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> is promoted or demoted for this job.\nBy default, some emotion modifiers are applied.\n"
2021-10-14 20:30:40 +02:00
example : [ ]
syntax :
content : public override void OnLevelChanged(Job job, int levelDifference)
parameters :
- id : job
type : TinyLife.Goals.Job
2022-01-08 12:41:09 +01:00
description : The job instance
2021-10-14 20:30:40 +02:00
- id : levelDifference
type : System.Int32
2022-01-08 12:41:09 +01:00
description : The level difference that was applied. If the person was demoted, this value is -1, else it is 1.
2021-10-14 20:30:40 +02:00
content.vb : Public Overrides Sub OnLevelChanged(job As Job, levelDifference As Integer)
overridden : TinyLife.Goals.JobType.OnLevelChanged(TinyLife.Goals.Job,System.Int32)
overload : TinyLife.Goals.StudentJobType.OnLevelChanged*
2023-03-30 18:07:55 +02:00
nameWithType.vb : StudentJobType.OnLevelChanged(Job, Integer)
fullName.vb : TinyLife.Goals.StudentJobType.OnLevelChanged(TinyLife.Goals.Job, Integer)
name.vb : OnLevelChanged(Job, Integer)
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Goals.StudentJobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
commentId : M:TinyLife.Goals.StudentJobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
id : UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
parent : TinyLife.Goals.StudentJobType
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : UpdateWorking(Job, WorkAction, TimeSpan, float)
nameWithType : StudentJobType.UpdateWorking(Job, WorkAction, TimeSpan, float)
fullName : TinyLife.Goals.StudentJobType.UpdateWorking(TinyLife.Goals.Job, TinyLife.Actions.WorkAction, System.TimeSpan, float)
2022-11-12 13:53:28 +01:00
type : Method
source :
remote :
path : TinyLife/Goals/StudentJobType.cs
2023-03-30 18:07:55 +02:00
branch : main
2022-11-12 13:53:28 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : UpdateWorking
path : ../TinyLife/Goals/StudentJobType.cs
2023-04-14 13:00:36 +02:00
startLine : 60
2022-11-12 13:53:28 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Goals
2022-12-20 13:25:03 +01:00
summary : "\nUpdates this job type's <xref href=\"TinyLife.Goals.Job\" data-throw-if-not-resolved=\"false\"></xref> instance. By default, this method causes students to gain skills in <xref href=\"TinyLife.Goals.StudentJobType\" data-throw-if-not-resolved=\"false\"></xref>.\nThis is called in <xref href=\"TinyLife.Goals.Job.UpdateWorking(TinyLife.Actions.WorkAction%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2022-11-12 13:53:28 +01:00
example : [ ]
syntax :
content : public override void UpdateWorking(Job job, WorkAction action, TimeSpan passedInGame, float speedMultiplier)
parameters :
- id : job
type : TinyLife.Goals.Job
2022-12-20 13:25:03 +01:00
description : The job instance.
2022-11-12 13:53:28 +01:00
- id : action
type : TinyLife.Actions.WorkAction
2022-12-20 13:25:03 +01:00
description : The action that is currently being executed.
2022-11-12 13:53:28 +01:00
- id : passedInGame
type : System.TimeSpan
2022-12-20 13:25:03 +01:00
description : The amount of time that has passed in game since the last update.
2022-11-12 13:53:28 +01:00
- id : speedMultiplier
type : System.Single
2022-12-20 13:25:03 +01:00
description : The game's current speed multiplier.
2022-11-12 13:53:28 +01:00
content.vb : Public Overrides Sub UpdateWorking(job As Job, action As WorkAction, passedInGame As TimeSpan, speedMultiplier As Single)
overridden : TinyLife.Goals.JobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
overload : TinyLife.Goals.StudentJobType.UpdateWorking*
2023-03-30 18:07:55 +02:00
nameWithType.vb : StudentJobType.UpdateWorking(Job, WorkAction, TimeSpan, Single)
fullName.vb : TinyLife.Goals.StudentJobType.UpdateWorking(TinyLife.Goals.Job, TinyLife.Actions.WorkAction, System.TimeSpan, Single)
name.vb : UpdateWorking(Job, WorkAction, TimeSpan, Single)
2021-10-14 20:30:40 +02:00
references :
- uid : TinyLife.Goals.JobType
commentId : T:TinyLife.Goals.JobType
parent : TinyLife.Goals
name : JobType
nameWithType : JobType
fullName : TinyLife.Goals.JobType
- uid : TinyLife.Goals
commentId : N : TinyLife.Goals
name : TinyLife.Goals
nameWithType : TinyLife.Goals
fullName : TinyLife.Goals
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Goals
name : Goals
spec.vb :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Goals
name : Goals
2021-10-14 20:30:40 +02:00
- 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
2021-10-14 20:30:40 +02:00
- uid : MLEM.Misc.GenericDataHolder
commentId : T:MLEM.Misc.GenericDataHolder
parent : MLEM.Misc
isExternal : true
name : GenericDataHolder
nameWithType : GenericDataHolder
fullName : MLEM.Misc.GenericDataHolder
- uid : MLEM.Misc.IGenericDataHolder
commentId : T:MLEM.Misc.IGenericDataHolder
parent : MLEM.Misc
isExternal : true
name : IGenericDataHolder
nameWithType : IGenericDataHolder
fullName : MLEM.Misc.IGenericDataHolder
2022-01-08 12:41:09 +01:00
- uid : TinyLife.Emotions.IEmotionSource
commentId : T:TinyLife.Emotions.IEmotionSource
parent : TinyLife.Emotions
name : IEmotionSource
nameWithType : IEmotionSource
fullName : TinyLife.Emotions.IEmotionSource
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Goals.JobType.Types
commentId : F:TinyLife.Goals.JobType.Types
parent : TinyLife.Goals.JobType
name : Types
nameWithType : JobType.Types
fullName : TinyLife.Goals.JobType.Types
2022-03-09 16:13:05 +01:00
- uid : TinyLife.Goals.JobType.PrimarySchoolStudent
commentId : F:TinyLife.Goals.JobType.PrimarySchoolStudent
parent : TinyLife.Goals.JobType
name : PrimarySchoolStudent
nameWithType : JobType.PrimarySchoolStudent
fullName : TinyLife.Goals.JobType.PrimarySchoolStudent
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Goals.JobType.Businessperson
commentId : F:TinyLife.Goals.JobType.Businessperson
parent : TinyLife.Goals.JobType
name : Businessperson
nameWithType : JobType.Businessperson
fullName : TinyLife.Goals.JobType.Businessperson
- uid : TinyLife.Goals.JobType.Firefighter
commentId : F:TinyLife.Goals.JobType.Firefighter
parent : TinyLife.Goals.JobType
name : Firefighter
nameWithType : JobType.Firefighter
fullName : TinyLife.Goals.JobType.Firefighter
- uid : TinyLife.Goals.JobType.Doctor
commentId : F:TinyLife.Goals.JobType.Doctor
parent : TinyLife.Goals.JobType
name : Doctor
nameWithType : JobType.Doctor
fullName : TinyLife.Goals.JobType.Doctor
- uid : TinyLife.Goals.JobType.Programmer
commentId : F:TinyLife.Goals.JobType.Programmer
parent : TinyLife.Goals.JobType
name : Programmer
nameWithType : JobType.Programmer
fullName : TinyLife.Goals.JobType.Programmer
- uid : TinyLife.Goals.JobType.RetailWorker
commentId : F:TinyLife.Goals.JobType.RetailWorker
parent : TinyLife.Goals.JobType
name : RetailWorker
nameWithType : JobType.RetailWorker
fullName : TinyLife.Goals.JobType.RetailWorker
- uid : TinyLife.Goals.JobType.Teacher
commentId : F:TinyLife.Goals.JobType.Teacher
parent : TinyLife.Goals.JobType
name : Teacher
nameWithType : JobType.Teacher
fullName : TinyLife.Goals.JobType.Teacher
- uid : TinyLife.Goals.JobType.Scientist
commentId : F:TinyLife.Goals.JobType.Scientist
parent : TinyLife.Goals.JobType
name : Scientist
nameWithType : JobType.Scientist
fullName : TinyLife.Goals.JobType.Scientist
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Goals.JobType.Name
commentId : F:TinyLife.Goals.JobType.Name
parent : TinyLife.Goals.JobType
name : Name
nameWithType : JobType.Name
fullName : TinyLife.Goals.JobType.Name
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Goals.JobType.Icon
commentId : F:TinyLife.Goals.JobType.Icon
parent : TinyLife.Goals.JobType
name : Icon
nameWithType : JobType.Icon
fullName : TinyLife.Goals.JobType.Icon
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Goals.JobType.HourlyPay
commentId : F:TinyLife.Goals.JobType.HourlyPay
parent : TinyLife.Goals.JobType
name : HourlyPay
nameWithType : JobType.HourlyPay
fullName : TinyLife.Goals.JobType.HourlyPay
- uid : TinyLife.Goals.JobType.WorkHours
commentId : F:TinyLife.Goals.JobType.WorkHours
parent : TinyLife.Goals.JobType
name : WorkHours
nameWithType : JobType.WorkHours
fullName : TinyLife.Goals.JobType.WorkHours
- uid : TinyLife.Goals.JobType.OffWorkDays
commentId : F:TinyLife.Goals.JobType.OffWorkDays
parent : TinyLife.Goals.JobType
name : OffWorkDays
nameWithType : JobType.OffWorkDays
fullName : TinyLife.Goals.JobType.OffWorkDays
- uid : TinyLife.Goals.JobType.RequiredPromotionSkills
commentId : P:TinyLife.Goals.JobType.RequiredPromotionSkills
parent : TinyLife.Goals.JobType
name : RequiredPromotionSkills
nameWithType : JobType.RequiredPromotionSkills
fullName : TinyLife.Goals.JobType.RequiredPromotionSkills
- uid : TinyLife.Goals.JobType.MaxLevel
commentId : P:TinyLife.Goals.JobType.MaxLevel
parent : TinyLife.Goals.JobType
name : MaxLevel
nameWithType : JobType.MaxLevel
fullName : TinyLife.Goals.JobType.MaxLevel
- uid : TinyLife.Goals.JobType.HasSpecialLocalization
commentId : P:TinyLife.Goals.JobType.HasSpecialLocalization
parent : TinyLife.Goals.JobType
name : HasSpecialLocalization
nameWithType : JobType.HasSpecialLocalization
fullName : TinyLife.Goals.JobType.HasSpecialLocalization
- uid : TinyLife.Goals.JobType.RequiredAges
commentId : P:TinyLife.Goals.JobType.RequiredAges
parent : TinyLife.Goals.JobType
name : RequiredAges
nameWithType : JobType.RequiredAges
fullName : TinyLife.Goals.JobType.RequiredAges
- uid : TinyLife.Goals.JobType.CanQuitOrBeFired
commentId : P:TinyLife.Goals.JobType.CanQuitOrBeFired
parent : TinyLife.Goals.JobType
name : CanQuitOrBeFired
nameWithType : JobType.CanQuitOrBeFired
fullName : TinyLife.Goals.JobType.CanQuitOrBeFired
2023-04-14 13:00:36 +02:00
- uid : TinyLife.Goals.JobType.CanGetRaise
commentId : P:TinyLife.Goals.JobType.CanGetRaise
parent : TinyLife.Goals.JobType
name : CanGetRaise
nameWithType : JobType.CanGetRaise
fullName : TinyLife.Goals.JobType.CanGetRaise
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Goals.JobType.DailyTasks
commentId : P:TinyLife.Goals.JobType.DailyTasks
parent : TinyLife.Goals.JobType
name : DailyTasks
nameWithType : JobType.DailyTasks
fullName : TinyLife.Goals.JobType.DailyTasks
- uid : TinyLife.Goals.JobType.DailyTaskImportance
commentId : P:TinyLife.Goals.JobType.DailyTaskImportance
parent : TinyLife.Goals.JobType
name : DailyTaskImportance
nameWithType : JobType.DailyTaskImportance
fullName : TinyLife.Goals.JobType.DailyTaskImportance
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Goals.JobType.ChoicePrompts
commentId : P:TinyLife.Goals.JobType.ChoicePrompts
parent : TinyLife.Goals.JobType
name : ChoicePrompts
nameWithType : JobType.ChoicePrompts
fullName : TinyLife.Goals.JobType.ChoicePrompts
2022-01-08 12:41:09 +01:00
- uid : TinyLife.Goals.JobType.SourceString
commentId : P:TinyLife.Goals.JobType.SourceString
parent : TinyLife.Goals.JobType
name : SourceString
nameWithType : JobType.SourceString
fullName : TinyLife.Goals.JobType.SourceString
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person,System.Int32)
commentId : M:TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person,System.Int32)
parent : TinyLife.Goals.JobType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
name : Construct(Person, int)
nameWithType : JobType.Construct(Person, int)
fullName : TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person, int)
nameWithType.vb : JobType.Construct(Person, Integer)
fullName.vb : TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person, Integer)
name.vb : Construct(Person, Integer)
2021-10-14 20:30:40 +02:00
spec.csharp :
- uid : TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person,System.Int32)
name : Construct
- name : (
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-10-14 20:30:40 +02:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
2021-10-14 20:30:40 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
2021-10-14 20:30:40 +02:00
- name : )
spec.vb :
- uid : TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person,System.Int32)
name : Construct
- name : (
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-10-14 20:30:40 +02:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
2021-10-14 20:30:40 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
2021-10-14 20:30:40 +02:00
- name : )
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Goals.JobType.IsTimeToWork(System.TimeSpan)
commentId : M:TinyLife.Goals.JobType.IsTimeToWork(System.TimeSpan)
2021-10-14 20:30:40 +02:00
parent : TinyLife.Goals.JobType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
2022-07-28 14:58:38 +02:00
name : IsTimeToWork(TimeSpan)
nameWithType : JobType.IsTimeToWork(TimeSpan)
fullName : TinyLife.Goals.JobType.IsTimeToWork(System.TimeSpan)
2021-10-14 20:30:40 +02:00
spec.csharp :
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Goals.JobType.IsTimeToWork(System.TimeSpan)
2021-10-14 20:30:40 +02:00
name : IsTimeToWork
- name : (
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
2021-10-14 20:30:40 +02:00
- name : )
spec.vb :
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Goals.JobType.IsTimeToWork(System.TimeSpan)
2021-10-14 20:30:40 +02:00
name : IsTimeToWork
- name : (
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
2021-10-14 20:30:40 +02:00
- name : )
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Goals.JobType.ToScheduleString(System.DayOfWeek)
commentId : M:TinyLife.Goals.JobType.ToScheduleString(System.DayOfWeek)
2021-10-14 20:30:40 +02:00
parent : TinyLife.Goals.JobType
2022-07-28 14:58:38 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.dayofweek
2022-07-28 14:58:38 +02:00
name : ToScheduleString(DayOfWeek)
nameWithType : JobType.ToScheduleString(DayOfWeek)
fullName : TinyLife.Goals.JobType.ToScheduleString(System.DayOfWeek)
2021-10-14 20:30:40 +02:00
spec.csharp :
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Goals.JobType.ToScheduleString(System.DayOfWeek)
2021-10-14 20:30:40 +02:00
name : ToScheduleString
- name : (
2022-07-28 14:58:38 +02:00
- uid : System.DayOfWeek
name : DayOfWeek
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.dayofweek
2021-10-14 20:30:40 +02:00
- name : )
spec.vb :
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Goals.JobType.ToScheduleString(System.DayOfWeek)
2021-10-14 20:30:40 +02:00
name : ToScheduleString
- name : (
2022-07-28 14:58:38 +02:00
- uid : System.DayOfWeek
name : DayOfWeek
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.dayofweek
2021-10-14 20:30:40 +02:00
- name : )
- uid : TinyLife.Goals.JobType.GetDisplayName(System.Nullable{System.Int32})
commentId : M:TinyLife.Goals.JobType.GetDisplayName(System.Nullable{System.Int32})
parent : TinyLife.Goals.JobType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
name : GetDisplayName(int?)
nameWithType : JobType.GetDisplayName(int?)
fullName : TinyLife.Goals.JobType.GetDisplayName(int?)
nameWithType.vb : JobType.GetDisplayName(Integer?)
fullName.vb : TinyLife.Goals.JobType.GetDisplayName(Integer?)
name.vb : GetDisplayName(Integer?)
2021-10-14 20:30:40 +02:00
spec.csharp :
- uid : TinyLife.Goals.JobType.GetDisplayName(System.Nullable{System.Int32})
name : GetDisplayName
- name : (
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
2021-10-14 20:30:40 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : '?'
2021-10-14 20:30:40 +02:00
- name : )
spec.vb :
- uid : TinyLife.Goals.JobType.GetDisplayName(System.Nullable{System.Int32})
name : GetDisplayName
2023-03-30 18:07:55 +02:00
- name : (
2021-10-14 20:30:40 +02:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
2021-10-14 20:30:40 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : '?'
2021-10-14 20:30:40 +02:00
- name : )
- uid : TinyLife.Goals.JobType.GetRequiredPromotionSkills(TinyLife.Goals.Job)
commentId : M:TinyLife.Goals.JobType.GetRequiredPromotionSkills(TinyLife.Goals.Job)
parent : TinyLife.Goals.JobType
name : GetRequiredPromotionSkills(Job)
nameWithType : JobType.GetRequiredPromotionSkills(Job)
fullName : TinyLife.Goals.JobType.GetRequiredPromotionSkills(TinyLife.Goals.Job)
spec.csharp :
- uid : TinyLife.Goals.JobType.GetRequiredPromotionSkills(TinyLife.Goals.Job)
name : GetRequiredPromotionSkills
- name : (
- uid : TinyLife.Goals.Job
name : Job
- name : )
spec.vb :
- uid : TinyLife.Goals.JobType.GetRequiredPromotionSkills(TinyLife.Goals.Job)
name : GetRequiredPromotionSkills
- name : (
- uid : TinyLife.Goals.Job
name : Job
- name : )
- uid : TinyLife.Goals.JobType.OnWorkStartsInAnHour(TinyLife.Goals.Job)
commentId : M:TinyLife.Goals.JobType.OnWorkStartsInAnHour(TinyLife.Goals.Job)
parent : TinyLife.Goals.JobType
name : OnWorkStartsInAnHour(Job)
nameWithType : JobType.OnWorkStartsInAnHour(Job)
fullName : TinyLife.Goals.JobType.OnWorkStartsInAnHour(TinyLife.Goals.Job)
spec.csharp :
- uid : TinyLife.Goals.JobType.OnWorkStartsInAnHour(TinyLife.Goals.Job)
name : OnWorkStartsInAnHour
- name : (
- uid : TinyLife.Goals.Job
name : Job
- name : )
spec.vb :
- uid : TinyLife.Goals.JobType.OnWorkStartsInAnHour(TinyLife.Goals.Job)
name : OnWorkStartsInAnHour
- name : (
- uid : TinyLife.Goals.Job
name : Job
- name : )
- uid : TinyLife.Goals.JobType.OnWorkHoursOver(TinyLife.Goals.Job)
commentId : M:TinyLife.Goals.JobType.OnWorkHoursOver(TinyLife.Goals.Job)
parent : TinyLife.Goals.JobType
name : OnWorkHoursOver(Job)
nameWithType : JobType.OnWorkHoursOver(Job)
fullName : TinyLife.Goals.JobType.OnWorkHoursOver(TinyLife.Goals.Job)
spec.csharp :
- uid : TinyLife.Goals.JobType.OnWorkHoursOver(TinyLife.Goals.Job)
name : OnWorkHoursOver
- name : (
- uid : TinyLife.Goals.Job
name : Job
- name : )
spec.vb :
- uid : TinyLife.Goals.JobType.OnWorkHoursOver(TinyLife.Goals.Job)
name : OnWorkHoursOver
- name : (
- uid : TinyLife.Goals.Job
name : Job
- name : )
- uid : TinyLife.Goals.JobType.OnWorkStarted(TinyLife.Goals.Job,TinyLife.Actions.WorkAction)
commentId : M:TinyLife.Goals.JobType.OnWorkStarted(TinyLife.Goals.Job,TinyLife.Actions.WorkAction)
parent : TinyLife.Goals.JobType
name : OnWorkStarted(Job, WorkAction)
nameWithType : JobType.OnWorkStarted(Job, WorkAction)
fullName : TinyLife.Goals.JobType.OnWorkStarted(TinyLife.Goals.Job, TinyLife.Actions.WorkAction)
spec.csharp :
- uid : TinyLife.Goals.JobType.OnWorkStarted(TinyLife.Goals.Job,TinyLife.Actions.WorkAction)
name : OnWorkStarted
- name : (
- uid : TinyLife.Goals.Job
name : Job
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Actions.WorkAction
name : WorkAction
- name : )
spec.vb :
- uid : TinyLife.Goals.JobType.OnWorkStarted(TinyLife.Goals.Job,TinyLife.Actions.WorkAction)
name : OnWorkStarted
- name : (
- uid : TinyLife.Goals.Job
name : Job
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Actions.WorkAction
name : WorkAction
- name : )
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Goals.JobType.OnRaiseReceived(TinyLife.Goals.Job)
commentId : M:TinyLife.Goals.JobType.OnRaiseReceived(TinyLife.Goals.Job)
parent : TinyLife.Goals.JobType
name : OnRaiseReceived(Job)
nameWithType : JobType.OnRaiseReceived(Job)
fullName : TinyLife.Goals.JobType.OnRaiseReceived(TinyLife.Goals.Job)
spec.csharp :
- uid : TinyLife.Goals.JobType.OnRaiseReceived(TinyLife.Goals.Job)
name : OnRaiseReceived
- name : (
- uid : TinyLife.Goals.Job
name : Job
- name : )
spec.vb :
- uid : TinyLife.Goals.JobType.OnRaiseReceived(TinyLife.Goals.Job)
name : OnRaiseReceived
- name : (
- uid : TinyLife.Goals.Job
name : Job
- name : )
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Goals.JobType.Register(TinyLife.Goals.JobType)
commentId : M:TinyLife.Goals.JobType.Register(TinyLife.Goals.JobType)
parent : TinyLife.Goals.JobType
name : Register(JobType)
nameWithType : JobType.Register(JobType)
fullName : TinyLife.Goals.JobType.Register(TinyLife.Goals.JobType)
spec.csharp :
- uid : TinyLife.Goals.JobType.Register(TinyLife.Goals.JobType)
name : Register
- name : (
- uid : TinyLife.Goals.JobType
name : JobType
- name : )
spec.vb :
- uid : TinyLife.Goals.JobType.Register(TinyLife.Goals.JobType)
name : Register
- name : (
- uid : TinyLife.Goals.JobType
name : JobType
- name : )
- uid : MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
commentId : M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
parent : MLEM.Misc.GenericDataHolder
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : SetData(string, object)
nameWithType : GenericDataHolder.SetData(string, object)
fullName : MLEM.Misc.GenericDataHolder.SetData(string, object)
nameWithType.vb : GenericDataHolder.SetData(String, Object)
fullName.vb : MLEM.Misc.GenericDataHolder.SetData(String, Object)
name.vb : SetData(String, Object)
2021-10-14 20:30:40 +02:00
spec.csharp :
- uid : MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
name : SetData
isExternal : true
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2021-10-14 20:30:40 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2021-10-14 20:30:40 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-10-14 20:30:40 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-10-14 20:30:40 +02:00
- name : )
spec.vb :
- uid : MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
name : SetData
isExternal : true
- name : (
- 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 : " "
2021-10-14 20:30:40 +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-10-14 20:30:40 +02:00
- name : )
2022-12-20 13:25:03 +01:00
- uid : MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T})
commentId : M:MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
parent : MLEM.Misc.GenericDataHolder
definition : MLEM.Misc.GenericDataHolder.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 : GenericDataHolder.SetData<T>(string, T)
fullName : MLEM.Misc.GenericDataHolder.SetData<T>(string, T)
2022-12-20 13:25:03 +01:00
nameWithType.vb : GenericDataHolder.SetData(Of T)(String, T)
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Misc.GenericDataHolder.SetData(Of T)(String, T)
2022-12-20 13:25:03 +01:00
name.vb : SetData(Of T)(String, T)
spec.csharp :
- uid : MLEM.Misc.GenericDataHolder.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.Misc.GenericDataHolder.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-10-14 20:30:40 +02:00
- uid : MLEM.Misc.GenericDataHolder.GetData``1(System.String)
commentId : M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
parent : MLEM.Misc.GenericDataHolder
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : GetData<T>(string)
nameWithType : GenericDataHolder.GetData<T>(string)
fullName : MLEM.Misc.GenericDataHolder.GetData<T>(string)
2021-10-14 20:30:40 +02:00
nameWithType.vb : GenericDataHolder.GetData(Of T)(String)
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Misc.GenericDataHolder.GetData(Of T)(String)
2021-10-14 20:30:40 +02:00
name.vb : GetData(Of T)(String)
spec.csharp :
- uid : MLEM.Misc.GenericDataHolder.GetData``1(System.String)
2023-03-30 18:07:55 +02:00
name : GetData
2021-10-14 20:30:40 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2021-10-14 20:30:40 +02:00
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2021-10-14 20:30:40 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2021-10-14 20:30:40 +02:00
- name : )
spec.vb :
- uid : MLEM.Misc.GenericDataHolder.GetData``1(System.String)
2023-03-30 18:07:55 +02:00
name : GetData
2021-10-14 20:30:40 +02:00
isExternal : true
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- name : T
- name : )
- name : (
2021-10-14 20:30:40 +02: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
2021-10-14 20:30:40 +02:00
- name : )
- uid : MLEM.Misc.GenericDataHolder.GetDataKeys
commentId : M:MLEM.Misc.GenericDataHolder.GetDataKeys
parent : MLEM.Misc.GenericDataHolder
isExternal : true
name : GetDataKeys()
nameWithType : GenericDataHolder.GetDataKeys()
fullName : MLEM.Misc.GenericDataHolder.GetDataKeys()
spec.csharp :
- uid : MLEM.Misc.GenericDataHolder.GetDataKeys
name : GetDataKeys
isExternal : true
- name : (
- name : )
spec.vb :
- uid : MLEM.Misc.GenericDataHolder.GetDataKeys
name : GetDataKeys
isExternal : true
- name : (
- name : )
- 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-10-14 20:30:40 +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-10-14 20:30:40 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-10-14 20:30:40 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-10-14 20:30:40 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-10-14 20:30:40 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-10-14 20:30:40 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-10-14 20:30:40 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-10-14 20:30:40 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-10-14 20:30:40 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +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-10-14 20:30:40 +02:00
- name : (
- name : )
- uid : TinyLife.Goals.StudentJobType.TinyLife.Utilities.Extensions.JsonCopy``1
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent : TinyLife.Utilities.Extensions
definition : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy<StudentJobType>(StudentJobType)
nameWithType : Extensions.JsonCopy<StudentJobType>(StudentJobType)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.StudentJobType>(TinyLife.Goals.StudentJobType)
nameWithType.vb : Extensions.JsonCopy(Of StudentJobType)(StudentJobType)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.StudentJobType)(TinyLife.Goals.StudentJobType)
name.vb : JsonCopy(Of StudentJobType)(StudentJobType)
2021-10-14 20:30:40 +02:00
spec.csharp :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Goals.StudentJobType)
name : JsonCopy
- name : <
- uid : TinyLife.Goals.StudentJobType
name : StudentJobType
- name : '>'
2021-10-14 20:30:40 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Goals.StudentJobType
name : StudentJobType
2021-10-14 20:30:40 +02:00
- name : )
spec.vb :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Goals.StudentJobType)
name : JsonCopy
2021-10-14 20:30:40 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- uid : TinyLife.Goals.StudentJobType
name : StudentJobType
- name : )
- name : (
- uid : TinyLife.Goals.StudentJobType
name : StudentJobType
2021-10-14 20:30:40 +02:00
- name : )
- uid : System
commentId : N : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system
2021-10-14 20:30:40 +02:00
name : System
nameWithType : System
fullName : System
- 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-01-08 12:41:09 +01:00
- uid : TinyLife.Emotions
commentId : N : TinyLife.Emotions
name : TinyLife.Emotions
nameWithType : TinyLife.Emotions
fullName : TinyLife.Emotions
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Emotions
name : Emotions
spec.vb :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Emotions
name : Emotions
2022-12-20 13:25:03 +01:00
- uid : MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
commentId : M:MLEM.Misc.GenericDataHolder.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 : GenericDataHolder.SetData<T>(string, T)
fullName : MLEM.Misc.GenericDataHolder.SetData<T>(string, T)
2022-12-20 13:25:03 +01:00
nameWithType.vb : GenericDataHolder.SetData(Of T)(String, T)
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Misc.GenericDataHolder.SetData(Of T)(String, T)
2022-12-20 13:25:03 +01:00
name.vb : SetData(Of T)(String, T)
spec.csharp :
- uid : MLEM.Misc.GenericDataHolder.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.Misc.GenericDataHolder.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-10-14 20:30:40 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name : JsonCopy<T>(T)
nameWithType : Extensions.JsonCopy<T>(T)
fullName : TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb : Extensions.JsonCopy(Of T)(T)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb : JsonCopy(Of T)(T)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy
- name : <
- name : T
- name : '>'
2021-10-14 20:30:40 +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
- name : (
- name : Of
- name : " "
- name : T
- name : )
2021-10-14 20:30:40 +02:00
- name : (
- name : T
- name : )
- uid : TinyLife.Utilities.Extensions
commentId : T:TinyLife.Utilities.Extensions
parent : TinyLife.Utilities
name : Extensions
nameWithType : Extensions
fullName : TinyLife.Utilities.Extensions
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Utilities
name : Utilities
spec.vb :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Utilities
name : Utilities
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Objects.Person
commentId : T:TinyLife.Objects.Person
parent : TinyLife.Objects
name : Person
nameWithType : Person
fullName : TinyLife.Objects.Person
- uid : TinyLife.Goals.StudentJobType
commentId : T:TinyLife.Goals.StudentJobType
name : StudentJobType
nameWithType : StudentJobType
fullName : TinyLife.Goals.StudentJobType
- uid : TinyLife.Goals.StudentJobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
commentId : M:TinyLife.Goals.StudentJobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
name : UpdateWorking(Job, WorkAction, TimeSpan, float)
nameWithType : StudentJobType.UpdateWorking(Job, WorkAction, TimeSpan, float)
fullName : TinyLife.Goals.StudentJobType.UpdateWorking(TinyLife.Goals.Job, TinyLife.Actions.WorkAction, System.TimeSpan, float)
nameWithType.vb : StudentJobType.UpdateWorking(Job, WorkAction, TimeSpan, Single)
fullName.vb : TinyLife.Goals.StudentJobType.UpdateWorking(TinyLife.Goals.Job, TinyLife.Actions.WorkAction, System.TimeSpan, Single)
name.vb : UpdateWorking(Job, WorkAction, TimeSpan, Single)
spec.csharp :
- uid : TinyLife.Goals.StudentJobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
name : UpdateWorking
- name : (
- uid : TinyLife.Goals.Job
name : Job
- name : ','
- name : " "
- uid : TinyLife.Actions.WorkAction
name : WorkAction
- name : ','
- name : " "
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : ','
- name : " "
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : )
spec.vb :
- uid : TinyLife.Goals.StudentJobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
name : UpdateWorking
- name : (
- uid : TinyLife.Goals.Job
name : Job
- name : ','
- name : " "
- uid : TinyLife.Actions.WorkAction
name : WorkAction
- name : ','
- name : " "
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : ','
- name : " "
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : )
2022-12-20 13:25:03 +01:00
- uid : System.Collections.Generic.List`1
commentId : T:System.Collections.Generic.List`1
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2022-12-20 13:25:03 +01:00
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
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2022-12-20 13:25:03 +01:00
- name : <
- name : T
- name : '>'
spec.vb :
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : (
- name : Of
- name : " "
2022-12-20 13:25:03 +01:00
- name : T
- name : )
2022-11-12 13:53:28 +01:00
- uid : System.Collections.Generic.Dictionary{System.DayOfWeek,System.Collections.Generic.List{TinyLife.Skills.SkillType}}
commentId : T:System.Collections.Generic.Dictionary{System.DayOfWeek,System.Collections.Generic.List{TinyLife.Skills.SkillType}}
parent : System.Collections.Generic
definition : System.Collections.Generic.Dictionary`2
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
2022-11-12 13:53:28 +01:00
name : Dictionary<DayOfWeek, List<SkillType>>
nameWithType : Dictionary<DayOfWeek, List<SkillType>>
fullName : System.Collections.Generic.Dictionary<System.DayOfWeek, System.Collections.Generic.List<TinyLife.Skills.SkillType>>
nameWithType.vb : Dictionary(Of DayOfWeek, List(Of SkillType))
fullName.vb : System.Collections.Generic.Dictionary(Of System.DayOfWeek, System.Collections.Generic.List(Of TinyLife.Skills.SkillType))
name.vb : Dictionary(Of DayOfWeek, List(Of SkillType))
spec.csharp :
- uid : System.Collections.Generic.Dictionary`2
name : Dictionary
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
2022-11-12 13:53:28 +01:00
- name : <
- uid : System.DayOfWeek
name : DayOfWeek
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.dayofweek
- name : ','
- name : " "
2022-11-12 13:53:28 +01:00
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2022-11-12 13:53:28 +01:00
- name : <
- uid : TinyLife.Skills.SkillType
name : SkillType
- name : '>'
- name : '>'
spec.vb :
- uid : System.Collections.Generic.Dictionary`2
name : Dictionary
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name : (
- name : Of
- name : " "
2022-11-12 13:53:28 +01:00
- uid : System.DayOfWeek
name : DayOfWeek
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.dayofweek
- name : ','
- name : " "
2022-11-12 13:53:28 +01:00
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : (
- name : Of
- name : " "
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Skills.SkillType
name : SkillType
- name : )
- name : )
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Objects
commentId : N : TinyLife.Objects
name : TinyLife.Objects
nameWithType : TinyLife.Objects
fullName : TinyLife.Objects
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Objects
name : Objects
spec.vb :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Objects
name : Objects
2022-11-12 13:53:28 +01:00
- uid : System.Collections.Generic.Dictionary`2
commentId : T:System.Collections.Generic.Dictionary`2
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
2022-11-12 13:53:28 +01:00
name : Dictionary<TKey, TValue>
nameWithType : Dictionary<TKey, TValue>
fullName : System.Collections.Generic.Dictionary<TKey, TValue>
nameWithType.vb : Dictionary(Of TKey, TValue)
fullName.vb : System.Collections.Generic.Dictionary(Of TKey, TValue)
name.vb : Dictionary(Of TKey, TValue)
spec.csharp :
- uid : System.Collections.Generic.Dictionary`2
name : Dictionary
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
2022-11-12 13:53:28 +01:00
- name : <
- name : TKey
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-11-12 13:53:28 +01:00
- name : TValue
- name : '>'
spec.vb :
- uid : System.Collections.Generic.Dictionary`2
name : Dictionary
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name : (
- name : Of
- name : " "
2022-11-12 13:53:28 +01:00
- name : TKey
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-11-12 13:53:28 +01:00
- name : TValue
- name : )
- uid : System.Collections.Generic
commentId : N : System.Collections.Generic
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system
2022-11-12 13:53:28 +01:00
name : System.Collections.Generic
nameWithType : System.Collections.Generic
fullName : System.Collections.Generic
2023-03-30 18:07:55 +02:00
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
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Goals.StudentJobType.#ctor*
commentId : Overload:TinyLife.Goals.StudentJobType.#ctor
name : StudentJobType
nameWithType : StudentJobType.StudentJobType
fullName : TinyLife.Goals.StudentJobType.StudentJobType
2023-03-30 18:07:55 +02:00
nameWithType.vb : StudentJobType.New
fullName.vb : TinyLife.Goals.StudentJobType.New
name.vb : New
2021-10-14 20:30:40 +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
2022-09-05 14:19:42 +02:00
- uid : MLEM.Textures.TextureRegion
commentId : T:MLEM.Textures.TextureRegion
parent : MLEM.Textures
isExternal : true
name : TextureRegion
nameWithType : TextureRegion
fullName : MLEM.Textures.TextureRegion
2021-10-14 20:30:40 +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
2023-01-16 12:24:01 +01:00
- uid : System.ValueTuple{System.Int32,System.Int32}
commentId : T:System.ValueTuple{System.Int32,System.Int32}
parent : System
definition : System.ValueTuple`2
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
name : (int Start, int End)
nameWithType : (int Start, int End)
fullName : (int Start, int End)
nameWithType.vb : (Start As Integer, End As Integer)
fullName.vb : (Start As Integer, End As Integer)
name.vb : (Start As Integer, End As Integer)
2021-10-14 20:30:40 +02:00
spec.csharp :
2023-03-30 18:07:55 +02:00
- name : (
2021-10-14 20:30:40 +02:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : " "
- uid : System.ValueTuple{System.Int32,System.Int32}.Start
name : Start
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-system.int32,system.int32-.start
- name : ','
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
2023-01-16 12:24:01 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : " "
- uid : System.ValueTuple{System.Int32,System.Int32}.End
name : End
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-system.int32,system.int32-.end
- name : )
2021-10-14 20:30:40 +02:00
spec.vb :
2023-03-30 18:07:55 +02:00
- name : (
- uid : System.ValueTuple{System.Int32,System.Int32}.Start
name : Start
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-system.int32,system.int32-.start
- name : " "
- name : As
- name : " "
2021-10-14 20:30:40 +02:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
- uid : System.ValueTuple{System.Int32,System.Int32}.End
name : End
href : https://learn.microsoft.com/dotnet/api/system.valuetuple-system.int32,system.int32-.end
- name : " "
- name : As
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
2023-01-16 12:24:01 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
2021-10-14 20:30:40 +02:00
- name : )
- uid : System.DayOfWeek[]
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.dayofweek
2021-10-14 20:30:40 +02:00
name : DayOfWeek[]
nameWithType : DayOfWeek[]
fullName : System.DayOfWeek[]
nameWithType.vb : DayOfWeek()
fullName.vb : System.DayOfWeek()
name.vb : DayOfWeek()
spec.csharp :
- uid : System.DayOfWeek
name : DayOfWeek
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.dayofweek
- name : '['
- name : ']'
2021-10-14 20:30:40 +02:00
spec.vb :
- uid : System.DayOfWeek
name : DayOfWeek
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.dayofweek
- name : (
- name : )
2022-09-05 14:19:42 +02:00
- uid : MLEM.Textures
commentId : N : MLEM.Textures
isExternal : true
name : MLEM.Textures
nameWithType : MLEM.Textures
fullName : MLEM.Textures
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Textures
name : Textures
isExternal : true
spec.vb :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Textures
name : Textures
isExternal : true
2023-01-16 12:24:01 +01:00
- uid : System.ValueTuple`2
commentId : T:System.ValueTuple`2
2023-03-30 18:07:55 +02:00
name : (T1, T2)
nameWithType : (T1, T2)
fullName : (T1, T2)
2021-10-14 20:30:40 +02:00
spec.csharp :
2023-03-30 18:07:55 +02:00
- name : (
2023-01-16 12:24:01 +01:00
- name : T1
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2023-01-16 12:24:01 +01:00
- name : T2
2023-03-30 18:07:55 +02:00
- name : )
2021-10-14 20:30:40 +02:00
spec.vb :
2023-03-30 18:07:55 +02:00
- name : (
2023-01-16 12:24:01 +01:00
- name : T1
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2023-01-16 12:24:01 +01:00
- name : T2
2021-10-14 20:30:40 +02:00
- name : )
- uid : TinyLife.Goals.JobType.OnWorkFinished(TinyLife.Goals.Job,TinyLife.Actions.WorkAction)
commentId : M:TinyLife.Goals.JobType.OnWorkFinished(TinyLife.Goals.Job,TinyLife.Actions.WorkAction)
parent : TinyLife.Goals.JobType
name : OnWorkFinished(Job, WorkAction)
nameWithType : JobType.OnWorkFinished(Job, WorkAction)
fullName : TinyLife.Goals.JobType.OnWorkFinished(TinyLife.Goals.Job, TinyLife.Actions.WorkAction)
spec.csharp :
- uid : TinyLife.Goals.JobType.OnWorkFinished(TinyLife.Goals.Job,TinyLife.Actions.WorkAction)
name : OnWorkFinished
- name : (
- uid : TinyLife.Goals.Job
name : Job
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Actions.WorkAction
name : WorkAction
- name : )
spec.vb :
- uid : TinyLife.Goals.JobType.OnWorkFinished(TinyLife.Goals.Job,TinyLife.Actions.WorkAction)
name : OnWorkFinished
- name : (
- uid : TinyLife.Goals.Job
name : Job
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Actions.WorkAction
name : WorkAction
- name : )
- uid : TinyLife.Goals.StudentJobType.OnWorkFinished*
commentId : Overload:TinyLife.Goals.StudentJobType.OnWorkFinished
name : OnWorkFinished
nameWithType : StudentJobType.OnWorkFinished
fullName : TinyLife.Goals.StudentJobType.OnWorkFinished
- uid : TinyLife.Goals.Job
commentId : T:TinyLife.Goals.Job
parent : TinyLife.Goals
name : Job
nameWithType : Job
fullName : TinyLife.Goals.Job
- uid : TinyLife.Actions.WorkAction
commentId : T:TinyLife.Actions.WorkAction
parent : TinyLife.Actions
name : WorkAction
nameWithType : WorkAction
fullName : TinyLife.Actions.WorkAction
- uid : TinyLife.Actions
commentId : N : TinyLife.Actions
name : TinyLife.Actions
nameWithType : TinyLife.Actions
fullName : TinyLife.Actions
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Actions
name : Actions
spec.vb :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Actions
name : Actions
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Goals.JobType.OnLevelChanged(TinyLife.Goals.Job,System.Int32)
commentId : M:TinyLife.Goals.JobType.OnLevelChanged(TinyLife.Goals.Job,System.Int32)
parent : TinyLife.Goals.JobType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
name : OnLevelChanged(Job, int)
nameWithType : JobType.OnLevelChanged(Job, int)
fullName : TinyLife.Goals.JobType.OnLevelChanged(TinyLife.Goals.Job, int)
nameWithType.vb : JobType.OnLevelChanged(Job, Integer)
fullName.vb : TinyLife.Goals.JobType.OnLevelChanged(TinyLife.Goals.Job, Integer)
name.vb : OnLevelChanged(Job, Integer)
2021-10-14 20:30:40 +02:00
spec.csharp :
- uid : TinyLife.Goals.JobType.OnLevelChanged(TinyLife.Goals.Job,System.Int32)
name : OnLevelChanged
- name : (
- uid : TinyLife.Goals.Job
name : Job
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-10-14 20:30:40 +02:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
2021-10-14 20:30:40 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
2021-10-14 20:30:40 +02:00
- name : )
spec.vb :
- uid : TinyLife.Goals.JobType.OnLevelChanged(TinyLife.Goals.Job,System.Int32)
name : OnLevelChanged
- name : (
- uid : TinyLife.Goals.Job
name : Job
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-10-14 20:30:40 +02:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
2021-10-14 20:30:40 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
2021-10-14 20:30:40 +02:00
- name : )
- uid : TinyLife.Goals.StudentJobType.OnLevelChanged*
commentId : Overload:TinyLife.Goals.StudentJobType.OnLevelChanged
name : OnLevelChanged
nameWithType : StudentJobType.OnLevelChanged
fullName : TinyLife.Goals.StudentJobType.OnLevelChanged
- uid : System.Int32
commentId : T:System.Int32
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
name : int
nameWithType : int
fullName : int
nameWithType.vb : Integer
fullName.vb : Integer
name.vb : Integer
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Goals.JobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
commentId : M:TinyLife.Goals.JobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
parent : TinyLife.Goals.JobType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
name : UpdateWorking(Job, WorkAction, TimeSpan, float)
nameWithType : JobType.UpdateWorking(Job, WorkAction, TimeSpan, float)
fullName : TinyLife.Goals.JobType.UpdateWorking(TinyLife.Goals.Job, TinyLife.Actions.WorkAction, System.TimeSpan, float)
nameWithType.vb : JobType.UpdateWorking(Job, WorkAction, TimeSpan, Single)
fullName.vb : TinyLife.Goals.JobType.UpdateWorking(TinyLife.Goals.Job, TinyLife.Actions.WorkAction, System.TimeSpan, Single)
name.vb : UpdateWorking(Job, WorkAction, TimeSpan, Single)
2022-11-12 13:53:28 +01:00
spec.csharp :
- uid : TinyLife.Goals.JobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
name : UpdateWorking
- name : (
- uid : TinyLife.Goals.Job
name : Job
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.WorkAction
name : WorkAction
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-11-12 13:53:28 +01:00
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : ','
- name : " "
2022-11-12 13:53:28 +01:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2022-11-12 13:53:28 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2022-11-12 13:53:28 +01:00
- name : )
spec.vb :
- uid : TinyLife.Goals.JobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single)
name : UpdateWorking
- name : (
- uid : TinyLife.Goals.Job
name : Job
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.WorkAction
name : WorkAction
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-11-12 13:53:28 +01:00
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : ','
- name : " "
2022-11-12 13:53:28 +01:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2022-11-12 13:53:28 +01:00
- name : )
- uid : TinyLife.Goals.StudentJobType.UpdateWorking*
commentId : Overload:TinyLife.Goals.StudentJobType.UpdateWorking
name : UpdateWorking
nameWithType : StudentJobType.UpdateWorking
fullName : TinyLife.Goals.StudentJobType.UpdateWorking
- uid : System.TimeSpan
commentId : T:System.TimeSpan
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
2022-11-12 13:53:28 +01:00
name : TimeSpan
nameWithType : TimeSpan
fullName : System.TimeSpan