TinyLifeWeb/docs/api/TinyLife.Goals.ConditionedGoal.yml
2023-11-18 12:57:05 +01:00

1336 lines
44 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: TinyLife.Goals.ConditionedGoal
commentId: T:TinyLife.Goals.ConditionedGoal
id: ConditionedGoal
parent: TinyLife.Goals
children:
- TinyLife.Goals.ConditionedGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)
- TinyLife.Goals.ConditionedGoal.GetDisplayedProgress
- TinyLife.Goals.ConditionedGoal.GetProgress
- TinyLife.Goals.ConditionedGoal.Reset
- TinyLife.Goals.ConditionedGoal.Trigger(System.Boolean)
langs:
- csharp
- vb
name: ConditionedGoal
nameWithType: ConditionedGoal
fullName: TinyLife.Goals.ConditionedGoal
type: Class
source:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConditionedGoal
path: ../TinyLife/Goals/ConditionedGoal.cs
startLine: 8
assemblies:
- Tiny Life
namespace: TinyLife.Goals
summary: "\nA conditioned goal is an auto-triggered goal, intended to be used with <xref href=\"TinyLife.Goals.AutoGoalInfo\" data-throw-if-not-resolved=\"false\"></xref>, that gets completed when a specified condition is met a single time.\nTo trigger all conditioned goals in a goal set, use <xref href=\"TinyLife.Goals.ConditionedGoal.Trigger(System.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: 'public class ConditionedGoal : AutoTriggerGoal<bool>, IGenericDataHolder'
content.vb: Public Class ConditionedGoal Inherits AutoTriggerGoal(Of Boolean) 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.Boolean}
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- TinyLife.Goals.AutoTriggerGoal{System.Boolean}.Trigger(System.Object)
- TinyLife.Goals.AutoTriggerGoal{System.Boolean}.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.ConditionedGoal.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Goals.ConditionedGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)
commentId: M:TinyLife.Goals.ConditionedGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)
id: '#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)'
parent: TinyLife.Goals.ConditionedGoal
langs:
- csharp
- vb
name: ConditionedGoal(GoalSet, AutoGoalInfo)
nameWithType: ConditionedGoal.ConditionedGoal(GoalSet, AutoGoalInfo)
fullName: TinyLife.Goals.ConditionedGoal.ConditionedGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo)
type: Constructor
source:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/ConditionedGoal.cs
startLine: 14
assemblies:
- Tiny Life
namespace: TinyLife.Goals
example: []
syntax:
content: public ConditionedGoal(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.ConditionedGoal.#ctor*
nameWithType.vb: ConditionedGoal.New(GoalSet, AutoGoalInfo)
fullName.vb: TinyLife.Goals.ConditionedGoal.New(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo)
name.vb: New(GoalSet, AutoGoalInfo)
- uid: TinyLife.Goals.ConditionedGoal.GetProgress
commentId: M:TinyLife.Goals.ConditionedGoal.GetProgress
id: GetProgress
parent: TinyLife.Goals.ConditionedGoal
langs:
- csharp
- vb
name: GetProgress()
nameWithType: ConditionedGoal.GetProgress()
fullName: TinyLife.Goals.ConditionedGoal.GetProgress()
type: Method
source:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: ../TinyLife/Goals/ConditionedGoal.cs
startLine: 17
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.ConditionedGoal.GetProgress*
- uid: TinyLife.Goals.ConditionedGoal.Reset
commentId: M:TinyLife.Goals.ConditionedGoal.Reset
id: Reset
parent: TinyLife.Goals.ConditionedGoal
langs:
- csharp
- vb
name: Reset()
nameWithType: ConditionedGoal.Reset()
fullName: TinyLife.Goals.ConditionedGoal.Reset()
type: Method
source:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: ../TinyLife/Goals/ConditionedGoal.cs
startLine: 22
assemblies:
- Tiny Life
namespace: TinyLife.Goals
summary: "\nResets this goal to the default values, which should cause 0 to be returned on <xref href=\"TinyLife.Goals.Goal.GetProgress\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: []
syntax:
content: public override void Reset()
content.vb: Public Overrides Sub Reset()
overridden: TinyLife.Goals.Goal.Reset
overload: TinyLife.Goals.ConditionedGoal.Reset*
- uid: TinyLife.Goals.ConditionedGoal.GetDisplayedProgress
commentId: M:TinyLife.Goals.ConditionedGoal.GetDisplayedProgress
id: GetDisplayedProgress
parent: TinyLife.Goals.ConditionedGoal
langs:
- csharp
- vb
name: GetDisplayedProgress()
nameWithType: ConditionedGoal.GetDisplayedProgress()
fullName: TinyLife.Goals.ConditionedGoal.GetDisplayedProgress()
type: Method
source:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress
path: ../TinyLife/Goals/ConditionedGoal.cs
startLine: 27
assemblies:
- Tiny Life
namespace: TinyLife.Goals
summary: "\nReturns a string that is used in a goal set&apos;s displayed ui information that determines the progress of this goal.\nBy default, the <xref href=\"TinyLife.Goals.Goal.GetProgress\" data-throw-if-not-resolved=\"false\"></xref> 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.ConditionedGoal.GetDisplayedProgress*
- uid: TinyLife.Goals.ConditionedGoal.Trigger(System.Boolean)
commentId: M:TinyLife.Goals.ConditionedGoal.Trigger(System.Boolean)
id: Trigger(System.Boolean)
parent: TinyLife.Goals.ConditionedGoal
langs:
- csharp
- vb
name: Trigger(bool)
nameWithType: ConditionedGoal.Trigger(bool)
fullName: TinyLife.Goals.ConditionedGoal.Trigger(bool)
type: Method
source:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: 0.37.5-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: ../TinyLife/Goals/ConditionedGoal.cs
startLine: 32
assemblies:
- Tiny Life
namespace: TinyLife.Goals
summary: "\nCauses this auto-triggered goal to be triggered.\nThis method should only be called if <xref href=\"TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object%2cTinyLife.Goals.GoalTrigger%2cSystem.Object)\" data-throw-if-not-resolved=\"false\"></xref> returns <a href=\"https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool\">true</a>.\n"
example: []
syntax:
content: public override void Trigger(bool value)
parameters:
- id: value
type: System.Boolean
content.vb: Public Overrides Sub Trigger(value As Boolean)
overridden: TinyLife.Goals.AutoTriggerGoal{System.Boolean}.Trigger(System.Boolean)
overload: TinyLife.Goals.ConditionedGoal.Trigger*
nameWithType.vb: ConditionedGoal.Trigger(Boolean)
fullName.vb: TinyLife.Goals.ConditionedGoal.Trigger(Boolean)
name.vb: Trigger(Boolean)
references:
- uid: TinyLife.Goals.AutoGoalInfo
commentId: T:TinyLife.Goals.AutoGoalInfo
parent: TinyLife.Goals
name: AutoGoalInfo
nameWithType: AutoGoalInfo
fullName: TinyLife.Goals.AutoGoalInfo
- uid: TinyLife.Goals.ConditionedGoal.Trigger(System.Boolean)
commentId: M:TinyLife.Goals.ConditionedGoal.Trigger(System.Boolean)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: Trigger(bool)
nameWithType: ConditionedGoal.Trigger(bool)
fullName: TinyLife.Goals.ConditionedGoal.Trigger(bool)
nameWithType.vb: ConditionedGoal.Trigger(Boolean)
fullName.vb: TinyLife.Goals.ConditionedGoal.Trigger(Boolean)
name.vb: Trigger(Boolean)
spec.csharp:
- uid: TinyLife.Goals.ConditionedGoal.Trigger(System.Boolean)
name: Trigger
- name: (
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
spec.vb:
- uid: TinyLife.Goals.ConditionedGoal.Trigger(System.Boolean)
name: Trigger
- name: (
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
- uid: TinyLife.Goals
commentId: N:TinyLife.Goals
name: TinyLife.Goals
nameWithType: TinyLife.Goals
fullName: TinyLife.Goals
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Goals
name: Goals
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Goals
name: Goals
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: 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<AutoGoalInfo>
nameWithType: Goal<AutoGoalInfo>
fullName: TinyLife.Goals.Goal<TinyLife.Goals.AutoGoalInfo>
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
- name: <
- uid: TinyLife.Goals.AutoGoalInfo
name: AutoGoalInfo
- name: '>'
spec.vb:
- uid: TinyLife.Goals.Goal`1
name: Goal
- name: (
- name: Of
- name: " "
- uid: TinyLife.Goals.AutoGoalInfo
name: AutoGoalInfo
- name: )
- 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.Boolean}
commentId: T:TinyLife.Goals.AutoTriggerGoal{System.Boolean}
parent: TinyLife.Goals
definition: TinyLife.Goals.AutoTriggerGoal`1
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: AutoTriggerGoal<bool>
nameWithType: AutoTriggerGoal<bool>
fullName: TinyLife.Goals.AutoTriggerGoal<bool>
nameWithType.vb: AutoTriggerGoal(Of Boolean)
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of Boolean)
name.vb: AutoTriggerGoal(Of Boolean)
spec.csharp:
- uid: TinyLife.Goals.AutoTriggerGoal`1
name: AutoTriggerGoal
- name: <
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: '>'
spec.vb:
- uid: TinyLife.Goals.AutoTriggerGoal`1
name: AutoTriggerGoal
- name: (
- name: Of
- name: " "
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
- 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.Boolean}.Trigger(System.Object)
commentId: M:TinyLife.Goals.AutoTriggerGoal{System.Boolean}.Trigger(System.Object)
parent: TinyLife.Goals.AutoTriggerGoal{System.Boolean}
definition: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object)
href: https://learn.microsoft.com/dotnet/api/system.object
name: Trigger(object)
nameWithType: AutoTriggerGoal<bool>.Trigger(object)
fullName: TinyLife.Goals.AutoTriggerGoal<bool>.Trigger(object)
nameWithType.vb: AutoTriggerGoal(Of Boolean).Trigger(Object)
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of Boolean).Trigger(Object)
name.vb: Trigger(Object)
spec.csharp:
- uid: TinyLife.Goals.AutoTriggerGoal{System.Boolean}.Trigger(System.Object)
name: Trigger
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: TinyLife.Goals.AutoTriggerGoal{System.Boolean}.Trigger(System.Object)
name: Trigger
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: TinyLife.Goals.AutoTriggerGoal{System.Boolean}.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
commentId: M:TinyLife.Goals.AutoTriggerGoal{System.Boolean}.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
parent: TinyLife.Goals.AutoTriggerGoal{System.Boolean}
definition: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
href: https://learn.microsoft.com/dotnet/api/system.object
name: CanTrigger(object, GoalTrigger, object)
nameWithType: AutoTriggerGoal<bool>.CanTrigger(object, GoalTrigger, object)
fullName: TinyLife.Goals.AutoTriggerGoal<bool>.CanTrigger(object, TinyLife.Goals.GoalTrigger, object)
nameWithType.vb: AutoTriggerGoal(Of Boolean).CanTrigger(Object, GoalTrigger, Object)
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of Boolean).CanTrigger(Object, TinyLife.Goals.GoalTrigger, Object)
name.vb: CanTrigger(Object, GoalTrigger, Object)
spec.csharp:
- uid: TinyLife.Goals.AutoTriggerGoal{System.Boolean}.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
name: CanTrigger
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: TinyLife.Goals.GoalTrigger
name: GoalTrigger
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: TinyLife.Goals.AutoTriggerGoal{System.Boolean}.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
name: CanTrigger
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: TinyLife.Goals.GoalTrigger
name: GoalTrigger
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- 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<AutoGoalInfo>.Info
fullName: TinyLife.Goals.Goal<TinyLife.Goals.AutoGoalInfo>.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
- name: (
- uid: TinyLife.Goals.GoalSet
name: GoalSet
- name: )
spec.vb:
- uid: TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
name: Validate
- name: (
- uid: TinyLife.Goals.GoalSet
name: GoalSet
- name: )
- 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
href: https://learn.microsoft.com/dotnet/api/system.string
name: SetData(string, object)
nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
name.vb: SetData(String, Object)
spec.csharp:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
isExternal: true
- name: (
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name: SetData
isExternal: true
- name: (
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- 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)
href: https://learn.microsoft.com/dotnet/api/system.string
name: SetData<T>(string, T)
nameWithType: JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
name.vb: SetData(Of T)(String, T)
spec.csharp:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
name: SetData
isExternal: true
- name: <
- name: T
- name: '>'
- name: (
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- name: T
- name: )
spec.vb:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
name: SetData
isExternal: true
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: (
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- name: T
- name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
name: GetData<T>(string)
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>(string)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(string)
nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
name.vb: GetData(Of T)(String)
spec.csharp:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData
isExternal: true
- name: <
- name: T
- name: '>'
- name: (
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
spec.vb:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name: GetData
isExternal: true
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: (
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal: true
name: GetDataKeys()
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys()
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
spec.csharp:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
isExternal: true
- name: (
- name: )
spec.vb:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name: GetDataKeys
isExternal: true
- name: (
- name: )
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode()
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType()
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
name: MemberwiseClone()
nameWithType: object.MemberwiseClone()
fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
name: ToString()
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- uid: TinyLife.Goals.ConditionedGoal.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<ConditionedGoal>(ConditionedGoal)
nameWithType: Extensions.JsonCopy<ConditionedGoal>(ConditionedGoal)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.ConditionedGoal>(TinyLife.Goals.ConditionedGoal)
nameWithType.vb: Extensions.JsonCopy(Of ConditionedGoal)(ConditionedGoal)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.ConditionedGoal)(TinyLife.Goals.ConditionedGoal)
name.vb: JsonCopy(Of ConditionedGoal)(ConditionedGoal)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Goals.ConditionedGoal)
name: JsonCopy
- name: <
- uid: TinyLife.Goals.ConditionedGoal
name: ConditionedGoal
- name: '>'
- name: (
- uid: TinyLife.Goals.ConditionedGoal
name: ConditionedGoal
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Goals.ConditionedGoal)
name: JsonCopy
- name: (
- name: Of
- name: " "
- uid: TinyLife.Goals.ConditionedGoal
name: ConditionedGoal
- name: )
- name: (
- uid: TinyLife.Goals.ConditionedGoal
name: ConditionedGoal
- name: )
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
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
spec.csharp:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Data
name: Data
isExternal: true
- name: .
- uid: MLEM.Data.Json
name: Json
isExternal: true
spec.vb:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Data
name: Data
isExternal: true
- name: .
- uid: MLEM.Data.Json
name: Json
isExternal: true
- uid: TinyLife.Goals.Goal`1
commentId: T:TinyLife.Goals.Goal`1
name: Goal<TInfo>
nameWithType: Goal<TInfo>
fullName: TinyLife.Goals.Goal<TInfo>
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
- name: <
- name: TInfo
- name: '>'
spec.vb:
- uid: TinyLife.Goals.Goal`1
name: Goal
- name: (
- name: Of
- name: " "
- name: TInfo
- name: )
- uid: TinyLife.Goals.AutoTriggerGoal`1
commentId: T:TinyLife.Goals.AutoTriggerGoal`1
name: AutoTriggerGoal<T>
nameWithType: AutoTriggerGoal<T>
fullName: TinyLife.Goals.AutoTriggerGoal<T>
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
- name: <
- name: T
- name: '>'
spec.vb:
- uid: TinyLife.Goals.AutoTriggerGoal`1
name: AutoTriggerGoal
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
name: MLEM.Misc
nameWithType: MLEM.Misc
fullName: MLEM.Misc
spec.csharp:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Misc
name: Misc
isExternal: true
spec.vb:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Misc
name: Misc
isExternal: true
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object)
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
name: Trigger(object)
nameWithType: AutoTriggerGoal<T>.Trigger(object)
fullName: TinyLife.Goals.AutoTriggerGoal<T>.Trigger(object)
nameWithType.vb: AutoTriggerGoal(Of T).Trigger(Object)
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).Trigger(Object)
name.vb: Trigger(Object)
spec.csharp:
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object)
name: Trigger
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object)
name: Trigger
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- 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
href: https://learn.microsoft.com/dotnet/api/system.object
name: CanTrigger(object, GoalTrigger, object)
nameWithType: AutoTriggerGoal<T>.CanTrigger(object, GoalTrigger, object)
fullName: TinyLife.Goals.AutoTriggerGoal<T>.CanTrigger(object, TinyLife.Goals.GoalTrigger, object)
nameWithType.vb: AutoTriggerGoal(Of T).CanTrigger(Object, GoalTrigger, Object)
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T).CanTrigger(Object, TinyLife.Goals.GoalTrigger, Object)
name.vb: CanTrigger(Object, GoalTrigger, Object)
spec.csharp:
- uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
name: CanTrigger
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: TinyLife.Goals.GoalTrigger
name: GoalTrigger
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
name: CanTrigger
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: TinyLife.Goals.GoalTrigger
name: GoalTrigger
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: TinyLife.Goals.Goal`1.Info
commentId: P:TinyLife.Goals.Goal`1.Info
name: Info
nameWithType: Goal<TInfo>.Info
fullName: TinyLife.Goals.Goal<TInfo>.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
href: https://learn.microsoft.com/dotnet/api/system.string
name: SetData<T>(string, T)
nameWithType: JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
name.vb: SetData(Of T)(String, T)
spec.csharp:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
name: SetData
isExternal: true
- name: <
- name: T
- name: '>'
- name: (
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- name: T
- name: )
spec.vb:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
name: SetData
isExternal: true
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: (
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- name: T
- name: )
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>(T)
nameWithType: Extensions.JsonCopy<T>(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy
- name: <
- name: T
- name: '>'
- name: (
- name: T
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: (
- name: T
- name: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.Goals.ConditionedGoal.#ctor*
commentId: Overload:TinyLife.Goals.ConditionedGoal.#ctor
name: ConditionedGoal
nameWithType: ConditionedGoal.ConditionedGoal
fullName: TinyLife.Goals.ConditionedGoal.ConditionedGoal
nameWithType.vb: ConditionedGoal.New
fullName.vb: TinyLife.Goals.ConditionedGoal.New
name.vb: New
- 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
- name: (
- name: )
spec.vb:
- uid: TinyLife.Goals.Goal.GetProgress
name: GetProgress
- name: (
- name: )
- uid: TinyLife.Goals.ConditionedGoal.GetProgress*
commentId: Overload:TinyLife.Goals.ConditionedGoal.GetProgress
name: GetProgress
nameWithType: ConditionedGoal.GetProgress
fullName: TinyLife.Goals.ConditionedGoal.GetProgress
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
name: float
nameWithType: float
fullName: float
nameWithType.vb: Single
fullName.vb: Single
name.vb: 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
- name: (
- name: )
spec.vb:
- uid: TinyLife.Goals.Goal.Reset
name: Reset
- name: (
- name: )
- uid: TinyLife.Goals.ConditionedGoal.Reset*
commentId: Overload:TinyLife.Goals.ConditionedGoal.Reset
name: Reset
nameWithType: ConditionedGoal.Reset
fullName: TinyLife.Goals.ConditionedGoal.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
- name: (
- name: )
spec.vb:
- uid: TinyLife.Goals.Goal.GetDisplayedProgress
name: GetDisplayedProgress
- name: (
- name: )
- uid: TinyLife.Goals.ConditionedGoal.GetDisplayedProgress*
commentId: Overload:TinyLife.Goals.ConditionedGoal.GetDisplayedProgress
name: GetDisplayedProgress
nameWithType: ConditionedGoal.GetDisplayedProgress
fullName: TinyLife.Goals.ConditionedGoal.GetDisplayedProgress
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
- uid: TinyLife.Goals.AutoTriggerGoal{System.Boolean}.Trigger(System.Boolean)
commentId: M:TinyLife.Goals.AutoTriggerGoal{System.Boolean}.Trigger(System.Boolean)
parent: TinyLife.Goals.AutoTriggerGoal{System.Boolean}
definition: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: Trigger(bool)
nameWithType: AutoTriggerGoal<bool>.Trigger(bool)
fullName: TinyLife.Goals.AutoTriggerGoal<bool>.Trigger(bool)
nameWithType.vb: AutoTriggerGoal(Of Boolean).Trigger(Boolean)
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of Boolean).Trigger(Boolean)
name.vb: Trigger(Boolean)
spec.csharp:
- uid: TinyLife.Goals.AutoTriggerGoal{System.Boolean}.Trigger(System.Boolean)
name: Trigger
- name: (
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
spec.vb:
- uid: TinyLife.Goals.AutoTriggerGoal{System.Boolean}.Trigger(System.Boolean)
name: Trigger
- name: (
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
- uid: TinyLife.Goals.ConditionedGoal.Trigger*
commentId: Overload:TinyLife.Goals.ConditionedGoal.Trigger
name: Trigger
nameWithType: ConditionedGoal.Trigger
fullName: TinyLife.Goals.ConditionedGoal.Trigger
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: bool
nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
name: Trigger(T)
nameWithType: AutoTriggerGoal<T>.Trigger(T)
fullName: TinyLife.Goals.AutoTriggerGoal<T>.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
- name: (
- name: T
- name: )
spec.vb:
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
name: Trigger
- name: (
- name: T
- name: )