mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-05 04:29:08 +01:00
300 lines
8.2 KiB
YAML
300 lines
8.2 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: TinyLife.Goals
|
|
commentId: N:TinyLife.Goals
|
|
id: TinyLife.Goals
|
|
children:
|
|
- TinyLife.Goals.Achievement
|
|
- TinyLife.Goals.AchievementType
|
|
- TinyLife.Goals.AmountGoal
|
|
- TinyLife.Goals.AutoGoalInfo
|
|
- TinyLife.Goals.AutoTriggerGoal
|
|
- TinyLife.Goals.AutoTriggerGoal`1
|
|
- TinyLife.Goals.ConditionedGoal
|
|
- TinyLife.Goals.DistinctGoal`1
|
|
- TinyLife.Goals.Goal
|
|
- TinyLife.Goals.Goal`1
|
|
- TinyLife.Goals.GoalInfo
|
|
- TinyLife.Goals.GoalSet
|
|
- TinyLife.Goals.GoalSetInfo
|
|
- TinyLife.Goals.GoalTrigger
|
|
- TinyLife.Goals.IGoalTriggerable
|
|
- TinyLife.Goals.Job
|
|
- TinyLife.Goals.Job.JobPerformanceDelegate
|
|
- TinyLife.Goals.JobType
|
|
- TinyLife.Goals.LifeGoal
|
|
- TinyLife.Goals.LifeGoal.Instance
|
|
- TinyLife.Goals.ManualProgressGoal
|
|
- TinyLife.Goals.Memory
|
|
- TinyLife.Goals.MemoryType
|
|
- TinyLife.Goals.Project
|
|
- TinyLife.Goals.Project.ActionSettings
|
|
- TinyLife.Goals.StudentJobType
|
|
- TinyLife.Goals.TimedGoal
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: TinyLife.Goals
|
|
nameWithType: TinyLife.Goals
|
|
fullName: TinyLife.Goals
|
|
type: Namespace
|
|
assemblies:
|
|
- Tiny Life
|
|
references:
|
|
- uid: TinyLife.Goals.AchievementType
|
|
commentId: T:TinyLife.Goals.AchievementType
|
|
parent: TinyLife.Goals
|
|
name: AchievementType
|
|
nameWithType: AchievementType
|
|
fullName: TinyLife.Goals.AchievementType
|
|
- uid: TinyLife.Goals.Achievement
|
|
commentId: T:TinyLife.Goals.Achievement
|
|
parent: TinyLife.Goals
|
|
name: Achievement
|
|
nameWithType: Achievement
|
|
fullName: TinyLife.Goals.Achievement
|
|
- uid: TinyLife.Goals.AmountGoal
|
|
commentId: T:TinyLife.Goals.AmountGoal
|
|
name: AmountGoal
|
|
nameWithType: AmountGoal
|
|
fullName: TinyLife.Goals.AmountGoal
|
|
- uid: TinyLife.Goals.AutoTriggerGoal
|
|
commentId: T:TinyLife.Goals.AutoTriggerGoal
|
|
parent: TinyLife.Goals
|
|
name: AutoTriggerGoal
|
|
nameWithType: AutoTriggerGoal
|
|
fullName: TinyLife.Goals.AutoTriggerGoal
|
|
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
|
commentId: T:TinyLife.Goals.AutoTriggerGoal`1
|
|
name: AutoTriggerGoal<T>
|
|
nameWithType: AutoTriggerGoal<T>
|
|
fullName: TinyLife.Goals.AutoTriggerGoal<T>
|
|
nameWithType.vb: AutoTriggerGoal(Of T)
|
|
fullName.vb: TinyLife.Goals.AutoTriggerGoal(Of T)
|
|
name.vb: AutoTriggerGoal(Of T)
|
|
spec.csharp:
|
|
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
|
name: AutoTriggerGoal
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: TinyLife.Goals.AutoTriggerGoal`1
|
|
name: AutoTriggerGoal
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: TinyLife.Goals.ConditionedGoal
|
|
commentId: T:TinyLife.Goals.ConditionedGoal
|
|
name: ConditionedGoal
|
|
nameWithType: ConditionedGoal
|
|
fullName: TinyLife.Goals.ConditionedGoal
|
|
- uid: TinyLife.Goals.DistinctGoal`1
|
|
commentId: T:TinyLife.Goals.DistinctGoal`1
|
|
name: DistinctGoal<T>
|
|
nameWithType: DistinctGoal<T>
|
|
fullName: TinyLife.Goals.DistinctGoal<T>
|
|
nameWithType.vb: DistinctGoal(Of T)
|
|
fullName.vb: TinyLife.Goals.DistinctGoal(Of T)
|
|
name.vb: DistinctGoal(Of T)
|
|
spec.csharp:
|
|
- uid: TinyLife.Goals.DistinctGoal`1
|
|
name: DistinctGoal
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: TinyLife.Goals.DistinctGoal`1
|
|
name: DistinctGoal
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: TinyLife.Goals.Goal
|
|
commentId: T:TinyLife.Goals.Goal
|
|
parent: TinyLife.Goals
|
|
name: Goal
|
|
nameWithType: Goal
|
|
fullName: TinyLife.Goals.Goal
|
|
- uid: TinyLife.Goals.Goal`1
|
|
commentId: T:TinyLife.Goals.Goal`1
|
|
name: Goal<TInfo>
|
|
nameWithType: Goal<TInfo>
|
|
fullName: TinyLife.Goals.Goal<TInfo>
|
|
nameWithType.vb: Goal(Of TInfo)
|
|
fullName.vb: TinyLife.Goals.Goal(Of TInfo)
|
|
name.vb: Goal(Of TInfo)
|
|
spec.csharp:
|
|
- uid: TinyLife.Goals.Goal`1
|
|
name: Goal
|
|
- name: <
|
|
- name: TInfo
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: TinyLife.Goals.Goal`1
|
|
name: Goal
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TInfo
|
|
- name: )
|
|
- uid: TinyLife.Goals.GoalInfo
|
|
commentId: T:TinyLife.Goals.GoalInfo
|
|
parent: TinyLife.Goals
|
|
name: GoalInfo
|
|
nameWithType: GoalInfo
|
|
fullName: TinyLife.Goals.GoalInfo
|
|
- uid: TinyLife.Goals.AutoGoalInfo
|
|
commentId: T:TinyLife.Goals.AutoGoalInfo
|
|
parent: TinyLife.Goals
|
|
name: AutoGoalInfo
|
|
nameWithType: AutoGoalInfo
|
|
fullName: TinyLife.Goals.AutoGoalInfo
|
|
- uid: TinyLife.Goals.GoalSetInfo
|
|
commentId: T:TinyLife.Goals.GoalSetInfo
|
|
parent: TinyLife.Goals
|
|
name: GoalSetInfo
|
|
nameWithType: GoalSetInfo
|
|
fullName: TinyLife.Goals.GoalSetInfo
|
|
- uid: TinyLife.Goals.GoalSet
|
|
commentId: T:TinyLife.Goals.GoalSet
|
|
parent: TinyLife.Goals
|
|
name: GoalSet
|
|
nameWithType: GoalSet
|
|
fullName: TinyLife.Goals.GoalSet
|
|
- uid: TinyLife.Goals.GoalTrigger
|
|
commentId: T:TinyLife.Goals.GoalTrigger
|
|
parent: TinyLife.Goals
|
|
name: GoalTrigger
|
|
nameWithType: GoalTrigger
|
|
fullName: TinyLife.Goals.GoalTrigger
|
|
- uid: TinyLife.Goals.IGoalTriggerable
|
|
commentId: T:TinyLife.Goals.IGoalTriggerable
|
|
parent: TinyLife.Goals
|
|
name: IGoalTriggerable
|
|
nameWithType: IGoalTriggerable
|
|
fullName: TinyLife.Goals.IGoalTriggerable
|
|
- uid: TinyLife.Goals.Job
|
|
commentId: T:TinyLife.Goals.Job
|
|
parent: TinyLife.Goals
|
|
name: Job
|
|
nameWithType: Job
|
|
fullName: TinyLife.Goals.Job
|
|
- uid: TinyLife.Goals.Job.JobPerformanceDelegate
|
|
commentId: T:TinyLife.Goals.Job.JobPerformanceDelegate
|
|
parent: TinyLife.Goals
|
|
name: Job.JobPerformanceDelegate
|
|
nameWithType: Job.JobPerformanceDelegate
|
|
fullName: TinyLife.Goals.Job.JobPerformanceDelegate
|
|
spec.csharp:
|
|
- uid: TinyLife.Goals.Job
|
|
name: Job
|
|
- name: .
|
|
- uid: TinyLife.Goals.Job.JobPerformanceDelegate
|
|
name: JobPerformanceDelegate
|
|
spec.vb:
|
|
- uid: TinyLife.Goals.Job
|
|
name: Job
|
|
- name: .
|
|
- uid: TinyLife.Goals.Job.JobPerformanceDelegate
|
|
name: JobPerformanceDelegate
|
|
- uid: TinyLife.Goals.JobType
|
|
commentId: T:TinyLife.Goals.JobType
|
|
parent: TinyLife.Goals
|
|
name: JobType
|
|
nameWithType: JobType
|
|
fullName: TinyLife.Goals.JobType
|
|
- uid: TinyLife.Goals.LifeGoal
|
|
commentId: T:TinyLife.Goals.LifeGoal
|
|
parent: TinyLife.Goals
|
|
name: LifeGoal
|
|
nameWithType: LifeGoal
|
|
fullName: TinyLife.Goals.LifeGoal
|
|
- uid: TinyLife.Goals.LifeGoal.Instance
|
|
commentId: T:TinyLife.Goals.LifeGoal.Instance
|
|
parent: TinyLife.Goals
|
|
name: LifeGoal.Instance
|
|
nameWithType: LifeGoal.Instance
|
|
fullName: TinyLife.Goals.LifeGoal.Instance
|
|
spec.csharp:
|
|
- uid: TinyLife.Goals.LifeGoal
|
|
name: LifeGoal
|
|
- name: .
|
|
- uid: TinyLife.Goals.LifeGoal.Instance
|
|
name: Instance
|
|
spec.vb:
|
|
- uid: TinyLife.Goals.LifeGoal
|
|
name: LifeGoal
|
|
- name: .
|
|
- uid: TinyLife.Goals.LifeGoal.Instance
|
|
name: Instance
|
|
- uid: TinyLife.Goals.ManualProgressGoal
|
|
commentId: T:TinyLife.Goals.ManualProgressGoal
|
|
name: ManualProgressGoal
|
|
nameWithType: ManualProgressGoal
|
|
fullName: TinyLife.Goals.ManualProgressGoal
|
|
- uid: TinyLife.Goals.Memory
|
|
commentId: T:TinyLife.Goals.Memory
|
|
name: Memory
|
|
nameWithType: Memory
|
|
fullName: TinyLife.Goals.Memory
|
|
- uid: TinyLife.Goals.MemoryType
|
|
commentId: T:TinyLife.Goals.MemoryType
|
|
parent: TinyLife.Goals
|
|
name: MemoryType
|
|
nameWithType: MemoryType
|
|
fullName: TinyLife.Goals.MemoryType
|
|
- uid: TinyLife.Goals.Project
|
|
commentId: T:TinyLife.Goals.Project
|
|
parent: TinyLife.Goals
|
|
name: Project
|
|
nameWithType: Project
|
|
fullName: TinyLife.Goals.Project
|
|
- uid: TinyLife.Goals.Project.ActionSettings
|
|
commentId: T:TinyLife.Goals.Project.ActionSettings
|
|
parent: TinyLife.Goals
|
|
name: Project.ActionSettings
|
|
nameWithType: Project.ActionSettings
|
|
fullName: TinyLife.Goals.Project.ActionSettings
|
|
spec.csharp:
|
|
- uid: TinyLife.Goals.Project
|
|
name: Project
|
|
- name: .
|
|
- uid: TinyLife.Goals.Project.ActionSettings
|
|
name: ActionSettings
|
|
spec.vb:
|
|
- uid: TinyLife.Goals.Project
|
|
name: Project
|
|
- name: .
|
|
- uid: TinyLife.Goals.Project.ActionSettings
|
|
name: ActionSettings
|
|
- uid: TinyLife.Goals.StudentJobType
|
|
commentId: T:TinyLife.Goals.StudentJobType
|
|
name: StudentJobType
|
|
nameWithType: StudentJobType
|
|
fullName: TinyLife.Goals.StudentJobType
|
|
- uid: TinyLife.Goals.TimedGoal
|
|
commentId: T:TinyLife.Goals.TimedGoal
|
|
name: TimedGoal
|
|
nameWithType: TimedGoal
|
|
fullName: TinyLife.Goals.TimedGoal
|
|
- 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
|