### YamlMime:ManagedReference items: - uid: TinyLife.Goals.TimedGoal commentId: T:TinyLife.Goals.TimedGoal id: TimedGoal parent: TinyLife.Goals children: - TinyLife.Goals.TimedGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo) - TinyLife.Goals.TimedGoal.GetDisplayedProgress - TinyLife.Goals.TimedGoal.GetProgress - TinyLife.Goals.TimedGoal.Reset - TinyLife.Goals.TimedGoal.Trigger(System.TimeSpan) langs: - csharp - vb name: TimedGoal nameWithType: TimedGoal fullName: TinyLife.Goals.TimedGoal type: Class source: remote: path: TinyLife/Goals/TimedGoal.cs branch: 0.29.3-dev repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TimedGoal path: ../TinyLife/Goals/TimedGoal.cs startLine: 10 assemblies: - Tiny Life namespace: TinyLife.Goals summary: "\nA timed goal is an auto-triggered goal, intended to be used with , that gets completed when a specified amount of time is reached.\nTo trigger all timed goals in a goal set, use .\n" example: [] syntax: content: 'public class TimedGoal : AutoTriggerGoal, IGenericDataHolder' content.vb: >- Public Class TimedGoal Inherits AutoTriggerGoal(Of TimeSpan) Implements IGenericDataHolder inheritance: - System.Object - MLEM.Data.Json.JsonTypeSafeGenericDataHolder - TinyLife.Goals.Goal - TinyLife.Goals.Goal{TinyLife.Goals.AutoGoalInfo} - TinyLife.Goals.AutoTriggerGoal - TinyLife.Goals.AutoTriggerGoal{System.TimeSpan} implements: - MLEM.Misc.IGenericDataHolder inheritedMembers: - TinyLife.Goals.AutoTriggerGoal{System.TimeSpan}.Trigger(System.Object) - TinyLife.Goals.AutoTriggerGoal{System.TimeSpan}.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) - TinyLife.Goals.Goal{TinyLife.Goals.AutoGoalInfo}.Info - TinyLife.Goals.Goal.Name - TinyLife.Goals.Goal.Set - TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet) - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T}) - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.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.TimedGoal.TinyLife.Utilities.Extensions.JsonCopy``1 modifiers.csharp: - public - class modifiers.vb: - Public - Class - uid: TinyLife.Goals.TimedGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo) commentId: M:TinyLife.Goals.TimedGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo) id: '#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)' parent: TinyLife.Goals.TimedGoal langs: - csharp - vb name: TimedGoal(GoalSet, AutoGoalInfo) nameWithType: TimedGoal.TimedGoal(GoalSet, AutoGoalInfo) fullName: TinyLife.Goals.TimedGoal.TimedGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo) type: Constructor source: remote: path: TinyLife/Goals/TimedGoal.cs branch: 0.29.3-dev repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Goals/TimedGoal.cs startLine: 16 assemblies: - Tiny Life namespace: TinyLife.Goals example: [] syntax: content: public TimedGoal(GoalSet set, AutoGoalInfo info) parameters: - id: set type: TinyLife.Goals.GoalSet - id: info type: TinyLife.Goals.AutoGoalInfo content.vb: Public Sub New(set As GoalSet, info As AutoGoalInfo) overload: TinyLife.Goals.TimedGoal.#ctor* modifiers.csharp: - public modifiers.vb: - Public - uid: TinyLife.Goals.TimedGoal.GetProgress commentId: M:TinyLife.Goals.TimedGoal.GetProgress id: GetProgress parent: TinyLife.Goals.TimedGoal langs: - csharp - vb name: GetProgress() nameWithType: TimedGoal.GetProgress() fullName: TinyLife.Goals.TimedGoal.GetProgress() type: Method source: remote: path: TinyLife/Goals/TimedGoal.cs branch: 0.29.3-dev repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetProgress path: ../TinyLife/Goals/TimedGoal.cs startLine: 22 assemblies: - Tiny Life namespace: TinyLife.Goals summary: "\nReturns the progress percentage (between 0 and 1) that this goal has\n" example: [] syntax: content: public override float GetProgress() return: type: System.Single description: The progress percentage content.vb: Public Overrides Function GetProgress As Single overridden: TinyLife.Goals.Goal.GetProgress overload: TinyLife.Goals.TimedGoal.GetProgress* modifiers.csharp: - public - override modifiers.vb: - Public - Overrides - uid: TinyLife.Goals.TimedGoal.Reset commentId: M:TinyLife.Goals.TimedGoal.Reset id: Reset parent: TinyLife.Goals.TimedGoal langs: - csharp - vb name: Reset() nameWithType: TimedGoal.Reset() fullName: TinyLife.Goals.TimedGoal.Reset() type: Method source: remote: path: TinyLife/Goals/TimedGoal.cs branch: 0.29.3-dev repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Reset path: ../TinyLife/Goals/TimedGoal.cs startLine: 27 assemblies: - Tiny Life namespace: TinyLife.Goals summary: "\nResets this goal to the default values, which should cause 0 to be returned on \n" example: [] syntax: content: public override void Reset() content.vb: Public Overrides Sub Reset overridden: TinyLife.Goals.Goal.Reset overload: TinyLife.Goals.TimedGoal.Reset* modifiers.csharp: - public - override modifiers.vb: - Public - Overrides - uid: TinyLife.Goals.TimedGoal.GetDisplayedProgress commentId: M:TinyLife.Goals.TimedGoal.GetDisplayedProgress id: GetDisplayedProgress parent: TinyLife.Goals.TimedGoal langs: - csharp - vb name: GetDisplayedProgress() nameWithType: TimedGoal.GetDisplayedProgress() fullName: TinyLife.Goals.TimedGoal.GetDisplayedProgress() type: Method source: remote: path: TinyLife/Goals/TimedGoal.cs branch: 0.29.3-dev repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDisplayedProgress path: ../TinyLife/Goals/TimedGoal.cs startLine: 32 assemblies: - Tiny Life namespace: TinyLife.Goals summary: "\nReturns a string that is used in a goal set's displayed ui information that determines the progress of this goal.\nBy default, the percentage is displayed as a percentage between 0 and 100.\n" example: [] syntax: content: public override string GetDisplayedProgress() return: type: System.String description: The displayed goal progress content.vb: Public Overrides Function GetDisplayedProgress As String overridden: TinyLife.Goals.Goal.GetDisplayedProgress overload: TinyLife.Goals.TimedGoal.GetDisplayedProgress* modifiers.csharp: - public - override modifiers.vb: - Public - Overrides - uid: TinyLife.Goals.TimedGoal.Trigger(System.TimeSpan) commentId: M:TinyLife.Goals.TimedGoal.Trigger(System.TimeSpan) id: Trigger(System.TimeSpan) parent: TinyLife.Goals.TimedGoal langs: - csharp - vb name: Trigger(TimeSpan) nameWithType: TimedGoal.Trigger(TimeSpan) fullName: TinyLife.Goals.TimedGoal.Trigger(System.TimeSpan) type: Method source: remote: path: TinyLife/Goals/TimedGoal.cs branch: 0.29.3-dev repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Trigger path: ../TinyLife/Goals/TimedGoal.cs startLine: 38 assemblies: - Tiny Life namespace: TinyLife.Goals summary: "\nCauses this auto-triggered goal to be triggered.\nThis method should only be called if returns .\n" example: [] syntax: content: public override void Trigger(TimeSpan value) parameters: - id: value type: System.TimeSpan content.vb: Public Overrides Sub Trigger(value As TimeSpan) overridden: TinyLife.Goals.AutoTriggerGoal{System.TimeSpan}.Trigger(System.TimeSpan) overload: TinyLife.Goals.TimedGoal.Trigger* modifiers.csharp: - public - override modifiers.vb: - Public - Overrides references: - uid: TinyLife.Goals.AutoGoalInfo commentId: T:TinyLife.Goals.AutoGoalInfo parent: TinyLife.Goals name: AutoGoalInfo nameWithType: AutoGoalInfo fullName: TinyLife.Goals.AutoGoalInfo - uid: TinyLife.Goals.TimedGoal.Trigger(System.TimeSpan) commentId: M:TinyLife.Goals.TimedGoal.Trigger(System.TimeSpan) isExternal: true - 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.Data.Json.JsonTypeSafeGenericDataHolder commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder parent: MLEM.Data.Json isExternal: true name: JsonTypeSafeGenericDataHolder nameWithType: JsonTypeSafeGenericDataHolder fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder - uid: TinyLife.Goals.Goal commentId: T:TinyLife.Goals.Goal parent: TinyLife.Goals name: Goal nameWithType: Goal fullName: TinyLife.Goals.Goal - uid: TinyLife.Goals.Goal{TinyLife.Goals.AutoGoalInfo} commentId: T:TinyLife.Goals.Goal{TinyLife.Goals.AutoGoalInfo} parent: TinyLife.Goals definition: TinyLife.Goals.Goal`1 name: Goal nameWithType: Goal fullName: TinyLife.Goals.Goal nameWithType.vb: Goal(Of AutoGoalInfo) fullName.vb: TinyLife.Goals.Goal(Of TinyLife.Goals.AutoGoalInfo) name.vb: Goal(Of AutoGoalInfo) spec.csharp: - uid: TinyLife.Goals.Goal`1 name: Goal nameWithType: Goal fullName: TinyLife.Goals.Goal - name: < nameWithType: < fullName: < - uid: TinyLife.Goals.AutoGoalInfo name: AutoGoalInfo nameWithType: AutoGoalInfo fullName: TinyLife.Goals.AutoGoalInfo - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: TinyLife.Goals.Goal`1 name: Goal nameWithType: Goal fullName: TinyLife.Goals.Goal - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: TinyLife.Goals.AutoGoalInfo name: AutoGoalInfo nameWithType: AutoGoalInfo fullName: TinyLife.Goals.AutoGoalInfo - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Goals.AutoTriggerGoal commentId: T:TinyLife.Goals.AutoTriggerGoal parent: TinyLife.Goals name: AutoTriggerGoal nameWithType: AutoTriggerGoal fullName: TinyLife.Goals.AutoTriggerGoal - uid: TinyLife.Goals.AutoTriggerGoal{System.TimeSpan} commentId: T:TinyLife.Goals.AutoTriggerGoal{System.TimeSpan} parent: TinyLife.Goals definition: TinyLife.Goals.AutoTriggerGoal`1 name: AutoTriggerGoal nameWithType: AutoTriggerGoal fullName: TinyLife.Goals.AutoTriggerGoal nameWithType.vb: AutoTriggerGoal(Of TimeSpan) fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of System.TimeSpan) name.vb: AutoTriggerGoal(Of TimeSpan) spec.csharp: - uid: TinyLife.Goals.AutoTriggerGoal`1 name: AutoTriggerGoal nameWithType: AutoTriggerGoal fullName: TinyLife.Goals.AutoTriggerGoal - name: < nameWithType: < fullName: < - uid: System.TimeSpan name: TimeSpan nameWithType: TimeSpan fullName: System.TimeSpan isExternal: true - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: TinyLife.Goals.AutoTriggerGoal`1 name: AutoTriggerGoal nameWithType: AutoTriggerGoal fullName: TinyLife.Goals.AutoTriggerGoal - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: System.TimeSpan name: TimeSpan nameWithType: TimeSpan fullName: System.TimeSpan isExternal: true - name: ) nameWithType: ) fullName: ) - uid: MLEM.Misc.IGenericDataHolder commentId: T:MLEM.Misc.IGenericDataHolder parent: MLEM.Misc isExternal: true name: IGenericDataHolder nameWithType: IGenericDataHolder fullName: MLEM.Misc.IGenericDataHolder - uid: TinyLife.Goals.AutoTriggerGoal{System.TimeSpan}.Trigger(System.Object) commentId: M:TinyLife.Goals.AutoTriggerGoal{System.TimeSpan}.Trigger(System.Object) parent: TinyLife.Goals.AutoTriggerGoal{System.TimeSpan} definition: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object) name: Trigger(Object) nameWithType: AutoTriggerGoal.Trigger(Object) fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object) nameWithType.vb: AutoTriggerGoal(Of TimeSpan).Trigger(Object) fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of System.TimeSpan).Trigger(System.Object) spec.csharp: - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object) name: Trigger nameWithType: AutoTriggerGoal.Trigger fullName: TinyLife.Goals.AutoTriggerGoal.Trigger - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object) name: Trigger nameWithType: AutoTriggerGoal(Of TimeSpan).Trigger fullName: TinyLife.Goals.AutoTriggerGoal(Of System.TimeSpan).Trigger - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Goals.AutoTriggerGoal{System.TimeSpan}.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) commentId: M:TinyLife.Goals.AutoTriggerGoal{System.TimeSpan}.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) parent: TinyLife.Goals.AutoTriggerGoal{System.TimeSpan} definition: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) name: CanTrigger(Object, GoalTrigger, Object) nameWithType: AutoTriggerGoal.CanTrigger(Object, GoalTrigger, Object) fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) nameWithType.vb: AutoTriggerGoal(Of TimeSpan).CanTrigger(Object, GoalTrigger, Object) fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of System.TimeSpan).CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) spec.csharp: - uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) name: CanTrigger nameWithType: AutoTriggerGoal.CanTrigger fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Goals.GoalTrigger name: GoalTrigger nameWithType: GoalTrigger fullName: TinyLife.Goals.GoalTrigger - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) name: CanTrigger nameWithType: AutoTriggerGoal(Of TimeSpan).CanTrigger fullName: TinyLife.Goals.AutoTriggerGoal(Of System.TimeSpan).CanTrigger - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Goals.GoalTrigger name: GoalTrigger nameWithType: GoalTrigger fullName: TinyLife.Goals.GoalTrigger - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Goals.Goal{TinyLife.Goals.AutoGoalInfo}.Info commentId: P:TinyLife.Goals.Goal{TinyLife.Goals.AutoGoalInfo}.Info parent: TinyLife.Goals.Goal{TinyLife.Goals.AutoGoalInfo} definition: TinyLife.Goals.Goal`1.Info name: Info nameWithType: Goal.Info fullName: TinyLife.Goals.Goal.Info nameWithType.vb: Goal(Of AutoGoalInfo).Info fullName.vb: TinyLife.Goals.Goal(Of TinyLife.Goals.AutoGoalInfo).Info - uid: TinyLife.Goals.Goal.Name commentId: F:TinyLife.Goals.Goal.Name parent: TinyLife.Goals.Goal name: Name nameWithType: Goal.Name fullName: TinyLife.Goals.Goal.Name - uid: TinyLife.Goals.Goal.Set commentId: P:TinyLife.Goals.Goal.Set parent: TinyLife.Goals.Goal name: Set nameWithType: Goal.Set fullName: TinyLife.Goals.Goal.Set - uid: TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet) commentId: M:TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet) parent: TinyLife.Goals.Goal name: Validate(GoalSet) nameWithType: Goal.Validate(GoalSet) fullName: TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet) spec.csharp: - uid: TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet) name: Validate nameWithType: Goal.Validate fullName: TinyLife.Goals.Goal.Validate - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Goals.GoalSet name: GoalSet nameWithType: GoalSet fullName: TinyLife.Goals.GoalSet - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet) name: Validate nameWithType: Goal.Validate fullName: TinyLife.Goals.Goal.Validate - name: ( nameWithType: ( fullName: ( - uid: TinyLife.Goals.GoalSet name: GoalSet nameWithType: GoalSet fullName: TinyLife.Goals.GoalSet - name: ) nameWithType: ) fullName: ) - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder isExternal: true name: SetData(String, Object) nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, Object) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, System.Object) spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) name: SetData nameWithType: JsonTypeSafeGenericDataHolder.SetData fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.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.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) name: SetData nameWithType: JsonTypeSafeGenericDataHolder.SetData fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.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.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T}) commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder definition: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) name: SetData(String, T) nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, T) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, T) nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(System.String, T) name.vb: SetData(Of T)(String, T) spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) name: SetData nameWithType: JsonTypeSafeGenericDataHolder.SetData fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.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.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) name: SetData(Of T) nameWithType: JsonTypeSafeGenericDataHolder.SetData(Of T) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.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.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder isExternal: true name: GetData(String) nameWithType: JsonTypeSafeGenericDataHolder.GetData(String) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(System.String) nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String) fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(System.String) name.vb: GetData(Of T)(String) spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) name: GetData nameWithType: JsonTypeSafeGenericDataHolder.GetData fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.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.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) name: GetData(Of T) nameWithType: JsonTypeSafeGenericDataHolder.GetData(Of T) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.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.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder isExternal: true name: GetDataKeys() nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys() fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys() spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys name: GetDataKeys nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys name: GetDataKeys nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.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.TimedGoal.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 TimedGoal)() fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.TimedGoal)() name.vb: JsonCopy(Of TimedGoal)() 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 TimedGoal) nameWithType: Extensions.JsonCopy(Of TimedGoal) fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.TimedGoal) - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System commentId: N:System isExternal: true name: System nameWithType: System fullName: System - uid: MLEM.Data.Json commentId: N:MLEM.Data.Json isExternal: true name: MLEM.Data.Json nameWithType: MLEM.Data.Json fullName: MLEM.Data.Json - uid: TinyLife.Goals.Goal`1 commentId: T:TinyLife.Goals.Goal`1 name: Goal nameWithType: Goal fullName: TinyLife.Goals.Goal nameWithType.vb: Goal(Of TInfo) fullName.vb: TinyLife.Goals.Goal(Of TInfo) name.vb: Goal(Of TInfo) spec.csharp: - uid: TinyLife.Goals.Goal`1 name: Goal nameWithType: Goal fullName: TinyLife.Goals.Goal - name: < nameWithType: < fullName: < - name: TInfo nameWithType: TInfo fullName: TInfo - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: TinyLife.Goals.Goal`1 name: Goal nameWithType: Goal fullName: TinyLife.Goals.Goal - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: TInfo nameWithType: TInfo fullName: TInfo - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Goals.AutoTriggerGoal`1 commentId: T:TinyLife.Goals.AutoTriggerGoal`1 name: AutoTriggerGoal nameWithType: AutoTriggerGoal fullName: TinyLife.Goals.AutoTriggerGoal nameWithType.vb: AutoTriggerGoal(Of T) fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T) name.vb: AutoTriggerGoal(Of T) spec.csharp: - uid: TinyLife.Goals.AutoTriggerGoal`1 name: AutoTriggerGoal nameWithType: AutoTriggerGoal fullName: TinyLife.Goals.AutoTriggerGoal - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: TinyLife.Goals.AutoTriggerGoal`1 name: AutoTriggerGoal nameWithType: AutoTriggerGoal fullName: TinyLife.Goals.AutoTriggerGoal - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: MLEM.Misc commentId: N:MLEM.Misc isExternal: true name: MLEM.Misc nameWithType: MLEM.Misc fullName: MLEM.Misc - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object) commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object) isExternal: true name: Trigger(Object) nameWithType: AutoTriggerGoal.Trigger(Object) fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object) nameWithType.vb: AutoTriggerGoal(Of T).Trigger(Object) fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(System.Object) spec.csharp: - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object) name: Trigger nameWithType: AutoTriggerGoal.Trigger fullName: TinyLife.Goals.AutoTriggerGoal.Trigger - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object) name: Trigger nameWithType: AutoTriggerGoal(Of T).Trigger fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) commentId: M:TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) isExternal: true name: CanTrigger(Object, GoalTrigger, Object) nameWithType: AutoTriggerGoal.CanTrigger(Object, GoalTrigger, Object) fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) nameWithType.vb: AutoTriggerGoal(Of T).CanTrigger(Object, GoalTrigger, Object) fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).CanTrigger(System.Object, TinyLife.Goals.GoalTrigger, System.Object) spec.csharp: - uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) name: CanTrigger nameWithType: AutoTriggerGoal.CanTrigger fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Goals.GoalTrigger name: GoalTrigger nameWithType: GoalTrigger fullName: TinyLife.Goals.GoalTrigger - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object) name: CanTrigger nameWithType: AutoTriggerGoal(Of T).CanTrigger fullName: TinyLife.Goals.AutoTriggerGoal(Of T).CanTrigger - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: TinyLife.Goals.GoalTrigger name: GoalTrigger nameWithType: GoalTrigger fullName: TinyLife.Goals.GoalTrigger - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Goals.Goal`1.Info commentId: P:TinyLife.Goals.Goal`1.Info name: Info nameWithType: Goal.Info fullName: TinyLife.Goals.Goal.Info nameWithType.vb: Goal(Of TInfo).Info fullName.vb: TinyLife.Goals.Goal(Of TInfo).Info - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) isExternal: true name: SetData(String, T) nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, T) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, T) nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(System.String, T) name.vb: SetData(Of T)(String, T) spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) name: SetData nameWithType: JsonTypeSafeGenericDataHolder.SetData fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.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.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) name: SetData(Of T) nameWithType: JsonTypeSafeGenericDataHolder.SetData(Of T) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.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.Goals.TimedGoal.#ctor* commentId: Overload:TinyLife.Goals.TimedGoal.#ctor name: TimedGoal nameWithType: TimedGoal.TimedGoal fullName: TinyLife.Goals.TimedGoal.TimedGoal - uid: TinyLife.Goals.GoalSet commentId: T:TinyLife.Goals.GoalSet parent: TinyLife.Goals name: GoalSet nameWithType: GoalSet fullName: TinyLife.Goals.GoalSet - uid: TinyLife.Goals.Goal.GetProgress commentId: M:TinyLife.Goals.Goal.GetProgress parent: TinyLife.Goals.Goal name: GetProgress() nameWithType: Goal.GetProgress() fullName: TinyLife.Goals.Goal.GetProgress() spec.csharp: - uid: TinyLife.Goals.Goal.GetProgress name: GetProgress nameWithType: Goal.GetProgress fullName: TinyLife.Goals.Goal.GetProgress - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Goals.Goal.GetProgress name: GetProgress nameWithType: Goal.GetProgress fullName: TinyLife.Goals.Goal.GetProgress - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Goals.TimedGoal.GetProgress* commentId: Overload:TinyLife.Goals.TimedGoal.GetProgress name: GetProgress nameWithType: TimedGoal.GetProgress fullName: TinyLife.Goals.TimedGoal.GetProgress - uid: System.Single commentId: T:System.Single parent: System isExternal: true name: Single nameWithType: Single fullName: System.Single - uid: TinyLife.Goals.Goal.Reset commentId: M:TinyLife.Goals.Goal.Reset parent: TinyLife.Goals.Goal name: Reset() nameWithType: Goal.Reset() fullName: TinyLife.Goals.Goal.Reset() spec.csharp: - uid: TinyLife.Goals.Goal.Reset name: Reset nameWithType: Goal.Reset fullName: TinyLife.Goals.Goal.Reset - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Goals.Goal.Reset name: Reset nameWithType: Goal.Reset fullName: TinyLife.Goals.Goal.Reset - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Goals.TimedGoal.Reset* commentId: Overload:TinyLife.Goals.TimedGoal.Reset name: Reset nameWithType: TimedGoal.Reset fullName: TinyLife.Goals.TimedGoal.Reset - uid: TinyLife.Goals.Goal.GetDisplayedProgress commentId: M:TinyLife.Goals.Goal.GetDisplayedProgress parent: TinyLife.Goals.Goal name: GetDisplayedProgress() nameWithType: Goal.GetDisplayedProgress() fullName: TinyLife.Goals.Goal.GetDisplayedProgress() spec.csharp: - uid: TinyLife.Goals.Goal.GetDisplayedProgress name: GetDisplayedProgress nameWithType: Goal.GetDisplayedProgress fullName: TinyLife.Goals.Goal.GetDisplayedProgress - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Goals.Goal.GetDisplayedProgress name: GetDisplayedProgress nameWithType: Goal.GetDisplayedProgress fullName: TinyLife.Goals.Goal.GetDisplayedProgress - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Goals.TimedGoal.GetDisplayedProgress* commentId: Overload:TinyLife.Goals.TimedGoal.GetDisplayedProgress name: GetDisplayedProgress nameWithType: TimedGoal.GetDisplayedProgress fullName: TinyLife.Goals.TimedGoal.GetDisplayedProgress - uid: System.String commentId: T:System.String parent: System isExternal: true name: String nameWithType: String fullName: System.String - uid: TinyLife.Goals.AutoTriggerGoal{System.TimeSpan}.Trigger(System.TimeSpan) commentId: M:TinyLife.Goals.AutoTriggerGoal{System.TimeSpan}.Trigger(System.TimeSpan) parent: TinyLife.Goals.AutoTriggerGoal{System.TimeSpan} definition: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0) name: Trigger(TimeSpan) nameWithType: AutoTriggerGoal.Trigger(TimeSpan) fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(System.TimeSpan) nameWithType.vb: AutoTriggerGoal(Of TimeSpan).Trigger(TimeSpan) fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of System.TimeSpan).Trigger(System.TimeSpan) spec.csharp: - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0) name: Trigger nameWithType: AutoTriggerGoal.Trigger fullName: TinyLife.Goals.AutoTriggerGoal.Trigger - name: ( nameWithType: ( fullName: ( - uid: System.TimeSpan name: TimeSpan nameWithType: TimeSpan fullName: System.TimeSpan isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0) name: Trigger nameWithType: AutoTriggerGoal(Of TimeSpan).Trigger fullName: TinyLife.Goals.AutoTriggerGoal(Of System.TimeSpan).Trigger - name: ( nameWithType: ( fullName: ( - uid: System.TimeSpan name: TimeSpan nameWithType: TimeSpan fullName: System.TimeSpan isExternal: true - name: ) nameWithType: ) fullName: ) - uid: TinyLife.Goals.TimedGoal.Trigger* commentId: Overload:TinyLife.Goals.TimedGoal.Trigger name: Trigger nameWithType: TimedGoal.Trigger fullName: TinyLife.Goals.TimedGoal.Trigger - uid: System.TimeSpan commentId: T:System.TimeSpan parent: System isExternal: true name: TimeSpan nameWithType: TimeSpan fullName: System.TimeSpan - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0) commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0) name: Trigger(T) nameWithType: AutoTriggerGoal.Trigger(T) fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(T) nameWithType.vb: AutoTriggerGoal(Of T).Trigger(T) fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(T) spec.csharp: - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0) name: Trigger nameWithType: AutoTriggerGoal.Trigger fullName: TinyLife.Goals.AutoTriggerGoal.Trigger - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) spec.vb: - uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0) name: Trigger nameWithType: AutoTriggerGoal(Of T).Trigger fullName: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: )