TinyLifeWeb/docs/api/TinyLife.Goals.GoalSet.yml
2023-12-06 13:25:52 +01:00

1354 lines
42 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: TinyLife.Goals.GoalSet
commentId: T:TinyLife.Goals.GoalSet
id: GoalSet
parent: TinyLife.Goals
children:
- TinyLife.Goals.GoalSet.#ctor(TinyLife.Goals.GoalSetInfo)
- TinyLife.Goals.GoalSet.GetDisplay(MLEM.Ui.Anchor,System.Boolean)
- TinyLife.Goals.GoalSet.GetGoal``1
- TinyLife.Goals.GoalSet.GetGoal``1(System.String)
- TinyLife.Goals.GoalSet.GetGoals``1
- TinyLife.Goals.GoalSet.GetProgress
- TinyLife.Goals.GoalSet.Info
- TinyLife.Goals.GoalSet.IsCompleted
- TinyLife.Goals.GoalSet.Reset
- TinyLife.Goals.GoalSet.Validate(TinyLife.Goals.GoalSetInfo)
langs:
- csharp
- vb
name: GoalSet
nameWithType: GoalSet
fullName: TinyLife.Goals.GoalSet
type: Class
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalSet
path: ../TinyLife/Goals/GoalSet.cs
startLine: 44
assemblies:
- Tiny Life
namespace: TinyLife.Goals
summary: "\nA goal set is a set of <xref href=\"TinyLife.Goals.Goal\" data-throw-if-not-resolved=\"false\"></xref> instances that manages them.\nGoal sets are used by a <xref href=\"TinyLife.Goals.Job\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Goals.Job.DailyTasks\" data-throw-if-not-resolved=\"false\"></xref> as well as by the <xref href=\"TinyLife.Goals.LifeGoal\" data-throw-if-not-resolved=\"false\"></xref> system.\n"
example: []
syntax:
content: >-
[DataContract]
public class GoalSet : JsonTypeSafeGenericDataHolder, IGenericDataHolder, IGoalTriggerable
content.vb: >-
<DataContract>
Public Class GoalSet Inherits JsonTypeSafeGenericDataHolder Implements IGenericDataHolder, IGoalTriggerable
inheritance:
- System.Object
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
implements:
- MLEM.Misc.IGenericDataHolder
- TinyLife.Goals.IGoalTriggerable
inheritedMembers:
- 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.GoalSet.TinyLife.Utilities.Extensions.JsonCopy``1
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
arguments: []
- uid: TinyLife.Goals.GoalSet.Info
commentId: P:TinyLife.Goals.GoalSet.Info
id: Info
parent: TinyLife.Goals.GoalSet
langs:
- csharp
- vb
name: Info
nameWithType: GoalSet.Info
fullName: TinyLife.Goals.GoalSet.Info
type: Property
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Info
path: ../TinyLife/Goals/GoalSet.cs
startLine: 52
assemblies:
- Tiny Life
namespace: TinyLife.Goals
summary: "\nThe underlying <xref href=\"TinyLife.Goals.GoalSetInfo\" data-throw-if-not-resolved=\"false\"></xref> that this goal set was constructed from\n"
example: []
syntax:
content: public GoalSetInfo Info { get; }
parameters: []
return:
type: TinyLife.Goals.GoalSetInfo
content.vb: Public Property Info As GoalSetInfo
overload: TinyLife.Goals.GoalSet.Info*
- uid: TinyLife.Goals.GoalSet.#ctor(TinyLife.Goals.GoalSetInfo)
commentId: M:TinyLife.Goals.GoalSet.#ctor(TinyLife.Goals.GoalSetInfo)
id: '#ctor(TinyLife.Goals.GoalSetInfo)'
parent: TinyLife.Goals.GoalSet
langs:
- csharp
- vb
name: GoalSet(GoalSetInfo)
nameWithType: GoalSet.GoalSet(GoalSetInfo)
fullName: TinyLife.Goals.GoalSet.GoalSet(TinyLife.Goals.GoalSetInfo)
type: Constructor
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Goals/GoalSet.cs
startLine: 58
assemblies:
- Tiny Life
namespace: TinyLife.Goals
summary: "\nCreates a new goal set with the given settings\n"
example: []
syntax:
content: public GoalSet(GoalSetInfo info)
parameters:
- id: info
type: TinyLife.Goals.GoalSetInfo
description: The underlying goal set info
content.vb: Public Sub New(info As GoalSetInfo)
overload: TinyLife.Goals.GoalSet.#ctor*
nameWithType.vb: GoalSet.New(GoalSetInfo)
fullName.vb: TinyLife.Goals.GoalSet.New(TinyLife.Goals.GoalSetInfo)
name.vb: New(GoalSetInfo)
- uid: TinyLife.Goals.GoalSet.GetProgress
commentId: M:TinyLife.Goals.GoalSet.GetProgress
id: GetProgress
parent: TinyLife.Goals.GoalSet
langs:
- csharp
- vb
name: GetProgress()
nameWithType: GoalSet.GetProgress()
fullName: TinyLife.Goals.GoalSet.GetProgress()
type: Method
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: ../TinyLife/Goals/GoalSet.cs
startLine: 67
assemblies:
- Tiny Life
namespace: TinyLife.Goals
summary: "\nReturns the progress of this goal set as a percentage between 0 and 1, which is a combination of the <xref href=\"TinyLife.Goals.Goal.GetProgress\" data-throw-if-not-resolved=\"false\"></xref> values from the underlying <xref href=\"TinyLife.Goals.Goal\" data-throw-if-not-resolved=\"false\"></xref> instances\n"
example: []
syntax:
content: public float GetProgress()
return:
type: System.Single
description: The progress, between 0 and 1
content.vb: Public Function GetProgress() As Single
overload: TinyLife.Goals.GoalSet.GetProgress*
- uid: TinyLife.Goals.GoalSet.IsCompleted
commentId: M:TinyLife.Goals.GoalSet.IsCompleted
id: IsCompleted
parent: TinyLife.Goals.GoalSet
langs:
- csharp
- vb
name: IsCompleted()
nameWithType: GoalSet.IsCompleted()
fullName: TinyLife.Goals.GoalSet.IsCompleted()
type: Method
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Goals/GoalSet.cs
startLine: 79
assemblies:
- Tiny Life
namespace: TinyLife.Goals
summary: "\nReturns whether this goal set is completed.\nThis returns whether <xref href=\"TinyLife.Goals.GoalSet.GetProgress\" data-throw-if-not-resolved=\"false\"></xref> is greater than or equal to 1.\n"
example: []
syntax:
content: public bool IsCompleted()
return:
type: System.Boolean
description: Whether this goal set is completed
content.vb: Public Function IsCompleted() As Boolean
overload: TinyLife.Goals.GoalSet.IsCompleted*
- uid: TinyLife.Goals.GoalSet.Reset
commentId: M:TinyLife.Goals.GoalSet.Reset
id: Reset
parent: TinyLife.Goals.GoalSet
langs:
- csharp
- vb
name: Reset()
nameWithType: GoalSet.Reset()
fullName: TinyLife.Goals.GoalSet.Reset()
type: Method
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: ../TinyLife/Goals/GoalSet.cs
startLine: 86
assemblies:
- Tiny Life
namespace: TinyLife.Goals
summary: "\nResets this goal set by calling the <xref href=\"TinyLife.Goals.Goal.Reset\" data-throw-if-not-resolved=\"false\"></xref> methods of the underlying goals\n"
example: []
syntax:
content: public void Reset()
content.vb: Public Sub Reset()
overload: TinyLife.Goals.GoalSet.Reset*
- uid: TinyLife.Goals.GoalSet.GetGoals``1
commentId: M:TinyLife.Goals.GoalSet.GetGoals``1
id: GetGoals``1
parent: TinyLife.Goals.GoalSet
langs:
- csharp
- vb
name: GetGoals<T>()
nameWithType: GoalSet.GetGoals<T>()
fullName: TinyLife.Goals.GoalSet.GetGoals<T>()
type: Method
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetGoals
path: ../TinyLife/Goals/GoalSet.cs
startLine: 96
assemblies:
- Tiny Life
namespace: TinyLife.Goals
summary: "\nReturns a set of all of the <xref href=\"TinyLife.Goals.Goal\" data-throw-if-not-resolved=\"false\"></xref> instnaces that are contained in this goal set, optionally matching the specified type parameter <code data-dev-comment-type=\"typeparamref\" class=\"typeparamref\">T</code>\n"
example: []
syntax:
content: 'public IEnumerable<T> GetGoals<T>() where T : Goal'
typeParameters:
- id: T
description: The type of goal to return
return:
type: System.Collections.Generic.IEnumerable{{T}}
description: The goals in this goal set
content.vb: Public Function GetGoals(Of T As Goal)() As IEnumerable(Of T)
overload: TinyLife.Goals.GoalSet.GetGoals*
nameWithType.vb: GoalSet.GetGoals(Of T)()
fullName.vb: TinyLife.Goals.GoalSet.GetGoals(Of T)()
name.vb: GetGoals(Of T)()
- uid: TinyLife.Goals.GoalSet.GetGoal``1(System.String)
commentId: M:TinyLife.Goals.GoalSet.GetGoal``1(System.String)
id: GetGoal``1(System.String)
parent: TinyLife.Goals.GoalSet
langs:
- csharp
- vb
name: GetGoal<T>(string)
nameWithType: GoalSet.GetGoal<T>(string)
fullName: TinyLife.Goals.GoalSet.GetGoal<T>(string)
type: Method
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetGoal
path: ../TinyLife/Goals/GoalSet.cs
startLine: 106
assemblies:
- Tiny Life
namespace: TinyLife.Goals
summary: "\nReturns the <xref href=\"TinyLife.Goals.Goal\" data-throw-if-not-resolved=\"false\"></xref> instance in this goal set with the given name, or null if there is no matching goal\n"
example: []
syntax:
content: 'public T GetGoal<T>(string name) where T : Goal'
parameters:
- id: name
type: System.String
description: The name of the goal to return
typeParameters:
- id: T
description: The type of goal to return
return:
type: '{T}'
description: The goal with the given name and type
content.vb: Public Function GetGoal(Of T As Goal)(name As String) As T
overload: TinyLife.Goals.GoalSet.GetGoal*
nameWithType.vb: GoalSet.GetGoal(Of T)(String)
fullName.vb: TinyLife.Goals.GoalSet.GetGoal(Of T)(String)
name.vb: GetGoal(Of T)(String)
- uid: TinyLife.Goals.GoalSet.GetGoal``1
commentId: M:TinyLife.Goals.GoalSet.GetGoal``1
id: GetGoal``1
parent: TinyLife.Goals.GoalSet
langs:
- csharp
- vb
name: GetGoal<T>()
nameWithType: GoalSet.GetGoal<T>()
fullName: TinyLife.Goals.GoalSet.GetGoal<T>()
type: Method
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetGoal
path: ../TinyLife/Goals/GoalSet.cs
startLine: 116
assemblies:
- Tiny Life
namespace: TinyLife.Goals
summary: "\nReturns the single <xref href=\"TinyLife.Goals.Goal\" data-throw-if-not-resolved=\"false\"></xref> instance in this goal set of the given type.\nIf there are more goals of the given type, this method will throw an <xref href=\"System.InvalidOperationException\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: 'public T GetGoal<T>() where T : Goal'
typeParameters:
- id: T
description: The type of goal to return
return:
type: '{T}'
description: The single goal of the given type
content.vb: Public Function GetGoal(Of T As Goal)() As T
overload: TinyLife.Goals.GoalSet.GetGoal*
nameWithType.vb: GoalSet.GetGoal(Of T)()
fullName.vb: TinyLife.Goals.GoalSet.GetGoal(Of T)()
name.vb: GetGoal(Of T)()
- uid: TinyLife.Goals.GoalSet.GetDisplay(MLEM.Ui.Anchor,System.Boolean)
commentId: M:TinyLife.Goals.GoalSet.GetDisplay(MLEM.Ui.Anchor,System.Boolean)
id: GetDisplay(MLEM.Ui.Anchor,System.Boolean)
parent: TinyLife.Goals.GoalSet
langs:
- csharp
- vb
name: GetDisplay(Anchor, bool)
nameWithType: GoalSet.GetDisplay(Anchor, bool)
fullName: TinyLife.Goals.GoalSet.GetDisplay(MLEM.Ui.Anchor, bool)
type: Method
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplay
path: ../TinyLife/Goals/GoalSet.cs
startLine: 126
assemblies:
- Tiny Life
namespace: TinyLife.Goals
summary: "\nReturns a <xref href=\"MLEM.Ui.Elements.Group\" data-throw-if-not-resolved=\"false\"></xref> of elements that display the progress of this goal set dynamically\n"
example: []
syntax:
content: public Group GetDisplay(Anchor anchor, bool descriptionAsChild = false)
parameters:
- id: anchor
type: MLEM.Ui.Anchor
description: The anchor that the returned group should have
- id: descriptionAsChild
type: System.Boolean
description: Whether the description should be returned as a child of the returned group, rather than added as a tooltip.
return:
type: MLEM.Ui.Elements.Group
description: A group that displays this goal set&apos;s progress
content.vb: Public Function GetDisplay(anchor As Anchor, descriptionAsChild As Boolean = False) As Group
overload: TinyLife.Goals.GoalSet.GetDisplay*
nameWithType.vb: GoalSet.GetDisplay(Anchor, Boolean)
fullName.vb: TinyLife.Goals.GoalSet.GetDisplay(MLEM.Ui.Anchor, Boolean)
name.vb: GetDisplay(Anchor, Boolean)
- uid: TinyLife.Goals.GoalSet.Validate(TinyLife.Goals.GoalSetInfo)
commentId: M:TinyLife.Goals.GoalSet.Validate(TinyLife.Goals.GoalSetInfo)
id: Validate(TinyLife.Goals.GoalSetInfo)
parent: TinyLife.Goals.GoalSet
langs:
- csharp
- vb
name: Validate(GoalSetInfo)
nameWithType: GoalSet.Validate(GoalSetInfo)
fullName: TinyLife.Goals.GoalSet.Validate(TinyLife.Goals.GoalSetInfo)
type: Method
source:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Goals/GoalSet.cs
startLine: 153
assemblies:
- Tiny Life
namespace: TinyLife.Goals
summary: "\nValidates this goal set and all of the underlying <xref href=\"TinyLife.Goals.Goal\" data-throw-if-not-resolved=\"false\"></xref> instances.\nThis method should be called when this goal set is loaded from disk.\n"
example: []
syntax:
content: public bool Validate(GoalSetInfo info)
parameters:
- id: info
type: TinyLife.Goals.GoalSetInfo
description: The underlying goal set info that this goal set was constructed from
return:
type: System.Boolean
description: Whether this goal set is considered valid
content.vb: Public Function Validate(info As GoalSetInfo) As Boolean
overload: TinyLife.Goals.GoalSet.Validate*
references:
- uid: TinyLife.Goals.Goal
commentId: T:TinyLife.Goals.Goal
parent: TinyLife.Goals
name: Goal
nameWithType: Goal
fullName: TinyLife.Goals.Goal
- uid: TinyLife.Goals.Job
commentId: T:TinyLife.Goals.Job
parent: TinyLife.Goals
name: Job
nameWithType: Job
fullName: TinyLife.Goals.Job
- uid: TinyLife.Goals.Job.DailyTasks
commentId: P:TinyLife.Goals.Job.DailyTasks
name: DailyTasks
nameWithType: Job.DailyTasks
fullName: TinyLife.Goals.Job.DailyTasks
- uid: TinyLife.Goals.LifeGoal
commentId: T:TinyLife.Goals.LifeGoal
parent: TinyLife.Goals
name: LifeGoal
nameWithType: LifeGoal
fullName: TinyLife.Goals.LifeGoal
- 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: MLEM.Misc.IGenericDataHolder
commentId: T:MLEM.Misc.IGenericDataHolder
parent: MLEM.Misc
isExternal: true
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
- uid: TinyLife.Goals.IGoalTriggerable
commentId: T:TinyLife.Goals.IGoalTriggerable
parent: TinyLife.Goals
name: IGoalTriggerable
nameWithType: IGoalTriggerable
fullName: TinyLife.Goals.IGoalTriggerable
- 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.GoalSet.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<GoalSet>(GoalSet)
nameWithType: Extensions.JsonCopy<GoalSet>(GoalSet)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.GoalSet>(TinyLife.Goals.GoalSet)
nameWithType.vb: Extensions.JsonCopy(Of GoalSet)(GoalSet)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.GoalSet)(TinyLife.Goals.GoalSet)
name.vb: JsonCopy(Of GoalSet)(GoalSet)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Goals.GoalSet)
name: JsonCopy
- name: <
- uid: TinyLife.Goals.GoalSet
name: GoalSet
- name: '>'
- name: (
- uid: TinyLife.Goals.GoalSet
name: GoalSet
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Goals.GoalSet)
name: JsonCopy
- name: (
- name: Of
- name: " "
- uid: TinyLife.Goals.GoalSet
name: GoalSet
- name: )
- name: (
- uid: TinyLife.Goals.GoalSet
name: GoalSet
- 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: 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: 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.GoalSetInfo
commentId: T:TinyLife.Goals.GoalSetInfo
parent: TinyLife.Goals
name: GoalSetInfo
nameWithType: GoalSetInfo
fullName: TinyLife.Goals.GoalSetInfo
- uid: TinyLife.Goals.GoalSet.Info*
commentId: Overload:TinyLife.Goals.GoalSet.Info
name: Info
nameWithType: GoalSet.Info
fullName: TinyLife.Goals.GoalSet.Info
- uid: TinyLife.Goals.GoalSet.#ctor*
commentId: Overload:TinyLife.Goals.GoalSet.#ctor
name: GoalSet
nameWithType: GoalSet.GoalSet
fullName: TinyLife.Goals.GoalSet.GoalSet
nameWithType.vb: GoalSet.New
fullName.vb: TinyLife.Goals.GoalSet.New
name.vb: New
- 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.GoalSet.GetProgress*
commentId: Overload:TinyLife.Goals.GoalSet.GetProgress
name: GetProgress
nameWithType: GoalSet.GetProgress
fullName: TinyLife.Goals.GoalSet.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.GoalSet.GetProgress
commentId: M:TinyLife.Goals.GoalSet.GetProgress
name: GetProgress()
nameWithType: GoalSet.GetProgress()
fullName: TinyLife.Goals.GoalSet.GetProgress()
spec.csharp:
- uid: TinyLife.Goals.GoalSet.GetProgress
name: GetProgress
- name: (
- name: )
spec.vb:
- uid: TinyLife.Goals.GoalSet.GetProgress
name: GetProgress
- name: (
- name: )
- uid: TinyLife.Goals.GoalSet.IsCompleted*
commentId: Overload:TinyLife.Goals.GoalSet.IsCompleted
name: IsCompleted
nameWithType: GoalSet.IsCompleted
fullName: TinyLife.Goals.GoalSet.IsCompleted
- 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.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.GoalSet.Reset*
commentId: Overload:TinyLife.Goals.GoalSet.Reset
name: Reset
nameWithType: GoalSet.Reset
fullName: TinyLife.Goals.GoalSet.Reset
- uid: TinyLife.Goals.GoalSet.GetGoals*
commentId: Overload:TinyLife.Goals.GoalSet.GetGoals
name: GetGoals
nameWithType: GoalSet.GetGoals
fullName: TinyLife.Goals.GoalSet.GetGoals
- uid: System.Collections.Generic.IEnumerable{{T}}
commentId: T:System.Collections.Generic.IEnumerable{``0}
parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name: IEnumerable<T>
nameWithType: IEnumerable<T>
fullName: System.Collections.Generic.IEnumerable<T>
nameWithType.vb: IEnumerable(Of T)
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
name.vb: IEnumerable(Of T)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: System.Collections.Generic.IEnumerable`1
commentId: T:System.Collections.Generic.IEnumerable`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name: IEnumerable<T>
nameWithType: IEnumerable<T>
fullName: System.Collections.Generic.IEnumerable<T>
nameWithType.vb: IEnumerable(Of T)
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
name.vb: IEnumerable(Of T)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: System.Collections.Generic
commentId: N:System.Collections.Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
spec.csharp:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
spec.vb:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
- uid: TinyLife.Goals.GoalSet.GetGoal*
commentId: Overload:TinyLife.Goals.GoalSet.GetGoal
name: GetGoal
nameWithType: GoalSet.GetGoal
fullName: TinyLife.Goals.GoalSet.GetGoal
- 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: '{T}'
commentId: '!:T'
definition: T
name: T
nameWithType: T
fullName: T
- uid: T
name: T
nameWithType: T
fullName: T
- uid: System.InvalidOperationException
commentId: T:System.InvalidOperationException
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.invalidoperationexception
name: InvalidOperationException
nameWithType: InvalidOperationException
fullName: System.InvalidOperationException
- uid: MLEM.Ui.Elements.Group
commentId: T:MLEM.Ui.Elements.Group
parent: MLEM.Ui.Elements
isExternal: true
name: Group
nameWithType: Group
fullName: MLEM.Ui.Elements.Group
- uid: TinyLife.Goals.GoalSet.GetDisplay*
commentId: Overload:TinyLife.Goals.GoalSet.GetDisplay
name: GetDisplay
nameWithType: GoalSet.GetDisplay
fullName: TinyLife.Goals.GoalSet.GetDisplay
- uid: MLEM.Ui.Anchor
commentId: T:MLEM.Ui.Anchor
parent: MLEM.Ui
isExternal: true
name: Anchor
nameWithType: Anchor
fullName: MLEM.Ui.Anchor
- uid: MLEM.Ui.Elements
commentId: N:MLEM.Ui.Elements
isExternal: true
name: MLEM.Ui.Elements
nameWithType: MLEM.Ui.Elements
fullName: MLEM.Ui.Elements
spec.csharp:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Ui
name: Ui
isExternal: true
- name: .
- uid: MLEM.Ui.Elements
name: Elements
isExternal: true
spec.vb:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Ui
name: Ui
isExternal: true
- name: .
- uid: MLEM.Ui.Elements
name: Elements
isExternal: true
- uid: MLEM.Ui
commentId: N:MLEM.Ui
isExternal: true
name: MLEM.Ui
nameWithType: MLEM.Ui
fullName: MLEM.Ui
spec.csharp:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Ui
name: Ui
isExternal: true
spec.vb:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Ui
name: Ui
isExternal: true
- uid: TinyLife.Goals.GoalSet.Validate*
commentId: Overload:TinyLife.Goals.GoalSet.Validate
name: Validate
nameWithType: GoalSet.Validate
fullName: TinyLife.Goals.GoalSet.Validate