2022-07-04 16:50:43 +02:00
### YamlMime:ManagedReference
items :
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.ChoicePromptInfo
commentId : T:TinyLife.Actions.ChoicePromptInfo
2022-07-04 16:50:43 +02:00
id : ChoicePromptInfo
2023-03-31 13:26:13 +02:00
parent : TinyLife.Actions
2022-07-04 16:50:43 +02:00
children :
2023-03-31 13:26:13 +02:00
- TinyLife.Actions.ChoicePromptInfo.#ctor(System.String,TinyLife.Actions.ChoicePromptInfo.Option[])
- TinyLife.Actions.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup)
- TinyLife.Actions.ChoicePromptInfo.Name
- TinyLife.Actions.ChoicePromptInfo.Options
2022-07-04 16:50:43 +02:00
langs :
- csharp
- vb
name : ChoicePromptInfo
nameWithType : ChoicePromptInfo
2023-03-31 13:26:13 +02:00
fullName : TinyLife.Actions.ChoicePromptInfo
2022-07-04 16:50:43 +02:00
type : Class
assemblies :
- Tiny Life
2023-03-31 13:26:13 +02:00
namespace : TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary : A choice prompt info is a set of data that can be used in <xref href="TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)" data-throw-if-not-resolved="false"></xref> to display a set of options to the player, one of which is randomly chosen to be "correct", causing a positive effect to happen. Choice prompts are used by <xref href="TinyLife.Goals.JobType" data-throw-if-not-resolved="false"></xref>, but can also be used in custom circumstances.
2022-07-04 16:50:43 +02:00
example : [ ]
syntax :
content : public class ChoicePromptInfo
content.vb : Public Class ChoicePromptInfo
inheritance :
- System.Object
inheritedMembers :
- 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 :
2023-03-31 13:26:13 +02:00
- TinyLife.Actions.ChoicePromptInfo.TinyLife.Utilities.Extensions.JsonCopy``1
- uid : TinyLife.Actions.ChoicePromptInfo.Name
commentId : F:TinyLife.Actions.ChoicePromptInfo.Name
2022-07-04 16:50:43 +02:00
id : Name
2023-03-31 13:26:13 +02:00
parent : TinyLife.Actions.ChoicePromptInfo
2022-07-04 16:50:43 +02:00
langs :
- csharp
- vb
name : Name
nameWithType : ChoicePromptInfo.Name
2023-03-31 13:26:13 +02:00
fullName : TinyLife.Actions.ChoicePromptInfo.Name
2022-07-04 16:50:43 +02:00
type : Field
assemblies :
- Tiny Life
2023-03-31 13:26:13 +02:00
namespace : TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary : This choice prompt's name, which will be localized.
2022-07-04 16:50:43 +02:00
example : [ ]
syntax :
content : public readonly string Name
return :
type : System.String
content.vb : Public ReadOnly Name As String
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.ChoicePromptInfo.Options
commentId : F:TinyLife.Actions.ChoicePromptInfo.Options
2022-07-04 16:50:43 +02:00
id : Options
2023-03-31 13:26:13 +02:00
parent : TinyLife.Actions.ChoicePromptInfo
2022-07-04 16:50:43 +02:00
langs :
- csharp
- vb
name : Options
nameWithType : ChoicePromptInfo.Options
2023-03-31 13:26:13 +02:00
fullName : TinyLife.Actions.ChoicePromptInfo.Options
2022-07-04 16:50:43 +02:00
type : Field
assemblies :
- Tiny Life
2023-03-31 13:26:13 +02:00
namespace : TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary : This choice prompt's set of <xref href="TinyLife.Actions.ChoicePromptInfo.Option" data-throw-if-not-resolved="false"></xref> instances, one of which will randomly be chosen as the correct option.
2022-07-04 16:50:43 +02:00
example : [ ]
syntax :
content : public readonly ChoicePromptInfo.Option[] Options
return :
2023-03-31 13:26:13 +02:00
type : TinyLife.Actions.ChoicePromptInfo.Option[]
2022-07-04 16:50:43 +02:00
content.vb : Public ReadOnly Options As ChoicePromptInfo.Option()
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.ChoicePromptInfo.#ctor(System.String,TinyLife.Actions.ChoicePromptInfo.Option[])
commentId : M:TinyLife.Actions.ChoicePromptInfo.#ctor(System.String,TinyLife.Actions.ChoicePromptInfo.Option[])
id : '#ctor(System.String,TinyLife.Actions.ChoicePromptInfo.Option[])'
parent : TinyLife.Actions.ChoicePromptInfo
2022-07-04 16:50:43 +02:00
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : ChoicePromptInfo(string, params Option[])
nameWithType : ChoicePromptInfo.ChoicePromptInfo(string, params ChoicePromptInfo.Option[])
2023-03-31 13:26:13 +02:00
fullName : TinyLife.Actions.ChoicePromptInfo.ChoicePromptInfo(string, params TinyLife.Actions.ChoicePromptInfo.Option[])
2022-07-04 16:50:43 +02:00
type : Constructor
assemblies :
- Tiny Life
2023-03-31 13:26:13 +02:00
namespace : TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary : Creates a new choice prompt info with the given settings.
2022-07-04 16:50:43 +02:00
example : [ ]
syntax :
content : public ChoicePromptInfo(string name, params ChoicePromptInfo.Option[] options)
parameters :
- id : name
type : System.String
2024-01-07 16:53:47 +01:00
description : This choice prompt's name, which will be localized.
2022-07-04 16:50:43 +02:00
- id : options
2023-03-31 13:26:13 +02:00
type : TinyLife.Actions.ChoicePromptInfo.Option[]
2024-01-07 16:53:47 +01:00
description : This choice prompt's set of <xref href="TinyLife.Actions.ChoicePromptInfo.Option" data-throw-if-not-resolved="false"></xref> instances, one of which will randomly be chosen as the correct option.
2022-07-04 16:50:43 +02:00
content.vb : Public Sub New(name As String, ParamArray options As ChoicePromptInfo.Option())
2023-03-31 13:26:13 +02:00
overload : TinyLife.Actions.ChoicePromptInfo.#ctor*
2023-03-30 18:07:55 +02:00
nameWithType.vb : ChoicePromptInfo.New(String, ParamArray ChoicePromptInfo.Option())
2023-03-31 13:26:13 +02:00
fullName.vb : TinyLife.Actions.ChoicePromptInfo.New(String, ParamArray TinyLife.Actions.ChoicePromptInfo.Option())
2023-03-30 18:07:55 +02:00
name.vb : New(String, ParamArray Option())
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup)
commentId : M:TinyLife.Actions.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup)
2022-07-04 16:50:43 +02:00
id : CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup)
2023-03-31 13:26:13 +02:00
parent : TinyLife.Actions.ChoicePromptInfo
2022-07-04 16:50:43 +02:00
langs :
- csharp
- vb
name : CreatePromptContent(Person, CoveringGroup)
nameWithType : ChoicePromptInfo.CreatePromptContent(Person, CoveringGroup)
2023-03-31 13:26:13 +02:00
fullName : TinyLife.Actions.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person, TinyLife.Uis.CoveringGroup)
2022-07-04 16:50:43 +02:00
type : Method
assemblies :
- Tiny Life
2023-03-31 13:26:13 +02:00
namespace : TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary : Creates the UI content for this choice prompt. This method is mainly used by <xref href="TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)" data-throw-if-not-resolved="false"></xref>.
2022-07-04 16:50:43 +02:00
example : [ ]
syntax :
content : public IEnumerable<Element> CreatePromptContent(Person person, CoveringGroup prompt)
parameters :
- id : person
type : TinyLife.Objects.Person
description : The person that should be affected by this choice prompt.
- id : prompt
type : TinyLife.Uis.CoveringGroup
description : The prompt that should be closed when an option is selected.
return :
type : System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}
description : The elements that make up the choice prompt.
content.vb : Public Function CreatePromptContent(person As Person, prompt As CoveringGroup) As IEnumerable(Of Element)
2023-03-31 13:26:13 +02:00
overload : TinyLife.Actions.ChoicePromptInfo.CreatePromptContent*
2022-07-04 16:50:43 +02:00
references :
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId : M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
2022-12-20 13:25:03 +01:00
parent : TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenChoicePrompt_TinyLife_Actions_ChoicePromptInfo_
2022-12-20 13:25:03 +01:00
name : OpenChoicePrompt(ChoicePromptInfo)
nameWithType : Action.OpenChoicePrompt(ChoicePromptInfo)
2023-03-31 13:26:13 +02:00
fullName : TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
2022-12-20 13:25:03 +01:00
spec.csharp :
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
2022-12-20 13:25:03 +01:00
name : OpenChoicePrompt
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenChoicePrompt_TinyLife_Actions_ChoicePromptInfo_
2022-12-20 13:25:03 +01:00
- name : (
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.ChoicePromptInfo
2022-12-20 13:25:03 +01:00
name : ChoicePromptInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ChoicePromptInfo.html
2022-12-20 13:25:03 +01:00
- name : )
spec.vb :
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
2022-12-20 13:25:03 +01:00
name : OpenChoicePrompt
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenChoicePrompt_TinyLife_Actions_ChoicePromptInfo_
2022-12-20 13:25:03 +01:00
- name : (
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.ChoicePromptInfo
2022-12-20 13:25:03 +01:00
name : ChoicePromptInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ChoicePromptInfo.html
2022-12-20 13:25:03 +01:00
- name : )
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Goals.JobType
commentId : T:TinyLife.Goals.JobType
parent : TinyLife.Goals
2024-01-07 16:53:47 +01:00
href : TinyLife.Goals.JobType.html
2022-07-04 16:50:43 +02:00
name : JobType
nameWithType : JobType
fullName : TinyLife.Goals.JobType
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions
commentId : N : TinyLife.Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-31 13:26:13 +02:00
name : TinyLife.Actions
nameWithType : TinyLife.Actions
fullName : TinyLife.Actions
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-31 13:26:13 +02:00
- name : .
- uid : TinyLife.Actions
name : Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.html
2023-03-31 13:26:13 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-31 13:26:13 +02:00
- name : .
- uid : TinyLife.Actions
name : Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.html
2022-07-04 16:50:43 +02:00
- uid : System.Object
commentId : T:System.Object
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
name : object
nameWithType : object
fullName : object
nameWithType.vb : Object
fullName.vb : Object
name.vb : Object
2022-07-04 16:50:43 +02:00
- uid : System.Object.Equals(System.Object)
commentId : M:System.Object.Equals(System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
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)
2022-07-04 16:50:43 +02:00
spec.csharp :
- uid : System.Object.Equals(System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2022-07-04 16:50:43 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2022-07-04 16:50:43 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2022-07-04 16:50:43 +02:00
- name : )
spec.vb :
- uid : System.Object.Equals(System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2022-07-04 16:50:43 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2022-07-04 16:50:43 +02:00
- name : )
- uid : System.Object.Equals(System.Object,System.Object)
commentId : M:System.Object.Equals(System.Object,System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
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)
2022-07-04 16:50:43 +02:00
spec.csharp :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2022-07-04 16:50:43 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2022-07-04 16:50:43 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2022-07-04 16:50:43 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2022-07-04 16:50:43 +02:00
- name : )
spec.vb :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2022-07-04 16:50:43 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2022-07-04 16:50:43 +02:00
- name : )
- uid : System.Object.GetHashCode
commentId : M:System.Object.GetHashCode
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2022-07-04 16:50:43 +02:00
name : GetHashCode()
2023-03-30 18:07:55 +02:00
nameWithType : object.GetHashCode()
fullName : object.GetHashCode()
nameWithType.vb : Object.GetHashCode()
fullName.vb : Object.GetHashCode()
2022-07-04 16:50:43 +02:00
spec.csharp :
- uid : System.Object.GetHashCode
name : GetHashCode
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2022-07-04 16:50:43 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.GetHashCode
name : GetHashCode
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2022-07-04 16:50:43 +02:00
- name : (
- name : )
- uid : System.Object.GetType
commentId : M:System.Object.GetType
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2022-07-04 16:50:43 +02:00
name : GetType()
2023-03-30 18:07:55 +02:00
nameWithType : object.GetType()
fullName : object.GetType()
nameWithType.vb : Object.GetType()
fullName.vb : Object.GetType()
2022-07-04 16:50:43 +02:00
spec.csharp :
- uid : System.Object.GetType
name : GetType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2022-07-04 16:50:43 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.GetType
name : GetType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2022-07-04 16:50:43 +02:00
- name : (
- name : )
- uid : System.Object.MemberwiseClone
commentId : M:System.Object.MemberwiseClone
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2022-07-04 16:50:43 +02:00
name : MemberwiseClone()
2023-03-30 18:07:55 +02:00
nameWithType : object.MemberwiseClone()
fullName : object.MemberwiseClone()
nameWithType.vb : Object.MemberwiseClone()
fullName.vb : Object.MemberwiseClone()
2022-07-04 16:50:43 +02:00
spec.csharp :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2022-07-04 16:50:43 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2022-07-04 16:50:43 +02:00
- name : (
- name : )
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
commentId : M:System.Object.ReferenceEquals(System.Object,System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
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)
2022-07-04 16:50:43 +02:00
spec.csharp :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2022-07-04 16:50:43 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2022-07-04 16:50:43 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2022-07-04 16:50:43 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2022-07-04 16:50:43 +02:00
- name : )
spec.vb :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2022-07-04 16:50:43 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2022-07-04 16:50:43 +02:00
- name : )
- uid : System.Object.ToString
commentId : M:System.Object.ToString
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2022-07-04 16:50:43 +02:00
name : ToString()
2023-03-30 18:07:55 +02:00
nameWithType : object.ToString()
fullName : object.ToString()
nameWithType.vb : Object.ToString()
fullName.vb : Object.ToString()
2022-07-04 16:50:43 +02:00
spec.csharp :
- uid : System.Object.ToString
name : ToString
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2022-07-04 16:50:43 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.ToString
name : ToString
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2022-07-04 16:50:43 +02:00
- name : (
- name : )
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.ChoicePromptInfo.TinyLife.Utilities.Extensions.JsonCopy``1
2022-07-04 16:50:43 +02:00
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent : TinyLife.Utilities.Extensions
definition : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
name : JsonCopy<ChoicePromptInfo>(ChoicePromptInfo)
nameWithType : Extensions.JsonCopy<ChoicePromptInfo>(ChoicePromptInfo)
2023-03-31 13:26:13 +02:00
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.ChoicePromptInfo>(TinyLife.Actions.ChoicePromptInfo)
2023-03-30 18:07:55 +02:00
nameWithType.vb : Extensions.JsonCopy(Of ChoicePromptInfo)(ChoicePromptInfo)
2023-03-31 13:26:13 +02:00
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.ChoicePromptInfo)(TinyLife.Actions.ChoicePromptInfo)
2023-03-30 18:07:55 +02:00
name.vb : JsonCopy(Of ChoicePromptInfo)(ChoicePromptInfo)
2022-07-04 16:50:43 +02:00
spec.csharp :
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.ChoicePromptInfo)
2023-03-30 18:07:55 +02:00
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : <
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.ChoicePromptInfo
2023-03-30 18:07:55 +02:00
name : ChoicePromptInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ChoicePromptInfo.html
2023-03-30 18:07:55 +02:00
- name : '>'
2022-07-04 16:50:43 +02:00
- name : (
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.ChoicePromptInfo
2023-03-30 18:07:55 +02:00
name : ChoicePromptInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ChoicePromptInfo.html
2022-07-04 16:50:43 +02:00
- name : )
spec.vb :
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.ChoicePromptInfo)
2023-03-30 18:07:55 +02:00
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2022-07-04 16:50:43 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.ChoicePromptInfo
2023-03-30 18:07:55 +02:00
name : ChoicePromptInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ChoicePromptInfo.html
2023-03-30 18:07:55 +02:00
- name : )
- name : (
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.ChoicePromptInfo
2023-03-30 18:07:55 +02:00
name : ChoicePromptInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ChoicePromptInfo.html
2022-07-04 16:50:43 +02:00
- name : )
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Actions.Action
commentId : T:TinyLife.Actions.Action
parent : TinyLife.Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html
2022-12-20 13:25:03 +01:00
name : Action
nameWithType : Action
fullName : TinyLife.Actions.Action
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Goals
commentId : N : TinyLife.Goals
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2022-07-04 16:50:43 +02:00
name : TinyLife.Goals
nameWithType : TinyLife.Goals
fullName : TinyLife.Goals
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Goals
name : Goals
2024-01-07 16:53:47 +01:00
href : TinyLife.Goals.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Goals
name : Goals
2024-01-07 16:53:47 +01:00
href : TinyLife.Goals.html
2022-07-04 16:50:43 +02:00
- uid : System
commentId : N : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system
2022-07-04 16:50:43 +02:00
name : System
nameWithType : System
fullName : System
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2022-07-04 16:50:43 +02:00
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)
2023-03-30 18:07:55 +02:00
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2022-07-04 16:50:43 +02:00
- name : (
- name : T
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
- name : T
- name : )
2022-07-04 16:50:43 +02:00
- name : (
- name : T
- name : )
- uid : TinyLife.Utilities.Extensions
commentId : T:TinyLife.Utilities.Extensions
parent : TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html
2022-07-04 16:50:43 +02:00
name : Extensions
nameWithType : Extensions
fullName : TinyLife.Utilities.Extensions
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2022-07-04 16:50:43 +02:00
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2022-07-04 16:50:43 +02:00
- uid : System.String
commentId : T:System.String
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : string
nameWithType : string
fullName : string
nameWithType.vb : String
fullName.vb : String
name.vb : String
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.ChoicePromptInfo.Option
commentId : T:TinyLife.Actions.ChoicePromptInfo.Option
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ChoicePromptInfo.html
2022-07-04 16:50:43 +02:00
name : ChoicePromptInfo.Option
nameWithType : ChoicePromptInfo.Option
2023-03-31 13:26:13 +02:00
fullName : TinyLife.Actions.ChoicePromptInfo.Option
2023-03-30 18:07:55 +02:00
spec.csharp :
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.ChoicePromptInfo
2023-03-30 18:07:55 +02:00
name : ChoicePromptInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ChoicePromptInfo.html
2023-03-30 18:07:55 +02:00
- name : .
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.ChoicePromptInfo.Option
2023-03-30 18:07:55 +02:00
name : Option
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ChoicePromptInfo.Option.html
2023-03-30 18:07:55 +02:00
spec.vb :
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.ChoicePromptInfo
2023-03-30 18:07:55 +02:00
name : ChoicePromptInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ChoicePromptInfo.html
2023-03-30 18:07:55 +02:00
- name : .
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.ChoicePromptInfo.Option
2023-03-30 18:07:55 +02:00
name : Option
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ChoicePromptInfo.Option.html
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.ChoicePromptInfo.Option[]
2022-07-04 16:50:43 +02:00
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ChoicePromptInfo.Option.html
2023-03-30 18:07:55 +02:00
name : Option[]
2022-07-04 16:50:43 +02:00
nameWithType : ChoicePromptInfo.Option[]
2023-03-31 13:26:13 +02:00
fullName : TinyLife.Actions.ChoicePromptInfo.Option[]
2022-07-04 16:50:43 +02:00
nameWithType.vb : ChoicePromptInfo.Option()
2023-03-31 13:26:13 +02:00
fullName.vb : TinyLife.Actions.ChoicePromptInfo.Option()
2023-03-30 18:07:55 +02:00
name.vb : Option()
2022-07-04 16:50:43 +02:00
spec.csharp :
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.ChoicePromptInfo.Option
2023-03-30 18:07:55 +02:00
name : Option
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ChoicePromptInfo.Option.html
2023-03-30 18:07:55 +02:00
- name : '['
- name : ']'
2022-07-04 16:50:43 +02:00
spec.vb :
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.ChoicePromptInfo.Option
2023-03-30 18:07:55 +02:00
name : Option
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ChoicePromptInfo.Option.html
2023-03-30 18:07:55 +02:00
- name : (
- name : )
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.ChoicePromptInfo.#ctor*
commentId : Overload:TinyLife.Actions.ChoicePromptInfo.#ctor
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ChoicePromptInfo.html#TinyLife_Actions_ChoicePromptInfo__ctor_System_String_TinyLife_Actions_ChoicePromptInfo_Option___
2022-07-04 16:50:43 +02:00
name : ChoicePromptInfo
nameWithType : ChoicePromptInfo.ChoicePromptInfo
2023-03-31 13:26:13 +02:00
fullName : TinyLife.Actions.ChoicePromptInfo.ChoicePromptInfo
2023-03-30 18:07:55 +02:00
nameWithType.vb : ChoicePromptInfo.New
2023-03-31 13:26:13 +02:00
fullName.vb : TinyLife.Actions.ChoicePromptInfo.New
2023-03-30 18:07:55 +02:00
name.vb : New
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.ChoicePromptInfo.CreatePromptContent*
commentId : Overload:TinyLife.Actions.ChoicePromptInfo.CreatePromptContent
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ChoicePromptInfo.html#TinyLife_Actions_ChoicePromptInfo_CreatePromptContent_TinyLife_Objects_Person_TinyLife_Uis_CoveringGroup_
2022-07-04 16:50:43 +02:00
name : CreatePromptContent
nameWithType : ChoicePromptInfo.CreatePromptContent
2023-03-31 13:26:13 +02:00
fullName : TinyLife.Actions.ChoicePromptInfo.CreatePromptContent
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Objects.Person
commentId : T:TinyLife.Objects.Person
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Person.html
2022-07-04 16:50:43 +02:00
name : Person
nameWithType : Person
fullName : TinyLife.Objects.Person
- uid : TinyLife.Uis.CoveringGroup
commentId : T:TinyLife.Uis.CoveringGroup
parent : TinyLife.Uis
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CoveringGroup.html
2022-07-04 16:50:43 +02:00
name : CoveringGroup
nameWithType : CoveringGroup
fullName : TinyLife.Uis.CoveringGroup
- uid : System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}
commentId : T:System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}
parent : System.Collections.Generic
definition : System.Collections.Generic.IEnumerable`1
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2022-07-04 16:50:43 +02:00
name : IEnumerable<Element>
nameWithType : IEnumerable<Element>
fullName : System.Collections.Generic.IEnumerable<MLEM.Ui.Elements.Element>
nameWithType.vb : IEnumerable(Of Element)
fullName.vb : System.Collections.Generic.IEnumerable(Of MLEM.Ui.Elements.Element)
name.vb : IEnumerable(Of Element)
spec.csharp :
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2022-07-04 16:50:43 +02:00
- name : <
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
- name : '>'
spec.vb :
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name : (
- name : Of
- name : " "
2022-07-04 16:50:43 +02:00
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
- name : )
- uid : TinyLife.Objects
commentId : N : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2022-07-04 16:50:43 +02:00
name : TinyLife.Objects
nameWithType : TinyLife.Objects
fullName : TinyLife.Objects
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Objects
name : Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Objects
name : Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.html
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Uis
commentId : N : TinyLife.Uis
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2022-07-04 16:50:43 +02:00
name : TinyLife.Uis
nameWithType : TinyLife.Uis
fullName : TinyLife.Uis
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Uis
name : Uis
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Uis
name : Uis
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.html
2022-07-04 16:50:43 +02:00
- uid : System.Collections.Generic.IEnumerable`1
commentId : T:System.Collections.Generic.IEnumerable`1
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2022-07-04 16:50:43 +02:00
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
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2022-07-04 16:50:43 +02:00
- name : <
- name : T
- name : '>'
spec.vb :
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name : (
- name : Of
- name : " "
2022-07-04 16:50:43 +02:00
- name : T
- name : )
- uid : System.Collections.Generic
commentId : N : System.Collections.Generic
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system
2022-07-04 16:50:43 +02:00
name : System.Collections.Generic
nameWithType : System.Collections.Generic
fullName : System.Collections.Generic
2023-03-30 18:07:55 +02:00
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