mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-01 03:10:49 +01:00
1651 lines
59 KiB
YAML
Generated
1651 lines
59 KiB
YAML
Generated
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: TinyLife.Goals.DistinctGoal`1
|
|
commentId: T:TinyLife.Goals.DistinctGoal`1
|
|
id: DistinctGoal`1
|
|
parent: TinyLife.Goals
|
|
children:
|
|
- TinyLife.Goals.DistinctGoal`1.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)
|
|
- TinyLife.Goals.DistinctGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
|
- TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress(System.Boolean)
|
|
- TinyLife.Goals.DistinctGoal`1.GetProgress
|
|
- TinyLife.Goals.DistinctGoal`1.Reset
|
|
- TinyLife.Goals.DistinctGoal`1.Trigger(`0)
|
|
- TinyLife.Goals.DistinctGoal`1.Validate(TinyLife.Goals.GoalSet)
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DistinctGoal<T>
|
|
nameWithType: DistinctGoal<T>
|
|
fullName: TinyLife.Goals.DistinctGoal<T>
|
|
type: Class
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Goals
|
|
summary: >-
|
|
A distinct goal is an auto-triggered goal, intended to be used with <xref href="TinyLife.Goals.AutoGoalInfo" data-throw-if-not-resolved="false"></xref>, that keeps track of a distinct set of objects to be completed or obtained.
|
|
|
|
To trigger all distinct goals in a goal set, use <xref href="TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable%2cSystem.Object%2cTinyLife.Goals.GoalTrigger%2cSystem.Object%5b%5d)" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: 'public class DistinctGoal<T> : AutoTriggerGoal<T>, IGenericDataHolder'
|
|
typeParameters:
|
|
- id: T
|
|
content.vb: Public Class DistinctGoal(Of T) Inherits AutoTriggerGoal(Of T) Implements IGenericDataHolder
|
|
inheritance:
|
|
- System.Object
|
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
|
- TinyLife.Goals.Goal
|
|
- TinyLife.Goals.Goal{TinyLife.Goals.AutoGoalInfo}
|
|
- TinyLife.Goals.AutoTriggerGoal
|
|
- TinyLife.Goals.AutoTriggerGoal{{T}}
|
|
implements:
|
|
- MLEM.Misc.IGenericDataHolder
|
|
inheritedMembers:
|
|
- TinyLife.Goals.AutoTriggerGoal{{T}}.Trigger(System.Object)
|
|
- TinyLife.Goals.Goal{TinyLife.Goals.AutoGoalInfo}.Info
|
|
- TinyLife.Goals.Goal.Name
|
|
- TinyLife.Goals.Goal.Set
|
|
- TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
|
- 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.DistinctGoal`1.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
nameWithType.vb: DistinctGoal(Of T)
|
|
fullName.vb: TinyLife.Goals.DistinctGoal(Of T)
|
|
name.vb: DistinctGoal(Of T)
|
|
- uid: TinyLife.Goals.DistinctGoal`1.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)
|
|
commentId: M:TinyLife.Goals.DistinctGoal`1.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)
|
|
id: '#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.AutoGoalInfo)'
|
|
parent: TinyLife.Goals.DistinctGoal`1
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DistinctGoal(GoalSet, AutoGoalInfo)
|
|
nameWithType: DistinctGoal<T>.DistinctGoal(GoalSet, AutoGoalInfo)
|
|
fullName: TinyLife.Goals.DistinctGoal<T>.DistinctGoal(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo)
|
|
type: Constructor
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Goals
|
|
example: []
|
|
syntax:
|
|
content: public DistinctGoal(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.DistinctGoal`1.#ctor*
|
|
nameWithType.vb: DistinctGoal(Of T).New(GoalSet, AutoGoalInfo)
|
|
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).New(TinyLife.Goals.GoalSet, TinyLife.Goals.AutoGoalInfo)
|
|
name.vb: New(GoalSet, AutoGoalInfo)
|
|
- uid: TinyLife.Goals.DistinctGoal`1.GetProgress
|
|
commentId: M:TinyLife.Goals.DistinctGoal`1.GetProgress
|
|
id: GetProgress
|
|
parent: TinyLife.Goals.DistinctGoal`1
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetProgress()
|
|
nameWithType: DistinctGoal<T>.GetProgress()
|
|
fullName: TinyLife.Goals.DistinctGoal<T>.GetProgress()
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Goals
|
|
summary: Returns the progress percentage (between 0 and 1) that this goal has
|
|
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.DistinctGoal`1.GetProgress*
|
|
nameWithType.vb: DistinctGoal(Of T).GetProgress()
|
|
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).GetProgress()
|
|
- uid: TinyLife.Goals.DistinctGoal`1.Reset
|
|
commentId: M:TinyLife.Goals.DistinctGoal`1.Reset
|
|
id: Reset
|
|
parent: TinyLife.Goals.DistinctGoal`1
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Reset()
|
|
nameWithType: DistinctGoal<T>.Reset()
|
|
fullName: TinyLife.Goals.DistinctGoal<T>.Reset()
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Goals
|
|
summary: Resets 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>
|
|
example: []
|
|
syntax:
|
|
content: public override void Reset()
|
|
content.vb: Public Overrides Sub Reset()
|
|
overridden: TinyLife.Goals.Goal.Reset
|
|
overload: TinyLife.Goals.DistinctGoal`1.Reset*
|
|
nameWithType.vb: DistinctGoal(Of T).Reset()
|
|
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).Reset()
|
|
- uid: TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress(System.Boolean)
|
|
commentId: M:TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress(System.Boolean)
|
|
id: GetDisplayedProgress(System.Boolean)
|
|
parent: TinyLife.Goals.DistinctGoal`1
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetDisplayedProgress(bool)
|
|
nameWithType: DistinctGoal<T>.GetDisplayedProgress(bool)
|
|
fullName: TinyLife.Goals.DistinctGoal<T>.GetDisplayedProgress(bool)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Goals
|
|
summary: >-
|
|
Returns a string that is used in a goal set's displayed ui information that determines the progress of this goal.
|
|
|
|
By 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.
|
|
example: []
|
|
syntax:
|
|
content: public override string GetDisplayedProgress(bool reduced)
|
|
parameters:
|
|
- id: reduced
|
|
type: System.Boolean
|
|
return:
|
|
type: System.String
|
|
description: The displayed goal progress
|
|
content.vb: Public Overrides Function GetDisplayedProgress(reduced As Boolean) As String
|
|
overridden: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
|
overload: TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress*
|
|
nameWithType.vb: DistinctGoal(Of T).GetDisplayedProgress(Boolean)
|
|
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).GetDisplayedProgress(Boolean)
|
|
name.vb: GetDisplayedProgress(Boolean)
|
|
- uid: TinyLife.Goals.DistinctGoal`1.Validate(TinyLife.Goals.GoalSet)
|
|
commentId: M:TinyLife.Goals.DistinctGoal`1.Validate(TinyLife.Goals.GoalSet)
|
|
id: Validate(TinyLife.Goals.GoalSet)
|
|
parent: TinyLife.Goals.DistinctGoal`1
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Validate(GoalSet)
|
|
nameWithType: DistinctGoal<T>.Validate(GoalSet)
|
|
fullName: TinyLife.Goals.DistinctGoal<T>.Validate(TinyLife.Goals.GoalSet)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Goals
|
|
summary: Validates this goal when loading the underlying <xref href="TinyLife.Goals.GoalSet" data-throw-if-not-resolved="false"></xref> from disk
|
|
example: []
|
|
syntax:
|
|
content: public override bool Validate(GoalSet set)
|
|
parameters:
|
|
- id: set
|
|
type: TinyLife.Goals.GoalSet
|
|
description: The underlying goal set
|
|
return:
|
|
type: System.Boolean
|
|
description: Whether this goal is considered to be valid
|
|
content.vb: Public Overrides Function Validate([set] As GoalSet) As Boolean
|
|
overridden: TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
|
overload: TinyLife.Goals.DistinctGoal`1.Validate*
|
|
nameWithType.vb: DistinctGoal(Of T).Validate(GoalSet)
|
|
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).Validate(TinyLife.Goals.GoalSet)
|
|
- uid: TinyLife.Goals.DistinctGoal`1.Trigger(`0)
|
|
commentId: M:TinyLife.Goals.DistinctGoal`1.Trigger(`0)
|
|
id: Trigger(`0)
|
|
parent: TinyLife.Goals.DistinctGoal`1
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Trigger(T)
|
|
nameWithType: DistinctGoal<T>.Trigger(T)
|
|
fullName: TinyLife.Goals.DistinctGoal<T>.Trigger(T)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Goals
|
|
summary: >-
|
|
Causes this auto-triggered goal to be triggered.
|
|
|
|
This 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>.
|
|
example: []
|
|
syntax:
|
|
content: public override void Trigger(T value)
|
|
parameters:
|
|
- id: value
|
|
type: '{T}'
|
|
description: The value to trigger.
|
|
content.vb: Public Overrides Sub Trigger(value As T)
|
|
overridden: TinyLife.Goals.AutoTriggerGoal{{T}}.Trigger({T})
|
|
overload: TinyLife.Goals.DistinctGoal`1.Trigger*
|
|
nameWithType.vb: DistinctGoal(Of T).Trigger(T)
|
|
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).Trigger(T)
|
|
- uid: TinyLife.Goals.DistinctGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
|
commentId: M:TinyLife.Goals.DistinctGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
|
id: CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
|
parent: TinyLife.Goals.DistinctGoal`1
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: CanTrigger(object, GoalTrigger, object)
|
|
nameWithType: DistinctGoal<T>.CanTrigger(object, GoalTrigger, object)
|
|
fullName: TinyLife.Goals.DistinctGoal<T>.CanTrigger(object, TinyLife.Goals.GoalTrigger, object)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Goals
|
|
summary: >-
|
|
Returns whether this auto-triggered goal can currently be triggered.
|
|
|
|
If this method returns <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>, <xref href="TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object)" data-throw-if-not-resolved="false"></xref> should always cause a change in this goal.
|
|
example: []
|
|
syntax:
|
|
content: public override bool CanTrigger(object obj, GoalTrigger trigger, object value)
|
|
parameters:
|
|
- id: obj
|
|
type: System.Object
|
|
description: The object that is triggering this goal.
|
|
- id: trigger
|
|
type: TinyLife.Goals.GoalTrigger
|
|
description: The type of goal trigger that is triggering this goal.
|
|
- id: value
|
|
type: System.Object
|
|
description: The value to trigger, which will be passed to <xref href="TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object)" data-throw-if-not-resolved="false"></xref>.
|
|
return:
|
|
type: System.Boolean
|
|
description: Whether this goal can be triggered right now.
|
|
content.vb: Public Overrides Function CanTrigger(obj As Object, trigger As GoalTrigger, value As Object) As Boolean
|
|
overridden: TinyLife.Goals.AutoTriggerGoal{{T}}.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
|
overload: TinyLife.Goals.DistinctGoal`1.CanTrigger*
|
|
nameWithType.vb: DistinctGoal(Of T).CanTrigger(Object, GoalTrigger, Object)
|
|
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).CanTrigger(Object, TinyLife.Goals.GoalTrigger, Object)
|
|
name.vb: CanTrigger(Object, GoalTrigger, Object)
|
|
references:
|
|
- uid: TinyLife.Goals.AutoGoalInfo
|
|
commentId: T:TinyLife.Goals.AutoGoalInfo
|
|
parent: TinyLife.Goals
|
|
href: TinyLife.Goals.AutoGoalInfo.html
|
|
name: AutoGoalInfo
|
|
nameWithType: AutoGoalInfo
|
|
fullName: TinyLife.Goals.AutoGoalInfo
|
|
- uid: TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable,System.Object,TinyLife.Goals.GoalTrigger,System.Object[])
|
|
commentId: M:TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable,System.Object,TinyLife.Goals.GoalTrigger,System.Object[])
|
|
isExternal: true
|
|
href: TinyLife.Goals.IGoalTriggerable.html#TinyLife_Goals_IGoalTriggerable_Trigger_TinyLife_Goals_IGoalTriggerable_System_Object_TinyLife_Goals_GoalTrigger_System_Object___
|
|
name: Trigger(IGoalTriggerable, object, GoalTrigger, params object[])
|
|
nameWithType: IGoalTriggerable.Trigger(IGoalTriggerable, object, GoalTrigger, params object[])
|
|
fullName: TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable, object, TinyLife.Goals.GoalTrigger, params object[])
|
|
nameWithType.vb: IGoalTriggerable.Trigger(IGoalTriggerable, Object, GoalTrigger, ParamArray Object())
|
|
fullName.vb: TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable, Object, TinyLife.Goals.GoalTrigger, ParamArray Object())
|
|
name.vb: Trigger(IGoalTriggerable, Object, GoalTrigger, ParamArray Object())
|
|
spec.csharp:
|
|
- uid: TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable,System.Object,TinyLife.Goals.GoalTrigger,System.Object[])
|
|
name: Trigger
|
|
href: TinyLife.Goals.IGoalTriggerable.html#TinyLife_Goals_IGoalTriggerable_Trigger_TinyLife_Goals_IGoalTriggerable_System_Object_TinyLife_Goals_GoalTrigger_System_Object___
|
|
- name: (
|
|
- uid: TinyLife.Goals.IGoalTriggerable
|
|
name: IGoalTriggerable
|
|
href: TinyLife.Goals.IGoalTriggerable.html
|
|
- name: ','
|
|
- 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
|
|
href: TinyLife.Goals.GoalTrigger.html
|
|
- name: ','
|
|
- name: " "
|
|
- name: params
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: '['
|
|
- name: ']'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Goals.IGoalTriggerable.Trigger(TinyLife.Goals.IGoalTriggerable,System.Object,TinyLife.Goals.GoalTrigger,System.Object[])
|
|
name: Trigger
|
|
href: TinyLife.Goals.IGoalTriggerable.html#TinyLife_Goals_IGoalTriggerable_Trigger_TinyLife_Goals_IGoalTriggerable_System_Object_TinyLife_Goals_GoalTrigger_System_Object___
|
|
- name: (
|
|
- uid: TinyLife.Goals.IGoalTriggerable
|
|
name: IGoalTriggerable
|
|
href: TinyLife.Goals.IGoalTriggerable.html
|
|
- name: ','
|
|
- 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
|
|
href: TinyLife.Goals.GoalTrigger.html
|
|
- name: ','
|
|
- name: " "
|
|
- name: ParamArray
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: (
|
|
- name: )
|
|
- name: )
|
|
- uid: TinyLife.Goals
|
|
commentId: N:TinyLife.Goals
|
|
href: TinyLife.html
|
|
name: TinyLife.Goals
|
|
nameWithType: TinyLife.Goals
|
|
fullName: TinyLife.Goals
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Goals
|
|
name: Goals
|
|
href: TinyLife.Goals.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Goals
|
|
name: Goals
|
|
href: TinyLife.Goals.html
|
|
- 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
|
|
href: TinyLife.Goals.Goal.html
|
|
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
|
|
href: TinyLife.Goals.Goal-1.html
|
|
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
|
|
href: TinyLife.Goals.Goal-1.html
|
|
- name: <
|
|
- uid: TinyLife.Goals.AutoGoalInfo
|
|
name: AutoGoalInfo
|
|
href: TinyLife.Goals.AutoGoalInfo.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: TinyLife.Goals.Goal`1
|
|
name: Goal
|
|
href: TinyLife.Goals.Goal-1.html
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Goals.AutoGoalInfo
|
|
name: AutoGoalInfo
|
|
href: TinyLife.Goals.AutoGoalInfo.html
|
|
- name: )
|
|
- uid: TinyLife.Goals.AutoTriggerGoal
|
|
commentId: T:TinyLife.Goals.AutoTriggerGoal
|
|
parent: TinyLife.Goals
|
|
href: TinyLife.Goals.AutoTriggerGoal.html
|
|
name: AutoTriggerGoal
|
|
nameWithType: AutoTriggerGoal
|
|
fullName: TinyLife.Goals.AutoTriggerGoal
|
|
- uid: TinyLife.Goals.AutoTriggerGoal{{T}}
|
|
commentId: T:TinyLife.Goals.AutoTriggerGoal{`0}
|
|
parent: TinyLife.Goals
|
|
definition: TinyLife.Goals.AutoTriggerGoal`1
|
|
href: TinyLife.Goals.AutoTriggerGoal-1.html
|
|
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
|
|
href: TinyLife.Goals.AutoTriggerGoal-1.html
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
|
name: AutoTriggerGoal
|
|
href: TinyLife.Goals.AutoTriggerGoal-1.html
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- 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{{T}}.Trigger(System.Object)
|
|
commentId: M:TinyLife.Goals.AutoTriggerGoal{`0}.Trigger(System.Object)
|
|
parent: TinyLife.Goals.AutoTriggerGoal{{T}}
|
|
definition: TinyLife.Goals.AutoTriggerGoal`1.Trigger(System.Object)
|
|
href: TinyLife.Goals.AutoTriggerGoal-1.html#TinyLife_Goals_AutoTriggerGoal_1_Trigger_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{`0}.Trigger(System.Object)
|
|
name: Trigger
|
|
href: TinyLife.Goals.AutoTriggerGoal-1.html#TinyLife_Goals_AutoTriggerGoal_1_Trigger_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Goals.AutoTriggerGoal{`0}.Trigger(System.Object)
|
|
name: Trigger
|
|
href: TinyLife.Goals.AutoTriggerGoal-1.html#TinyLife_Goals_AutoTriggerGoal_1_Trigger_System_Object_
|
|
- 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
|
|
href: TinyLife.Goals.Goal-1.html#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
|
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_Name
|
|
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
|
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_Set
|
|
name: Set
|
|
nameWithType: Goal.Set
|
|
fullName: TinyLife.Goals.Goal.Set
|
|
- uid: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
|
commentId: M:TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
|
parent: TinyLife.Goals.Goal
|
|
isExternal: true
|
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplay_MLEM_Ui_Anchor_System_Boolean_System_Boolean_
|
|
name: GetDisplay(Anchor, bool, bool)
|
|
nameWithType: Goal.GetDisplay(Anchor, bool, bool)
|
|
fullName: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor, bool, bool)
|
|
nameWithType.vb: Goal.GetDisplay(Anchor, Boolean, Boolean)
|
|
fullName.vb: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor, Boolean, Boolean)
|
|
name.vb: GetDisplay(Anchor, Boolean, Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
|
name: GetDisplay
|
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplay_MLEM_Ui_Anchor_System_Boolean_System_Boolean_
|
|
- name: (
|
|
- uid: MLEM.Ui.Anchor
|
|
name: Anchor
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Goals.Goal.GetDisplay(MLEM.Ui.Anchor,System.Boolean,System.Boolean)
|
|
name: GetDisplay
|
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplay_MLEM_Ui_Anchor_System_Boolean_System_Boolean_
|
|
- name: (
|
|
- uid: MLEM.Ui.Anchor
|
|
name: Anchor
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- 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.DistinctGoal`1.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
parent: TinyLife.Utilities.Extensions
|
|
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
name: JsonCopy<DistinctGoal<T>>(DistinctGoal<T>)
|
|
nameWithType: Extensions.JsonCopy<DistinctGoal<T>>(DistinctGoal<T>)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.DistinctGoal<T>>(TinyLife.Goals.DistinctGoal<T>)
|
|
nameWithType.vb: Extensions.JsonCopy(Of DistinctGoal(Of T))(DistinctGoal(Of T))
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.DistinctGoal(Of T))(TinyLife.Goals.DistinctGoal(Of T))
|
|
name.vb: JsonCopy(Of DistinctGoal(Of T))(DistinctGoal(Of T))
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Goals.DistinctGoal{`0})
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: <
|
|
- uid: TinyLife.Goals.DistinctGoal`1
|
|
name: DistinctGoal
|
|
href: TinyLife.Goals.DistinctGoal-1.html
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: '>'
|
|
- name: (
|
|
- uid: TinyLife.Goals.DistinctGoal`1
|
|
name: DistinctGoal
|
|
href: TinyLife.Goals.DistinctGoal-1.html
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Goals.DistinctGoal{`0})
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Goals.DistinctGoal`1
|
|
name: DistinctGoal
|
|
href: TinyLife.Goals.DistinctGoal-1.html
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: )
|
|
- name: (
|
|
- uid: TinyLife.Goals.DistinctGoal`1
|
|
name: DistinctGoal
|
|
href: TinyLife.Goals.DistinctGoal-1.html
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- 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
|
|
href: TinyLife.Goals.Goal-1.html
|
|
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
|
|
href: TinyLife.Goals.Goal-1.html
|
|
- name: <
|
|
- name: TInfo
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: TinyLife.Goals.Goal`1
|
|
name: Goal
|
|
href: TinyLife.Goals.Goal-1.html
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TInfo
|
|
- name: )
|
|
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
|
commentId: T:TinyLife.Goals.AutoTriggerGoal`1
|
|
href: TinyLife.Goals.AutoTriggerGoal-1.html
|
|
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
|
|
href: TinyLife.Goals.AutoTriggerGoal-1.html
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
|
name: AutoTriggerGoal
|
|
href: TinyLife.Goals.AutoTriggerGoal-1.html
|
|
- 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: TinyLife.Goals.AutoTriggerGoal-1.html#TinyLife_Goals_AutoTriggerGoal_1_Trigger_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
|
|
href: TinyLife.Goals.AutoTriggerGoal-1.html#TinyLife_Goals_AutoTriggerGoal_1_Trigger_System_Object_
|
|
- 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
|
|
href: TinyLife.Goals.AutoTriggerGoal-1.html#TinyLife_Goals_AutoTriggerGoal_1_Trigger_System_Object_
|
|
- 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
|
|
href: TinyLife.Goals.Goal-1.html#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)
|
|
href: TinyLife.Utilities.Extensions.html#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
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
- uid: TinyLife.Utilities.Extensions
|
|
commentId: T:TinyLife.Utilities.Extensions
|
|
parent: TinyLife.Utilities
|
|
href: TinyLife.Utilities.Extensions.html
|
|
name: Extensions
|
|
nameWithType: Extensions
|
|
fullName: TinyLife.Utilities.Extensions
|
|
- uid: TinyLife.Utilities
|
|
commentId: N:TinyLife.Utilities
|
|
href: TinyLife.html
|
|
name: TinyLife.Utilities
|
|
nameWithType: TinyLife.Utilities
|
|
fullName: TinyLife.Utilities
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Utilities
|
|
name: Utilities
|
|
href: TinyLife.Utilities.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Utilities
|
|
name: Utilities
|
|
href: TinyLife.Utilities.html
|
|
- uid: TinyLife.Goals.DistinctGoal`1.#ctor*
|
|
commentId: Overload:TinyLife.Goals.DistinctGoal`1.#ctor
|
|
href: TinyLife.Goals.DistinctGoal-1.html#TinyLife_Goals_DistinctGoal_1__ctor_TinyLife_Goals_GoalSet_TinyLife_Goals_AutoGoalInfo_
|
|
name: DistinctGoal
|
|
nameWithType: DistinctGoal<T>.DistinctGoal
|
|
fullName: TinyLife.Goals.DistinctGoal<T>.DistinctGoal
|
|
nameWithType.vb: DistinctGoal(Of T).New
|
|
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).New
|
|
name.vb: New
|
|
- uid: TinyLife.Goals.GoalSet
|
|
commentId: T:TinyLife.Goals.GoalSet
|
|
parent: TinyLife.Goals
|
|
href: TinyLife.Goals.GoalSet.html
|
|
name: GoalSet
|
|
nameWithType: GoalSet
|
|
fullName: TinyLife.Goals.GoalSet
|
|
- uid: TinyLife.Goals.Goal.GetProgress
|
|
commentId: M:TinyLife.Goals.Goal.GetProgress
|
|
parent: TinyLife.Goals.Goal
|
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetProgress
|
|
name: GetProgress()
|
|
nameWithType: Goal.GetProgress()
|
|
fullName: TinyLife.Goals.Goal.GetProgress()
|
|
spec.csharp:
|
|
- uid: TinyLife.Goals.Goal.GetProgress
|
|
name: GetProgress
|
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetProgress
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Goals.Goal.GetProgress
|
|
name: GetProgress
|
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetProgress
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Goals.DistinctGoal`1.GetProgress*
|
|
commentId: Overload:TinyLife.Goals.DistinctGoal`1.GetProgress
|
|
href: TinyLife.Goals.DistinctGoal-1.html#TinyLife_Goals_DistinctGoal_1_GetProgress
|
|
name: GetProgress
|
|
nameWithType: DistinctGoal<T>.GetProgress
|
|
fullName: TinyLife.Goals.DistinctGoal<T>.GetProgress
|
|
nameWithType.vb: DistinctGoal(Of T).GetProgress
|
|
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).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
|
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_Reset
|
|
name: Reset()
|
|
nameWithType: Goal.Reset()
|
|
fullName: TinyLife.Goals.Goal.Reset()
|
|
spec.csharp:
|
|
- uid: TinyLife.Goals.Goal.Reset
|
|
name: Reset
|
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_Reset
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Goals.Goal.Reset
|
|
name: Reset
|
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_Reset
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Goals.DistinctGoal`1.Reset*
|
|
commentId: Overload:TinyLife.Goals.DistinctGoal`1.Reset
|
|
href: TinyLife.Goals.DistinctGoal-1.html#TinyLife_Goals_DistinctGoal_1_Reset
|
|
name: Reset
|
|
nameWithType: DistinctGoal<T>.Reset
|
|
fullName: TinyLife.Goals.DistinctGoal<T>.Reset
|
|
nameWithType.vb: DistinctGoal(Of T).Reset
|
|
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).Reset
|
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
|
commentId: M:TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
|
parent: TinyLife.Goals.Goal
|
|
isExternal: true
|
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress_System_Boolean_
|
|
name: GetDisplayedProgress(bool)
|
|
nameWithType: Goal.GetDisplayedProgress(bool)
|
|
fullName: TinyLife.Goals.Goal.GetDisplayedProgress(bool)
|
|
nameWithType.vb: Goal.GetDisplayedProgress(Boolean)
|
|
fullName.vb: TinyLife.Goals.Goal.GetDisplayedProgress(Boolean)
|
|
name.vb: GetDisplayedProgress(Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
|
name: GetDisplayedProgress
|
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress_System_Boolean_
|
|
- name: (
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Goals.Goal.GetDisplayedProgress(System.Boolean)
|
|
name: GetDisplayedProgress
|
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_GetDisplayedProgress_System_Boolean_
|
|
- name: (
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress*
|
|
commentId: Overload:TinyLife.Goals.DistinctGoal`1.GetDisplayedProgress
|
|
href: TinyLife.Goals.DistinctGoal-1.html#TinyLife_Goals_DistinctGoal_1_GetDisplayedProgress_System_Boolean_
|
|
name: GetDisplayedProgress
|
|
nameWithType: DistinctGoal<T>.GetDisplayedProgress
|
|
fullName: TinyLife.Goals.DistinctGoal<T>.GetDisplayedProgress
|
|
nameWithType.vb: DistinctGoal(Of T).GetDisplayedProgress
|
|
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).GetDisplayedProgress
|
|
- 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: 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.Goal.Validate(TinyLife.Goals.GoalSet)
|
|
commentId: M:TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
|
parent: TinyLife.Goals.Goal
|
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_Validate_TinyLife_Goals_GoalSet_
|
|
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
|
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_Validate_TinyLife_Goals_GoalSet_
|
|
- name: (
|
|
- uid: TinyLife.Goals.GoalSet
|
|
name: GoalSet
|
|
href: TinyLife.Goals.GoalSet.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Goals.Goal.Validate(TinyLife.Goals.GoalSet)
|
|
name: Validate
|
|
href: TinyLife.Goals.Goal.html#TinyLife_Goals_Goal_Validate_TinyLife_Goals_GoalSet_
|
|
- name: (
|
|
- uid: TinyLife.Goals.GoalSet
|
|
name: GoalSet
|
|
href: TinyLife.Goals.GoalSet.html
|
|
- name: )
|
|
- uid: TinyLife.Goals.DistinctGoal`1.Validate*
|
|
commentId: Overload:TinyLife.Goals.DistinctGoal`1.Validate
|
|
href: TinyLife.Goals.DistinctGoal-1.html#TinyLife_Goals_DistinctGoal_1_Validate_TinyLife_Goals_GoalSet_
|
|
name: Validate
|
|
nameWithType: DistinctGoal<T>.Validate
|
|
fullName: TinyLife.Goals.DistinctGoal<T>.Validate
|
|
nameWithType.vb: DistinctGoal(Of T).Validate
|
|
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).Validate
|
|
- uid: TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
|
commentId: M:TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
|
parent: TinyLife.Goals.AutoTriggerGoal
|
|
isExternal: true
|
|
href: TinyLife.Goals.AutoTriggerGoal.html#TinyLife_Goals_AutoTriggerGoal_CanTrigger_System_Object_TinyLife_Goals_GoalTrigger_System_Object_
|
|
name: CanTrigger(object, GoalTrigger, object)
|
|
nameWithType: AutoTriggerGoal.CanTrigger(object, GoalTrigger, object)
|
|
fullName: TinyLife.Goals.AutoTriggerGoal.CanTrigger(object, TinyLife.Goals.GoalTrigger, object)
|
|
nameWithType.vb: AutoTriggerGoal.CanTrigger(Object, GoalTrigger, Object)
|
|
fullName.vb: TinyLife.Goals.AutoTriggerGoal.CanTrigger(Object, TinyLife.Goals.GoalTrigger, Object)
|
|
name.vb: CanTrigger(Object, GoalTrigger, Object)
|
|
spec.csharp:
|
|
- uid: TinyLife.Goals.AutoTriggerGoal.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
|
name: CanTrigger
|
|
href: TinyLife.Goals.AutoTriggerGoal.html#TinyLife_Goals_AutoTriggerGoal_CanTrigger_System_Object_TinyLife_Goals_GoalTrigger_System_Object_
|
|
- 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
|
|
href: TinyLife.Goals.GoalTrigger.html
|
|
- 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.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
|
name: CanTrigger
|
|
href: TinyLife.Goals.AutoTriggerGoal.html#TinyLife_Goals_AutoTriggerGoal_CanTrigger_System_Object_TinyLife_Goals_GoalTrigger_System_Object_
|
|
- 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
|
|
href: TinyLife.Goals.GoalTrigger.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: TinyLife.Goals.AutoTriggerGoal{{T}}.Trigger({T})
|
|
commentId: M:TinyLife.Goals.AutoTriggerGoal{`0}.Trigger(`0)
|
|
parent: TinyLife.Goals.AutoTriggerGoal{{T}}
|
|
definition: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
|
href: TinyLife.Goals.AutoTriggerGoal-1.html#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{`0}.Trigger(`0)
|
|
name: Trigger
|
|
href: TinyLife.Goals.AutoTriggerGoal-1.html#TinyLife_Goals_AutoTriggerGoal_1_Trigger__0_
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Goals.AutoTriggerGoal{`0}.Trigger(`0)
|
|
name: Trigger
|
|
href: TinyLife.Goals.AutoTriggerGoal-1.html#TinyLife_Goals_AutoTriggerGoal_1_Trigger__0_
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
- uid: TinyLife.Goals.DistinctGoal`1.Trigger*
|
|
commentId: Overload:TinyLife.Goals.DistinctGoal`1.Trigger
|
|
href: TinyLife.Goals.DistinctGoal-1.html#TinyLife_Goals_DistinctGoal_1_Trigger__0_
|
|
name: Trigger
|
|
nameWithType: DistinctGoal<T>.Trigger
|
|
fullName: TinyLife.Goals.DistinctGoal<T>.Trigger
|
|
nameWithType.vb: DistinctGoal(Of T).Trigger
|
|
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).Trigger
|
|
- uid: '{T}'
|
|
commentId: '!:T'
|
|
definition: T
|
|
name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
|
commentId: M:TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
|
href: TinyLife.Goals.AutoTriggerGoal-1.html#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
|
|
href: TinyLife.Goals.AutoTriggerGoal-1.html#TinyLife_Goals_AutoTriggerGoal_1_Trigger__0_
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Goals.AutoTriggerGoal`1.Trigger(`0)
|
|
name: Trigger
|
|
href: TinyLife.Goals.AutoTriggerGoal-1.html#TinyLife_Goals_AutoTriggerGoal_1_Trigger__0_
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
- uid: T
|
|
name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- uid: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object)
|
|
commentId: M:TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object)
|
|
parent: TinyLife.Goals.AutoTriggerGoal
|
|
isExternal: true
|
|
href: TinyLife.Goals.AutoTriggerGoal.html#TinyLife_Goals_AutoTriggerGoal_Trigger_System_Object_
|
|
name: Trigger(object)
|
|
nameWithType: AutoTriggerGoal.Trigger(object)
|
|
fullName: TinyLife.Goals.AutoTriggerGoal.Trigger(object)
|
|
nameWithType.vb: AutoTriggerGoal.Trigger(Object)
|
|
fullName.vb: TinyLife.Goals.AutoTriggerGoal.Trigger(Object)
|
|
name.vb: Trigger(Object)
|
|
spec.csharp:
|
|
- uid: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object)
|
|
name: Trigger
|
|
href: TinyLife.Goals.AutoTriggerGoal.html#TinyLife_Goals_AutoTriggerGoal_Trigger_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Goals.AutoTriggerGoal.Trigger(System.Object)
|
|
name: Trigger
|
|
href: TinyLife.Goals.AutoTriggerGoal.html#TinyLife_Goals_AutoTriggerGoal_Trigger_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: TinyLife.Goals.AutoTriggerGoal{{T}}.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
|
commentId: M:TinyLife.Goals.AutoTriggerGoal{`0}.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
|
parent: TinyLife.Goals.AutoTriggerGoal{{T}}
|
|
definition: TinyLife.Goals.AutoTriggerGoal`1.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
|
href: TinyLife.Goals.AutoTriggerGoal-1.html#TinyLife_Goals_AutoTriggerGoal_1_CanTrigger_System_Object_TinyLife_Goals_GoalTrigger_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{`0}.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
|
name: CanTrigger
|
|
href: TinyLife.Goals.AutoTriggerGoal-1.html#TinyLife_Goals_AutoTriggerGoal_1_CanTrigger_System_Object_TinyLife_Goals_GoalTrigger_System_Object_
|
|
- 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
|
|
href: TinyLife.Goals.GoalTrigger.html
|
|
- 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{`0}.CanTrigger(System.Object,TinyLife.Goals.GoalTrigger,System.Object)
|
|
name: CanTrigger
|
|
href: TinyLife.Goals.AutoTriggerGoal-1.html#TinyLife_Goals_AutoTriggerGoal_1_CanTrigger_System_Object_TinyLife_Goals_GoalTrigger_System_Object_
|
|
- 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
|
|
href: TinyLife.Goals.GoalTrigger.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: TinyLife.Goals.DistinctGoal`1.CanTrigger*
|
|
commentId: Overload:TinyLife.Goals.DistinctGoal`1.CanTrigger
|
|
href: TinyLife.Goals.DistinctGoal-1.html#TinyLife_Goals_DistinctGoal_1_CanTrigger_System_Object_TinyLife_Goals_GoalTrigger_System_Object_
|
|
name: CanTrigger
|
|
nameWithType: DistinctGoal<T>.CanTrigger
|
|
fullName: TinyLife.Goals.DistinctGoal<T>.CanTrigger
|
|
nameWithType.vb: DistinctGoal(Of T).CanTrigger
|
|
fullName.vb: TinyLife.Goals.DistinctGoal(Of T).CanTrigger
|
|
- uid: TinyLife.Goals.GoalTrigger
|
|
commentId: T:TinyLife.Goals.GoalTrigger
|
|
parent: TinyLife.Goals
|
|
href: TinyLife.Goals.GoalTrigger.html
|
|
name: GoalTrigger
|
|
nameWithType: GoalTrigger
|
|
fullName: TinyLife.Goals.GoalTrigger
|
|
- 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: TinyLife.Goals.AutoTriggerGoal-1.html#TinyLife_Goals_AutoTriggerGoal_1_CanTrigger_System_Object_TinyLife_Goals_GoalTrigger_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
|
|
href: TinyLife.Goals.AutoTriggerGoal-1.html#TinyLife_Goals_AutoTriggerGoal_1_CanTrigger_System_Object_TinyLife_Goals_GoalTrigger_System_Object_
|
|
- 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
|
|
href: TinyLife.Goals.GoalTrigger.html
|
|
- 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
|
|
href: TinyLife.Goals.AutoTriggerGoal-1.html#TinyLife_Goals_AutoTriggerGoal_1_CanTrigger_System_Object_TinyLife_Goals_GoalTrigger_System_Object_
|
|
- 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
|
|
href: TinyLife.Goals.GoalTrigger.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|