### YamlMime:ManagedReference items: - uid: TinyLife.Goals.StudentJobType commentId: T:TinyLife.Goals.StudentJobType id: StudentJobType parent: TinyLife.Goals children: - TinyLife.Goals.StudentJobType.#ctor(System.String,MLEM.Textures.TextureRegion,System.Single,System.ValueTuple{System.Int32,System.Int32},System.DayOfWeek[]) - TinyLife.Goals.StudentJobType.OnLevelChanged(TinyLife.Goals.Job,System.Int32) - TinyLife.Goals.StudentJobType.OnWorkFinished(TinyLife.Goals.Job,TinyLife.Actions.WorkAction) - TinyLife.Goals.StudentJobType.Schedule - TinyLife.Goals.StudentJobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single) langs: - csharp - vb name: StudentJobType nameWithType: StudentJobType fullName: TinyLife.Goals.StudentJobType type: Class source: remote: path: TinyLife/Goals/StudentJobType.cs branch: 0.29.3-dev repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StudentJobType path: ../TinyLife/Goals/StudentJobType.cs startLine: 15 assemblies: - Tiny Life namespace: TinyLife.Goals summary: "\nA for school students\n" example: [] syntax: content: 'public class StudentJobType : JobType, IGenericDataHolder, IEmotionSource' content.vb: >- Public Class StudentJobType Inherits JobType Implements IGenericDataHolder, IEmotionSource inheritance: - System.Object - MLEM.Misc.GenericDataHolder - TinyLife.Goals.JobType implements: - MLEM.Misc.IGenericDataHolder - TinyLife.Emotions.IEmotionSource inheritedMembers: - TinyLife.Goals.JobType.Types - TinyLife.Goals.JobType.PrimarySchoolStudent - 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 - TinyLife.Goals.JobType.Name - TinyLife.Goals.JobType.Icon - 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 - TinyLife.Goals.JobType.DailyTasks - TinyLife.Goals.JobType.DailyTaskImportance - TinyLife.Goals.JobType.ChoicePrompts - TinyLife.Goals.JobType.SourceString - TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person,System.Int32) - TinyLife.Goals.JobType.IsTimeToWork(System.TimeSpan) - TinyLife.Goals.JobType.ToScheduleString(System.DayOfWeek) - 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) - TinyLife.Goals.JobType.OnRaiseReceived(TinyLife.Goals.Job) - TinyLife.Goals.JobType.Register(TinyLife.Goals.JobType) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T}) - 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 modifiers.csharp: - public - class modifiers.vb: - Public - Class - 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 branch: 0.29.3-dev repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Schedule path: ../TinyLife/Goals/StudentJobType.cs startLine: 21 assemblies: - Tiny Life namespace: TinyLife.Goals summary: "\nThe schedule of a that has a -based job type. The schedule contains information about what skills should be learned on what days, and is used in to award those skills.\nTo add new skills to a given day, simply add to this dictionary's entries.\n" example: [] syntax: content: public static readonly Dictionary> 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)) modifiers.csharp: - public - static - readonly modifiers.vb: - Public - Shared - ReadOnly - 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[])' parent: TinyLife.Goals.StudentJobType langs: - csharp - vb name: StudentJobType(String, TextureRegion, Single, (Int32 Start, Int32 End), DayOfWeek[]) nameWithType: StudentJobType.StudentJobType(String, TextureRegion, Single, (Int32 Start, Int32 End), DayOfWeek[]) fullName: TinyLife.Goals.StudentJobType.StudentJobType(System.String, MLEM.Textures.TextureRegion, System.Single, System.ValueTuple, System.DayOfWeek[]) type: Constructor source: remote: path: TinyLife/Goals/StudentJobType.cs branch: 0.29.3-dev repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Goals/StudentJobType.cs startLine: 30 assemblies: - Tiny Life namespace: TinyLife.Goals summary: "\nCreates a new job type with the given settings\n" example: [] syntax: content: public StudentJobType(string name, TextureRegion icon, float hourlyPay, (int Start, int End) workHours, params DayOfWeek[] offWorkDays) parameters: - id: name type: System.String description: The name of the job - id: icon type: MLEM.Textures.TextureRegion description: This job type's icon. - id: hourlyPay type: System.Single description: The hourly wage that this job yields - id: workHours type: System.ValueTuple{System.Int32,System.Int32} description: A range of hours to work each day - id: offWorkDays type: System.DayOfWeek[] description: The days of the week that are off work content.vb: Public Sub New(name As String, icon As TextureRegion, hourlyPay As Single, workHours As(Start As Integer, End As Integer)(Of Integer , Integer), ParamArray offWorkDays As DayOfWeek()) overload: TinyLife.Goals.StudentJobType.#ctor* nameWithType.vb: StudentJobType.StudentJobType(String, TextureRegion, Single, (Start As Int32, End As Int32)(Of Int32, Int32), DayOfWeek()) modifiers.csharp: - public modifiers.vb: - Public fullName.vb: TinyLife.Goals.StudentJobType.StudentJobType(System.String, MLEM.Textures.TextureRegion, System.Single, System.ValueTuple(Of System.Int32, System.Int32), System.DayOfWeek()) name.vb: StudentJobType(String, TextureRegion, Single, (Start As Int32, End As Int32)(Of Int32, Int32), DayOfWeek()) - 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 branch: 0.29.3-dev repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnWorkFinished path: ../TinyLife/Goals/StudentJobType.cs startLine: 40 assemblies: - Tiny Life namespace: TinyLife.Goals summary: "\nA method that is called when a finishes a for this job.\nBy default, some emotion modifiers are randomly applied.\n" example: [] syntax: content: public override void OnWorkFinished(Job job, WorkAction action) parameters: - id: job type: TinyLife.Goals.Job description: The job instance - id: action type: TinyLife.Actions.WorkAction description: The work action that was completed 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* modifiers.csharp: - public - override modifiers.vb: - Public - Overrides - 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 name: OnLevelChanged(Job, Int32) nameWithType: StudentJobType.OnLevelChanged(Job, Int32) fullName: TinyLife.Goals.StudentJobType.OnLevelChanged(TinyLife.Goals.Job, System.Int32) type: Method source: remote: path: TinyLife/Goals/StudentJobType.cs branch: 0.29.3-dev repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnLevelChanged path: ../TinyLife/Goals/StudentJobType.cs startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Goals summary: "\nA method that is called when a is promoted or demoted for this job.\nBy default, some emotion modifiers are applied.\n" example: [] syntax: content: public override void OnLevelChanged(Job job, int levelDifference) parameters: - id: job type: TinyLife.Goals.Job description: The job instance - id: levelDifference type: System.Int32 description: The level difference that was applied. If the person was demoted, this value is -1, else it is 1. 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* modifiers.csharp: - public - override modifiers.vb: - Public - Overrides - 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 name: UpdateWorking(Job, WorkAction, TimeSpan, Single) nameWithType: StudentJobType.UpdateWorking(Job, WorkAction, TimeSpan, Single) fullName: TinyLife.Goals.StudentJobType.UpdateWorking(TinyLife.Goals.Job, TinyLife.Actions.WorkAction, System.TimeSpan, System.Single) type: Method source: remote: path: TinyLife/Goals/StudentJobType.cs branch: 0.29.3-dev repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UpdateWorking path: ../TinyLife/Goals/StudentJobType.cs startLine: 59 assemblies: - Tiny Life namespace: TinyLife.Goals summary: "\nUpdates this job type's instance. By default, this method causes students to gain skills in .\nThis is called in .\n" example: [] syntax: content: public override void UpdateWorking(Job job, WorkAction action, TimeSpan passedInGame, float speedMultiplier) parameters: - id: job type: TinyLife.Goals.Job description: The job instance. - id: action type: TinyLife.Actions.WorkAction description: The action that is currently being executed. - id: passedInGame type: System.TimeSpan description: The amount of time that has passed in game since the last update. - id: speedMultiplier type: System.Single description: The game's current speed multiplier. 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* modifiers.csharp: - public - override modifiers.vb: - Public - Overrides 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 - uid: System.Object commentId: T:System.Object parent: System isExternal: true name: Object nameWithType: Object fullName: System.Object - 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 - uid: TinyLife.Emotions.IEmotionSource commentId: T:TinyLife.Emotions.IEmotionSource parent: TinyLife.Emotions name: IEmotionSource nameWithType: IEmotionSource fullName: TinyLife.Emotions.IEmotionSource - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 name: Construct(Person, Int32) nameWithType: JobType.Construct(Person, Int32) fullName: TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person, System.Int32) spec.csharp: - uid: TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person,System.Int32) name: Construct nameWithType: JobType.Construct fullName: TinyLife.Goals.JobType.Construct - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Goals.JobType.Construct(TinyLife.Objects.Person,System.Int32) name: Construct nameWithType: JobType.Construct fullName: TinyLife.Goals.JobType.Construct - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Objects.Person name: Person nameWithType: Person fullName: TinyLife.Objects.Person - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Goals.JobType.IsTimeToWork(System.TimeSpan) commentId: M:TinyLife.Goals.JobType.IsTimeToWork(System.TimeSpan) parent: TinyLife.Goals.JobType isExternal: true name: IsTimeToWork(TimeSpan) nameWithType: JobType.IsTimeToWork(TimeSpan) fullName: TinyLife.Goals.JobType.IsTimeToWork(System.TimeSpan) spec.csharp: - uid: TinyLife.Goals.JobType.IsTimeToWork(System.TimeSpan) name: IsTimeToWork nameWithType: JobType.IsTimeToWork fullName: TinyLife.Goals.JobType.IsTimeToWork - name: ( nameWithType: ( fullName: ( - uid: System.TimeSpan name: TimeSpan nameWithType: TimeSpan fullName: System.TimeSpan isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Goals.JobType.IsTimeToWork(System.TimeSpan) name: IsTimeToWork nameWithType: JobType.IsTimeToWork fullName: TinyLife.Goals.JobType.IsTimeToWork - name: ( nameWithType: ( fullName: ( - uid: System.TimeSpan name: TimeSpan nameWithType: TimeSpan fullName: System.TimeSpan isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Goals.JobType.ToScheduleString(System.DayOfWeek) commentId: M:TinyLife.Goals.JobType.ToScheduleString(System.DayOfWeek) parent: TinyLife.Goals.JobType isExternal: true name: ToScheduleString(DayOfWeek) nameWithType: JobType.ToScheduleString(DayOfWeek) fullName: TinyLife.Goals.JobType.ToScheduleString(System.DayOfWeek) spec.csharp: - uid: TinyLife.Goals.JobType.ToScheduleString(System.DayOfWeek) name: ToScheduleString nameWithType: JobType.ToScheduleString fullName: TinyLife.Goals.JobType.ToScheduleString - name: ( nameWithType: ( fullName: ( - uid: System.DayOfWeek name: DayOfWeek nameWithType: DayOfWeek fullName: System.DayOfWeek isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Goals.JobType.ToScheduleString(System.DayOfWeek) name: ToScheduleString nameWithType: JobType.ToScheduleString fullName: TinyLife.Goals.JobType.ToScheduleString - name: ( nameWithType: ( fullName: ( - uid: System.DayOfWeek name: DayOfWeek nameWithType: DayOfWeek fullName: System.DayOfWeek isExternal: true - name: ) nameWithType: ) fullName: ) - 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 name: GetDisplayName(Nullable) nameWithType: JobType.GetDisplayName(Nullable) fullName: TinyLife.Goals.JobType.GetDisplayName(System.Nullable) nameWithType.vb: JobType.GetDisplayName(Nullable(Of Int32)) fullName.vb: TinyLife.Goals.JobType.GetDisplayName(System.Nullable(Of System.Int32)) name.vb: GetDisplayName(Nullable(Of Int32)) spec.csharp: - uid: TinyLife.Goals.JobType.GetDisplayName(System.Nullable{System.Int32}) name: GetDisplayName nameWithType: JobType.GetDisplayName fullName: TinyLife.Goals.JobType.GetDisplayName - name: ( nameWithType: ( fullName: ( - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: < nameWithType: < fullName: < - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Goals.JobType.GetDisplayName(System.Nullable{System.Int32}) name: GetDisplayName nameWithType: JobType.GetDisplayName fullName: TinyLife.Goals.JobType.GetDisplayName - name: ( nameWithType: ( fullName: ( - uid: System.Nullable`1 name: Nullable nameWithType: Nullable fullName: System.Nullable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - 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 nameWithType: JobType.GetRequiredPromotionSkills fullName: TinyLife.Goals.JobType.GetRequiredPromotionSkills - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Goals.Job name: Job nameWithType: Job fullName: TinyLife.Goals.Job - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Goals.JobType.GetRequiredPromotionSkills(TinyLife.Goals.Job) name: GetRequiredPromotionSkills nameWithType: JobType.GetRequiredPromotionSkills fullName: TinyLife.Goals.JobType.GetRequiredPromotionSkills - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Goals.Job name: Job nameWithType: Job fullName: TinyLife.Goals.Job - name: ) nameWithType: ) fullName: ) - 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 nameWithType: JobType.OnWorkStartsInAnHour fullName: TinyLife.Goals.JobType.OnWorkStartsInAnHour - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Goals.Job name: Job nameWithType: Job fullName: TinyLife.Goals.Job - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Goals.JobType.OnWorkStartsInAnHour(TinyLife.Goals.Job) name: OnWorkStartsInAnHour nameWithType: JobType.OnWorkStartsInAnHour fullName: TinyLife.Goals.JobType.OnWorkStartsInAnHour - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Goals.Job name: Job nameWithType: Job fullName: TinyLife.Goals.Job - name: ) nameWithType: ) fullName: ) - 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 nameWithType: JobType.OnWorkHoursOver fullName: TinyLife.Goals.JobType.OnWorkHoursOver - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Goals.Job name: Job nameWithType: Job fullName: TinyLife.Goals.Job - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Goals.JobType.OnWorkHoursOver(TinyLife.Goals.Job) name: OnWorkHoursOver nameWithType: JobType.OnWorkHoursOver fullName: TinyLife.Goals.JobType.OnWorkHoursOver - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Goals.Job name: Job nameWithType: Job fullName: TinyLife.Goals.Job - name: ) nameWithType: ) fullName: ) - 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 nameWithType: JobType.OnWorkStarted fullName: TinyLife.Goals.JobType.OnWorkStarted - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Goals.Job name: Job nameWithType: Job fullName: TinyLife.Goals.Job - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.WorkAction name: WorkAction nameWithType: WorkAction fullName: TinyLife.Actions.WorkAction - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Goals.JobType.OnWorkStarted(TinyLife.Goals.Job,TinyLife.Actions.WorkAction) name: OnWorkStarted nameWithType: JobType.OnWorkStarted fullName: TinyLife.Goals.JobType.OnWorkStarted - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Goals.Job name: Job nameWithType: Job fullName: TinyLife.Goals.Job - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.WorkAction name: WorkAction nameWithType: WorkAction fullName: TinyLife.Actions.WorkAction - name: ) nameWithType: ) fullName: ) - 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 nameWithType: JobType.OnRaiseReceived fullName: TinyLife.Goals.JobType.OnRaiseReceived - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Goals.Job name: Job nameWithType: Job fullName: TinyLife.Goals.Job - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Goals.JobType.OnRaiseReceived(TinyLife.Goals.Job) name: OnRaiseReceived nameWithType: JobType.OnRaiseReceived fullName: TinyLife.Goals.JobType.OnRaiseReceived - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Goals.Job name: Job nameWithType: Job fullName: TinyLife.Goals.Job - name: ) nameWithType: ) fullName: ) - 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 nameWithType: JobType.Register fullName: TinyLife.Goals.JobType.Register - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Goals.JobType name: JobType nameWithType: JobType fullName: TinyLife.Goals.JobType - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Goals.JobType.Register(TinyLife.Goals.JobType) name: Register nameWithType: JobType.Register fullName: TinyLife.Goals.JobType.Register - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Goals.JobType name: JobType nameWithType: JobType fullName: TinyLife.Goals.JobType - name: ) nameWithType: ) fullName: ) - 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 name: SetData(String, Object) nameWithType: GenericDataHolder.SetData(String, Object) fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object) spec.csharp: - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) name: SetData nameWithType: GenericDataHolder.SetData fullName: MLEM.Misc.GenericDataHolder.SetData isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) name: SetData nameWithType: GenericDataHolder.SetData fullName: MLEM.Misc.GenericDataHolder.SetData isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - 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) name: SetData(String, T) nameWithType: GenericDataHolder.SetData(String, T) fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, T) nameWithType.vb: GenericDataHolder.SetData(Of T)(String, T) fullName.vb: MLEM.Misc.GenericDataHolder.SetData(Of T)(System.String, T) name.vb: SetData(Of T)(String, T) spec.csharp: - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) name: SetData nameWithType: GenericDataHolder.SetData fullName: MLEM.Misc.GenericDataHolder.SetData isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) spec.vb: - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) name: SetData(Of T) nameWithType: GenericDataHolder.SetData(Of T) fullName: MLEM.Misc.GenericDataHolder.SetData(Of T) isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) parent: MLEM.Misc.GenericDataHolder isExternal: true name: GetData(String) nameWithType: GenericDataHolder.GetData(String) fullName: MLEM.Misc.GenericDataHolder.GetData(System.String) nameWithType.vb: GenericDataHolder.GetData(Of T)(String) fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String) name.vb: GetData(Of T)(String) spec.csharp: - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) name: GetData nameWithType: GenericDataHolder.GetData fullName: MLEM.Misc.GenericDataHolder.GetData isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) name: GetData(Of T) nameWithType: GenericDataHolder.GetData(Of T) fullName: MLEM.Misc.GenericDataHolder.GetData(Of T) isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ) nameWithType: ) fullName: ) - 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 nameWithType: GenericDataHolder.GetDataKeys fullName: MLEM.Misc.GenericDataHolder.GetDataKeys isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: MLEM.Misc.GenericDataHolder.GetDataKeys name: GetDataKeys nameWithType: GenericDataHolder.GetDataKeys fullName: MLEM.Misc.GenericDataHolder.GetDataKeys isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true name: Equals(Object) nameWithType: Object.Equals(Object) fullName: System.Object.Equals(System.Object) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true name: Equals(Object, Object) nameWithType: Object.Equals(Object, Object) fullName: System.Object.Equals(System.Object, System.Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true name: GetHashCode() nameWithType: Object.GetHashCode() fullName: System.Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode nameWithType: Object.GetHashCode fullName: System.Object.GetHashCode isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode nameWithType: Object.GetHashCode fullName: System.Object.GetHashCode isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true name: GetType() nameWithType: Object.GetType() fullName: System.Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType nameWithType: Object.GetType fullName: System.Object.GetType isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.GetType name: GetType nameWithType: Object.GetType fullName: System.Object.GetType isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true name: MemberwiseClone() nameWithType: Object.MemberwiseClone() fullName: System.Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone nameWithType: Object.MemberwiseClone fullName: System.Object.MemberwiseClone isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone nameWithType: Object.MemberwiseClone fullName: System.Object.MemberwiseClone isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true name: ReferenceEquals(Object, Object) nameWithType: Object.ReferenceEquals(Object, Object) fullName: System.Object.ReferenceEquals(System.Object, System.Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals nameWithType: Object.ReferenceEquals fullName: System.Object.ReferenceEquals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals nameWithType: Object.ReferenceEquals fullName: System.Object.ReferenceEquals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true name: ToString() nameWithType: Object.ToString() fullName: System.Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString nameWithType: Object.ToString fullName: System.Object.ToString isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.ToString name: ToString nameWithType: Object.ToString fullName: System.Object.ToString isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - 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) name: JsonCopy() nameWithType: Extensions.JsonCopy() fullName: TinyLife.Utilities.Extensions.JsonCopy() nameWithType.vb: Extensions.JsonCopy(Of StudentJobType)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.StudentJobType)() name.vb: JsonCopy(Of StudentJobType)() spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1 name: JsonCopy nameWithType: Extensions.JsonCopy fullName: TinyLife.Utilities.Extensions.JsonCopy - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1 name: JsonCopy(Of StudentJobType) nameWithType: Extensions.JsonCopy(Of StudentJobType) fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.StudentJobType) - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System commentId: N:System isExternal: true name: System nameWithType: System fullName: System - uid: MLEM.Misc commentId: N:MLEM.Misc isExternal: true name: MLEM.Misc nameWithType: MLEM.Misc fullName: MLEM.Misc - uid: TinyLife.Emotions commentId: N:TinyLife.Emotions name: TinyLife.Emotions nameWithType: TinyLife.Emotions fullName: TinyLife.Emotions - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) commentId: M:MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) isExternal: true name: SetData(String, T) nameWithType: GenericDataHolder.SetData(String, T) fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, T) nameWithType.vb: GenericDataHolder.SetData(Of T)(String, T) fullName.vb: MLEM.Misc.GenericDataHolder.SetData(Of T)(System.String, T) name.vb: SetData(Of T)(String, T) spec.csharp: - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) name: SetData nameWithType: GenericDataHolder.SetData fullName: MLEM.Misc.GenericDataHolder.SetData isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) spec.vb: - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) name: SetData(Of T) nameWithType: GenericDataHolder.SetData(Of T) fullName: MLEM.Misc.GenericDataHolder.SetData(Of T) isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.String name: String nameWithType: String fullName: System.String isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy(T) nameWithType: Extensions.JsonCopy(T) fullName: TinyLife.Utilities.Extensions.JsonCopy(T) nameWithType.vb: Extensions.JsonCopy(Of T)(T) fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T) spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy nameWithType: Extensions.JsonCopy fullName: TinyLife.Utilities.Extensions.JsonCopy - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy(Of T) nameWithType: Extensions.JsonCopy(Of T) fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T) - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - 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 - 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 - uid: System.Collections.Generic.List`1 commentId: T:System.Collections.Generic.List`1 isExternal: true name: List nameWithType: List fullName: System.Collections.Generic.List 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 nameWithType: List fullName: System.Collections.Generic.List isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List nameWithType: List fullName: System.Collections.Generic.List isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - 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 name: Dictionary> nameWithType: Dictionary> fullName: System.Collections.Generic.Dictionary> 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 nameWithType: Dictionary fullName: System.Collections.Generic.Dictionary isExternal: true - name: < nameWithType: < fullName: < - uid: System.DayOfWeek name: DayOfWeek nameWithType: DayOfWeek fullName: System.DayOfWeek isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Collections.Generic.List`1 name: List nameWithType: List fullName: System.Collections.Generic.List isExternal: true - name: < nameWithType: < fullName: < - uid: TinyLife.Skills.SkillType name: SkillType nameWithType: SkillType fullName: TinyLife.Skills.SkillType - name: '>' nameWithType: '>' fullName: '>' - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Collections.Generic.Dictionary`2 name: Dictionary nameWithType: Dictionary fullName: System.Collections.Generic.Dictionary isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: System.DayOfWeek name: DayOfWeek nameWithType: DayOfWeek fullName: System.DayOfWeek isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Collections.Generic.List`1 name: List nameWithType: List fullName: System.Collections.Generic.List isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: TinyLife.Skills.SkillType name: SkillType nameWithType: SkillType fullName: TinyLife.Skills.SkillType - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Objects commentId: N:TinyLife.Objects name: TinyLife.Objects nameWithType: TinyLife.Objects fullName: TinyLife.Objects - uid: System.Collections.Generic.Dictionary`2 commentId: T:System.Collections.Generic.Dictionary`2 isExternal: true name: Dictionary nameWithType: Dictionary fullName: System.Collections.Generic.Dictionary 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 nameWithType: Dictionary fullName: System.Collections.Generic.Dictionary isExternal: true - name: < nameWithType: < fullName: < - name: TKey nameWithType: TKey fullName: TKey - name: ', ' nameWithType: ', ' fullName: ', ' - name: TValue nameWithType: TValue fullName: TValue - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Collections.Generic.Dictionary`2 name: Dictionary nameWithType: Dictionary fullName: System.Collections.Generic.Dictionary isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: TKey nameWithType: TKey fullName: TKey - name: ', ' nameWithType: ', ' fullName: ', ' - name: TValue nameWithType: TValue fullName: TValue - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic commentId: N:System.Collections.Generic isExternal: true name: System.Collections.Generic nameWithType: System.Collections.Generic fullName: System.Collections.Generic - uid: TinyLife.Goals.StudentJobType.#ctor* commentId: Overload:TinyLife.Goals.StudentJobType.#ctor name: StudentJobType nameWithType: StudentJobType.StudentJobType fullName: TinyLife.Goals.StudentJobType.StudentJobType - uid: System.String commentId: T:System.String parent: System isExternal: true name: String nameWithType: String fullName: System.String - uid: MLEM.Textures.TextureRegion commentId: T:MLEM.Textures.TextureRegion parent: MLEM.Textures isExternal: true name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion - uid: System.Single commentId: T:System.Single parent: System isExternal: true name: Single nameWithType: Single fullName: System.Single - uid: System.ValueTuple{System.Int32,System.Int32} commentId: T:System.ValueTuple{System.Int32,System.Int32} parent: System definition: System.ValueTuple`2 name: (T1, T2) nameWithType: (T1, T2) fullName: System.ValueTuple nameWithType.vb: (T1, T2)(Of Int32, Int32) fullName.vb: System.ValueTuple(Of System.Int32, System.Int32) name.vb: (T1, T2)(Of Int32, Int32) spec.csharp: - uid: System.ValueTuple`2 name: (T1, T2) nameWithType: (T1, T2) fullName: System.ValueTuple isExternal: true - name: < nameWithType: < fullName: < - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.ValueTuple`2 name: (T1, T2) nameWithType: (T1, T2) fullName: System.ValueTuple isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.DayOfWeek[] isExternal: true name: DayOfWeek[] nameWithType: DayOfWeek[] fullName: System.DayOfWeek[] nameWithType.vb: DayOfWeek() fullName.vb: System.DayOfWeek() name.vb: DayOfWeek() spec.csharp: - uid: System.DayOfWeek name: DayOfWeek nameWithType: DayOfWeek fullName: System.DayOfWeek isExternal: true - name: '[]' nameWithType: '[]' fullName: '[]' spec.vb: - uid: System.DayOfWeek name: DayOfWeek nameWithType: DayOfWeek fullName: System.DayOfWeek isExternal: true - name: () nameWithType: () fullName: () - uid: MLEM.Textures commentId: N:MLEM.Textures isExternal: true name: MLEM.Textures nameWithType: MLEM.Textures fullName: MLEM.Textures - uid: System.ValueTuple`2 commentId: T:System.ValueTuple`2 isExternal: true name: (T1, T2) nameWithType: (T1, T2) fullName: System.ValueTuple nameWithType.vb: (T1, T2)(Of T1, T2) fullName.vb: System.ValueTuple(Of T1, T2) name.vb: (T1, T2)(Of T1, T2) spec.csharp: - uid: System.ValueTuple`2 name: (T1, T2) nameWithType: (T1, T2) fullName: System.ValueTuple isExternal: true - name: < nameWithType: < fullName: < - name: T1 nameWithType: T1 fullName: T1 - name: ', ' nameWithType: ', ' fullName: ', ' - name: T2 nameWithType: T2 fullName: T2 - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.ValueTuple`2 name: (T1, T2) nameWithType: (T1, T2) fullName: System.ValueTuple isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T1 nameWithType: T1 fullName: T1 - name: ', ' nameWithType: ', ' fullName: ', ' - name: T2 nameWithType: T2 fullName: T2 - name: ) nameWithType: ) fullName: ) - 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 nameWithType: JobType.OnWorkFinished fullName: TinyLife.Goals.JobType.OnWorkFinished - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Goals.Job name: Job nameWithType: Job fullName: TinyLife.Goals.Job - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.WorkAction name: WorkAction nameWithType: WorkAction fullName: TinyLife.Actions.WorkAction - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Goals.JobType.OnWorkFinished(TinyLife.Goals.Job,TinyLife.Actions.WorkAction) name: OnWorkFinished nameWithType: JobType.OnWorkFinished fullName: TinyLife.Goals.JobType.OnWorkFinished - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Goals.Job name: Job nameWithType: Job fullName: TinyLife.Goals.Job - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.WorkAction name: WorkAction nameWithType: WorkAction fullName: TinyLife.Actions.WorkAction - name: ) nameWithType: ) fullName: ) - 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 - 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 name: OnLevelChanged(Job, Int32) nameWithType: JobType.OnLevelChanged(Job, Int32) fullName: TinyLife.Goals.JobType.OnLevelChanged(TinyLife.Goals.Job, System.Int32) spec.csharp: - uid: TinyLife.Goals.JobType.OnLevelChanged(TinyLife.Goals.Job,System.Int32) name: OnLevelChanged nameWithType: JobType.OnLevelChanged fullName: TinyLife.Goals.JobType.OnLevelChanged - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Goals.Job name: Job nameWithType: Job fullName: TinyLife.Goals.Job - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Goals.JobType.OnLevelChanged(TinyLife.Goals.Job,System.Int32) name: OnLevelChanged nameWithType: JobType.OnLevelChanged fullName: TinyLife.Goals.JobType.OnLevelChanged - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Goals.Job name: Job nameWithType: Job fullName: TinyLife.Goals.Job - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - 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 name: Int32 nameWithType: Int32 fullName: System.Int32 - 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 name: UpdateWorking(Job, WorkAction, TimeSpan, Single) nameWithType: JobType.UpdateWorking(Job, WorkAction, TimeSpan, Single) fullName: TinyLife.Goals.JobType.UpdateWorking(TinyLife.Goals.Job, TinyLife.Actions.WorkAction, System.TimeSpan, System.Single) spec.csharp: - uid: TinyLife.Goals.JobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single) name: UpdateWorking nameWithType: JobType.UpdateWorking fullName: TinyLife.Goals.JobType.UpdateWorking - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Goals.Job name: Job nameWithType: Job fullName: TinyLife.Goals.Job - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.WorkAction name: WorkAction nameWithType: WorkAction fullName: TinyLife.Actions.WorkAction - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.TimeSpan name: TimeSpan nameWithType: TimeSpan fullName: System.TimeSpan isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Goals.JobType.UpdateWorking(TinyLife.Goals.Job,TinyLife.Actions.WorkAction,System.TimeSpan,System.Single) name: UpdateWorking nameWithType: JobType.UpdateWorking fullName: TinyLife.Goals.JobType.UpdateWorking - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Goals.Job name: Job nameWithType: Job fullName: TinyLife.Goals.Job - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Actions.WorkAction name: WorkAction nameWithType: WorkAction fullName: TinyLife.Actions.WorkAction - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.TimeSpan name: TimeSpan nameWithType: TimeSpan fullName: System.TimeSpan isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Single name: Single nameWithType: Single fullName: System.Single isExternal: true - name: ) nameWithType: ) fullName: ) - 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 name: TimeSpan nameWithType: TimeSpan fullName: System.TimeSpan