TinyLifeWeb/docs/api/TinyLife.Actions.ActionArgument.yml

2572 lines
101 KiB
YAML
Raw Normal View History

2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items:
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument
commentId: T:TinyLife.Actions.ActionArgument
id: ActionArgument
2021-08-04 06:51:12 +02:00
parent: TinyLife.Actions
children:
2023-10-11 16:05:32 +02:00
- TinyLife.Actions.ActionArgument.#ctor(System.Object)
- TinyLife.Actions.ActionArgument.#ctor(System.String,System.Func{TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Collections.Generic.IEnumerable{System.Object}})
- TinyLife.Actions.ActionArgument.#ctor(System.String,System.Object[])
- TinyLife.Actions.ActionArgument.AddedConstructorArguments
- TinyLife.Actions.ActionArgument.CanBeExecuted(TinyLife.Actions.ActionInfo,System.Boolean)
- TinyLife.Actions.ActionArgument.CanExecute
- TinyLife.Actions.ActionArgument.CustomLayout
- TinyLife.Actions.ActionArgument.Description
- TinyLife.Actions.ActionArgument.DisplayName
- TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo,System.Boolean,System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Boolean},TinyLife.Actions.CanExecuteResult})
- TinyLife.Actions.ActionArgument.GetDisplayName
- TinyLife.Actions.ActionArgument.GetPassivePriority(TinyLife.Objects.Person)
- TinyLife.Actions.ActionArgument.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)
- TinyLife.Actions.ActionArgument.Name
- TinyLife.Actions.ActionArgument.PassivePriority
- TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person)
- TinyLife.Actions.ActionArgument.StoredFurniture(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture},System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Furniture,System.Boolean},TinyLife.Actions.CanExecuteResult})
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
2023-10-11 16:05:32 +02:00
name: ActionArgument
nameWithType: ActionArgument
fullName: TinyLife.Actions.ActionArgument
2022-05-24 13:36:05 +02:00
type: Class
2021-08-04 06:51:12 +02:00
source:
remote:
2023-10-11 16:05:32 +02:00
path: TinyLife/Actions/ActionArgument.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2023-10-11 16:05:32 +02:00
id: ActionArgument
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 19
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
An action variety is a modification to a <xref href="TinyLife.Actions.ActionType" data-throw-if-not-resolved="false"></xref> that represents a slightly changed version of the generic action type.
Action varieties are used, for example, by <xref href="TinyLife.Actions.ActionType.PrepareFood" data-throw-if-not-resolved="false"></xref> to determine the kind of food that should be prepared.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2023-10-11 16:05:32 +02:00
content: 'public class ActionArgument : GenericDataHolder, IGenericDataHolder'
content.vb: Public Class ActionArgument Inherits GenericDataHolder Implements IGenericDataHolder
2022-05-24 13:36:05 +02:00
inheritance:
- System.Object
- MLEM.Misc.GenericDataHolder
2021-08-04 06:51:12 +02:00
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
2022-05-24 13:36:05 +02:00
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
2022-12-20 13:25:03 +01:00
- MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T})
2022-05-24 13:36:05 +02:00
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- MLEM.Misc.GenericDataHolder.GetDataKeys
- System.Object.Equals(System.Object)
2021-08-04 06:51:12 +02:00
- System.Object.Equals(System.Object,System.Object)
2022-05-24 13:36:05 +02:00
- System.Object.GetHashCode
2021-08-04 06:51:12 +02:00
- System.Object.GetType
2022-05-24 13:36:05 +02:00
- System.Object.MemberwiseClone
2021-08-04 06:51:12 +02:00
- System.Object.ReferenceEquals(System.Object,System.Object)
2022-05-24 13:36:05 +02:00
- System.Object.ToString
2021-08-04 06:51:12 +02:00
extensionMethods:
2023-10-11 16:05:32 +02:00
- TinyLife.Actions.ActionArgument.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.ActionArgument.Name
commentId: F:TinyLife.Actions.ActionArgument.Name
2021-08-04 06:51:12 +02:00
id: Name
2023-10-11 16:05:32 +02:00
parent: TinyLife.Actions.ActionArgument
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
name: Name
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.Name
fullName: TinyLife.Actions.ActionArgument.Name
2021-08-04 06:51:12 +02:00
type: Field
source:
remote:
2023-10-11 16:05:32 +02:00
path: TinyLife/Actions/ActionArgument.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Name
2023-10-11 16:05:32 +02:00
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 24
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: The name of this action variety
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public string Name
return:
type: System.String
content.vb: Public Name As String
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.AddedConstructorArguments
commentId: F:TinyLife.Actions.ActionArgument.AddedConstructorArguments
2022-05-24 13:36:05 +02:00
id: AddedConstructorArguments
2023-10-11 16:05:32 +02:00
parent: TinyLife.Actions.ActionArgument
2022-05-24 13:36:05 +02:00
langs:
- csharp
- vb
name: AddedConstructorArguments
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.AddedConstructorArguments
fullName: TinyLife.Actions.ActionArgument.AddedConstructorArguments
2022-05-24 13:36:05 +02:00
type: Field
source:
remote:
2023-10-11 16:05:32 +02:00
path: TinyLife/Actions/ActionArgument.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-05-24 13:36:05 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddedConstructorArguments
2023-10-11 16:05:32 +02:00
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 29
2022-05-24 13:36:05 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
A set of additional arguments passed to the <xref href="TinyLife.Actions.Action" data-throw-if-not-resolved="false"></xref> contructor by this variety.
This is used in <xref href="TinyLife.Actions.ActionType.Construct%60%601(TinyLife.Actions.ActionInfo%2cTinyLife.Actions.ActionArgument%5b%5d)" data-throw-if-not-resolved="false"></xref>.
2022-05-24 13:36:05 +02:00
example: []
syntax:
content: public Func<ActionType, ActionInfo, IEnumerable<object>> AddedConstructorArguments
return:
type: System.Func{TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Collections.Generic.IEnumerable{System.Object}}
content.vb: Public AddedConstructorArguments As Func(Of ActionType, ActionInfo, IEnumerable(Of Object))
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.PassivePriority
commentId: F:TinyLife.Actions.ActionArgument.PassivePriority
2021-08-04 06:51:12 +02:00
id: PassivePriority
2023-10-11 16:05:32 +02:00
parent: TinyLife.Actions.ActionArgument
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
name: PassivePriority
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.PassivePriority
fullName: TinyLife.Actions.ActionArgument.PassivePriority
2021-08-04 06:51:12 +02:00
type: Field
source:
remote:
2023-10-11 16:05:32 +02:00
path: TinyLife/Actions/ActionArgument.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: PassivePriority
2023-10-11 16:05:32 +02:00
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 36
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
A function that returns the passive priority of this action variety.
If this function is null (which it is by default), <xref href="TinyLife.Actions.ActionArgument.GetPassivePriority(TinyLife.Objects.Person)" data-throw-if-not-resolved="false"></xref> will return 1.
If this function returns 0, this variety will not be chosen by the AI.
This is an extension of <xref href="TinyLife.Actions.ActionType.AiSettings.PassivePriority" data-throw-if-not-resolved="false"></xref>
2021-08-04 06:51:12 +02:00
example: []
syntax:
2021-11-23 16:24:04 +01:00
content: public Func<Person, float> PassivePriority
2021-08-04 06:51:12 +02:00
return:
2021-11-23 16:24:04 +01:00
type: System.Func{TinyLife.Objects.Person,System.Single}
content.vb: Public PassivePriority As Func(Of Person, Single)
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.CanExecute
commentId: F:TinyLife.Actions.ActionArgument.CanExecute
2021-08-04 06:51:12 +02:00
id: CanExecute
2023-10-11 16:05:32 +02:00
parent: TinyLife.Actions.ActionArgument
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
name: CanExecute
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.CanExecute
fullName: TinyLife.Actions.ActionArgument.CanExecute
2021-08-04 06:51:12 +02:00
type: Field
source:
remote:
2023-10-11 16:05:32 +02:00
path: TinyLife/Actions/ActionArgument.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: CanExecute
2023-10-11 16:05:32 +02:00
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 42
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
A function that returns whether or not this action variety can currently be chosen.
This is an extension of <xref href="TinyLife.Actions.ActionType.TypeSettings.CanExecute" data-throw-if-not-resolved="false"></xref>.
To query this delegate effectively, use <xref href="TinyLife.Actions.ActionArgument.CanBeExecuted(TinyLife.Actions.ActionInfo%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public ActionType.CanExecuteDelegate CanExecute
return:
type: TinyLife.Actions.ActionType.CanExecuteDelegate
content.vb: Public CanExecute As ActionType.CanExecuteDelegate
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.DisplayName
commentId: F:TinyLife.Actions.ActionArgument.DisplayName
2021-08-04 06:51:12 +02:00
id: DisplayName
2023-10-11 16:05:32 +02:00
parent: TinyLife.Actions.ActionArgument
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
name: DisplayName
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.DisplayName
fullName: TinyLife.Actions.ActionArgument.DisplayName
2021-08-04 06:51:12 +02:00
type: Field
source:
remote:
2023-10-11 16:05:32 +02:00
path: TinyLife/Actions/ActionArgument.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: DisplayName
2023-10-11 16:05:32 +02:00
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 47
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
A function that is called to describe this action variety.
This is used in the menu that pops up when the underlying <xref href="TinyLife.Actions.ActionType" data-throw-if-not-resolved="false"></xref> is picked.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public Func<string> DisplayName
return:
type: System.Func{System.String}
content.vb: Public DisplayName As Func(Of String)
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.Description
commentId: F:TinyLife.Actions.ActionArgument.Description
2021-08-04 06:51:12 +02:00
id: Description
2023-10-11 16:05:32 +02:00
parent: TinyLife.Actions.ActionArgument
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
name: Description
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.Description
fullName: TinyLife.Actions.ActionArgument.Description
2021-08-04 06:51:12 +02:00
type: Field
source:
remote:
2023-10-11 16:05:32 +02:00
path: TinyLife/Actions/ActionArgument.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Description
2023-10-11 16:05:32 +02:00
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 52
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
A function that is called to describe this action variety in more detail.
This is used in the menu that pops up when the underlying <xref href="TinyLife.Actions.ActionType" data-throw-if-not-resolved="false"></xref> is picked.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public Func<string> Description
return:
type: System.Func{System.String}
content.vb: Public Description As Func(Of String)
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.CustomLayout
commentId: F:TinyLife.Actions.ActionArgument.CustomLayout
2021-08-04 06:51:12 +02:00
id: CustomLayout
2023-10-11 16:05:32 +02:00
parent: TinyLife.Actions.ActionArgument
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
name: CustomLayout
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.CustomLayout
fullName: TinyLife.Actions.ActionArgument.CustomLayout
2021-08-04 06:51:12 +02:00
type: Field
source:
remote:
2023-10-11 16:05:32 +02:00
path: TinyLife/Actions/ActionArgument.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: CustomLayout
2023-10-11 16:05:32 +02:00
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 58
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
An action that is invoked when this action variety is added to a play mode ui.
If this action is set, the <xref href="MLEM.Ui.Elements.Group" data-throw-if-not-resolved="false"></xref> or its main <xref href="MLEM.Ui.Elements.Button" data-throw-if-not-resolved="false"></xref> can be modified to look different (or removed) based on this variety.
Predefined custom layouts such as <xref href="TinyLife.Actions.ActionArgument.ImageLayout(System.Single%2cMLEM.Ui.Elements.Element.DrawCallback%2cMLEM.Misc.Padding)" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person)" data-throw-if-not-resolved="false"></xref> can be found statically in this class.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2023-10-11 16:05:32 +02:00
content: public Action<(Group Group, Button Button, Image Tickmark, Tooltip Tooltip)> CustomLayout
2021-08-04 06:51:12 +02:00
return:
2023-10-11 16:05:32 +02:00
type: System.Action{System.ValueTuple{MLEM.Ui.Elements.Group,MLEM.Ui.Elements.Button,MLEM.Ui.Elements.Image,MLEM.Ui.Elements.Tooltip}}
content.vb: Public CustomLayout As Action(Of (Group As Group, Button As Button, Tickmark As Image, Tooltip As Tooltip))
- uid: TinyLife.Actions.ActionArgument.#ctor(System.String,System.Func{TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Collections.Generic.IEnumerable{System.Object}})
commentId: M:TinyLife.Actions.ActionArgument.#ctor(System.String,System.Func{TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Collections.Generic.IEnumerable{System.Object}})
2022-05-24 13:36:05 +02:00
id: '#ctor(System.String,System.Func{TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Collections.Generic.IEnumerable{System.Object}})'
2023-10-11 16:05:32 +02:00
parent: TinyLife.Actions.ActionArgument
2022-05-24 13:36:05 +02:00
langs:
- csharp
- vb
2023-10-11 16:05:32 +02:00
name: ActionArgument(string, Func<ActionType, ActionInfo, IEnumerable<object>>)
nameWithType: ActionArgument.ActionArgument(string, Func<ActionType, ActionInfo, IEnumerable<object>>)
fullName: TinyLife.Actions.ActionArgument.ActionArgument(string, System.Func<TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, System.Collections.Generic.IEnumerable<object>>)
2022-05-24 13:36:05 +02:00
type: Constructor
source:
remote:
2023-10-11 16:05:32 +02:00
path: TinyLife/Actions/ActionArgument.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-05-24 13:36:05 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
2023-10-11 16:05:32 +02:00
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 65
2022-05-24 13:36:05 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: Creates a new action variety with the given settings.
2022-05-24 13:36:05 +02:00
example: []
syntax:
2023-10-11 16:05:32 +02:00
content: public ActionArgument(string name, Func<ActionType, ActionInfo, IEnumerable<object>> addedConstructorArguments)
2022-05-24 13:36:05 +02:00
parameters:
- id: name
type: System.String
description: The name of this action variety.
- id: addedConstructorArguments
type: System.Func{TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Collections.Generic.IEnumerable{System.Object}}
description: A set of added constructor arugments that are passed to the <xref href="TinyLife.Actions.Action" data-throw-if-not-resolved="false"></xref>.
content.vb: Public Sub New(name As String, addedConstructorArguments As Func(Of ActionType, ActionInfo, IEnumerable(Of Object)))
2023-10-11 16:05:32 +02:00
overload: TinyLife.Actions.ActionArgument.#ctor*
nameWithType.vb: ActionArgument.New(String, Func(Of ActionType, ActionInfo, IEnumerable(Of Object)))
fullName.vb: TinyLife.Actions.ActionArgument.New(String, System.Func(Of TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, System.Collections.Generic.IEnumerable(Of Object)))
2023-03-30 18:07:55 +02:00
name.vb: New(String, Func(Of ActionType, ActionInfo, IEnumerable(Of Object)))
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.#ctor(System.String,System.Object[])
commentId: M:TinyLife.Actions.ActionArgument.#ctor(System.String,System.Object[])
2022-05-24 13:36:05 +02:00
id: '#ctor(System.String,System.Object[])'
2023-10-11 16:05:32 +02:00
parent: TinyLife.Actions.ActionArgument
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
2023-10-11 16:05:32 +02:00
name: ActionArgument(string, params object[])
nameWithType: ActionArgument.ActionArgument(string, params object[])
fullName: TinyLife.Actions.ActionArgument.ActionArgument(string, params object[])
2021-08-04 06:51:12 +02:00
type: Constructor
source:
remote:
2023-10-11 16:05:32 +02:00
path: TinyLife/Actions/ActionArgument.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: .ctor
2023-10-11 16:05:32 +02:00
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 75
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: Creates a new action variety with the given settings.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2023-10-11 16:05:32 +02:00
content: public ActionArgument(string name, params object[] addedConstructorArguments)
2021-08-04 06:51:12 +02:00
parameters:
- id: name
type: System.String
2022-05-24 13:36:05 +02:00
description: The name of this action variety.
- id: addedConstructorArguments
type: System.Object[]
description: A set of added constructor arugments that are passed to the <xref href="TinyLife.Actions.Action" data-throw-if-not-resolved="false"></xref>.
content.vb: Public Sub New(name As String, ParamArray addedConstructorArguments As Object())
2023-10-11 16:05:32 +02:00
overload: TinyLife.Actions.ActionArgument.#ctor*
nameWithType.vb: ActionArgument.New(String, ParamArray Object())
fullName.vb: TinyLife.Actions.ActionArgument.New(String, ParamArray Object())
2023-03-30 18:07:55 +02:00
name.vb: New(String, ParamArray Object())
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.#ctor(System.Object)
commentId: M:TinyLife.Actions.ActionArgument.#ctor(System.Object)
2022-05-24 13:36:05 +02:00
id: '#ctor(System.Object)'
2023-10-11 16:05:32 +02:00
parent: TinyLife.Actions.ActionArgument
2022-05-24 13:36:05 +02:00
langs:
- csharp
- vb
2023-10-11 16:05:32 +02:00
name: ActionArgument(object)
nameWithType: ActionArgument.ActionArgument(object)
fullName: TinyLife.Actions.ActionArgument.ActionArgument(object)
2022-05-24 13:36:05 +02:00
type: Constructor
source:
remote:
2023-10-11 16:05:32 +02:00
path: TinyLife/Actions/ActionArgument.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-05-24 13:36:05 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
2023-10-11 16:05:32 +02:00
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 81
2022-05-24 13:36:05 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: Creates a new action variety with the given settings.
2022-05-24 13:36:05 +02:00
example: []
syntax:
2023-10-11 16:05:32 +02:00
content: public ActionArgument(object addedConstructorArgument)
2022-05-24 13:36:05 +02:00
parameters:
- id: addedConstructorArgument
type: System.Object
description: An added constructor arugment that is passed to the <xref href="TinyLife.Actions.Action" data-throw-if-not-resolved="false"></xref>.
content.vb: Public Sub New(addedConstructorArgument As Object)
2023-10-11 16:05:32 +02:00
overload: TinyLife.Actions.ActionArgument.#ctor*
nameWithType.vb: ActionArgument.New(Object)
fullName.vb: TinyLife.Actions.ActionArgument.New(Object)
2023-03-30 18:07:55 +02:00
name.vb: New(Object)
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.GetDisplayName
commentId: M:TinyLife.Actions.ActionArgument.GetDisplayName
2021-08-04 06:51:12 +02:00
id: GetDisplayName
2023-10-11 16:05:32 +02:00
parent: TinyLife.Actions.ActionArgument
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
name: GetDisplayName()
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.GetDisplayName()
fullName: TinyLife.Actions.ActionArgument.GetDisplayName()
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
2023-10-11 16:05:32 +02:00
path: TinyLife/Actions/ActionArgument.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: GetDisplayName
2023-10-11 16:05:32 +02:00
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 87
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: Returns the display name of this action varietiy, which is either the value returned by <xref href="TinyLife.Actions.ActionArgument.DisplayName" data-throw-if-not-resolved="false"></xref> or a default localized display name
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public string GetDisplayName()
return:
type: System.String
2024-01-07 16:53:47 +01:00
description: This action variety's display name
2023-03-30 18:07:55 +02:00
content.vb: Public Function GetDisplayName() As String
2023-10-11 16:05:32 +02:00
overload: TinyLife.Actions.ActionArgument.GetDisplayName*
- uid: TinyLife.Actions.ActionArgument.CanBeExecuted(TinyLife.Actions.ActionInfo,System.Boolean)
commentId: M:TinyLife.Actions.ActionArgument.CanBeExecuted(TinyLife.Actions.ActionInfo,System.Boolean)
2021-08-04 06:51:12 +02:00
id: CanBeExecuted(TinyLife.Actions.ActionInfo,System.Boolean)
2023-10-11 16:05:32 +02:00
parent: TinyLife.Actions.ActionArgument
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: CanBeExecuted(ActionInfo, bool)
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.CanBeExecuted(ActionInfo, bool)
fullName: TinyLife.Actions.ActionArgument.CanBeExecuted(TinyLife.Actions.ActionInfo, bool)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
2023-10-11 16:05:32 +02:00
path: TinyLife/Actions/ActionArgument.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: CanBeExecuted
2023-10-11 16:05:32 +02:00
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 98
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
Returns whether this action variety can be executed using the provided <xref href="TinyLife.Actions.ActionInfo" data-throw-if-not-resolved="false"></xref>.
This returns the result of <xref href="TinyLife.Actions.ActionArgument.CanExecute" data-throw-if-not-resolved="false"></xref>, or <xref href="TinyLife.Actions.CanExecuteResult.Valid" data-throw-if-not-resolved="false"></xref> if it is null.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2022-05-24 13:36:05 +02:00
content: public CanExecuteResult CanBeExecuted(ActionInfo info, bool automatic)
2021-08-04 06:51:12 +02:00
parameters:
- id: info
type: TinyLife.Actions.ActionInfo
description: The action info
- id: automatic
type: System.Boolean
description: Whether the action is automatic
return:
2022-05-24 13:36:05 +02:00
type: TinyLife.Actions.CanExecuteResult
2021-08-04 06:51:12 +02:00
description: Whether this variety can currently be executed
2022-05-24 13:36:05 +02:00
content.vb: Public Function CanBeExecuted(info As ActionInfo, automatic As Boolean) As CanExecuteResult
2023-10-11 16:05:32 +02:00
overload: TinyLife.Actions.ActionArgument.CanBeExecuted*
nameWithType.vb: ActionArgument.CanBeExecuted(ActionInfo, Boolean)
fullName.vb: TinyLife.Actions.ActionArgument.CanBeExecuted(TinyLife.Actions.ActionInfo, Boolean)
2023-03-30 18:07:55 +02:00
name.vb: CanBeExecuted(ActionInfo, Boolean)
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.GetPassivePriority(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.ActionArgument.GetPassivePriority(TinyLife.Objects.Person)
2021-08-04 06:51:12 +02:00
id: GetPassivePriority(TinyLife.Objects.Person)
2023-10-11 16:05:32 +02:00
parent: TinyLife.Actions.ActionArgument
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
name: GetPassivePriority(Person)
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.GetPassivePriority(Person)
fullName: TinyLife.Actions.ActionArgument.GetPassivePriority(TinyLife.Objects.Person)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
2023-10-11 16:05:32 +02:00
path: TinyLife/Actions/ActionArgument.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: GetPassivePriority
2023-10-11 16:05:32 +02:00
path: ../TinyLife/Actions/ActionArgument.cs
startLine: 114
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: Returns the passive priority of this action variety, which is based on <xref href="TinyLife.Actions.ActionArgument.PassivePriority" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2021-11-23 16:24:04 +01:00
content: public float GetPassivePriority(Person person)
2021-08-04 06:51:12 +02:00
parameters:
- id: person
type: TinyLife.Objects.Person
description: The person for whom to return the passive priority
return:
2021-11-23 16:24:04 +01:00
type: System.Single
2021-08-04 06:51:12 +02:00
description: The passive priority of this action variety
2021-11-23 16:24:04 +01:00
content.vb: Public Function GetPassivePriority(person As Person) As Single
2023-10-11 16:05:32 +02:00
overload: TinyLife.Actions.ActionArgument.GetPassivePriority*
- uid: TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo,System.Boolean,System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Boolean},TinyLife.Actions.CanExecuteResult})
commentId: M:TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo,System.Boolean,System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Boolean},TinyLife.Actions.CanExecuteResult})
2023-04-26 21:12:41 +02:00
id: FreePeople(TinyLife.Actions.ActionInfo,System.Boolean,System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Boolean},TinyLife.Actions.CanExecuteResult})
2023-10-11 16:05:32 +02:00
parent: TinyLife.Actions.ActionArgument
2022-01-08 12:41:09 +01:00
langs:
- csharp
- vb
2023-04-26 21:12:41 +02:00
name: FreePeople(ActionInfo, bool, Func<(ActionInfo Info, Person Other, bool Automatic), CanExecuteResult>)
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.FreePeople(ActionInfo, bool, Func<(ActionInfo Info, Person Other, bool Automatic), CanExecuteResult>)
fullName: TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo, bool, System.Func<(TinyLife.Actions.ActionInfo Info, TinyLife.Objects.Person Other, bool Automatic), TinyLife.Actions.CanExecuteResult>)
2022-01-08 12:41:09 +01:00
type: Method
source:
remote:
2023-10-11 16:05:32 +02:00
path: TinyLife/Actions/ActionArgument.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-01-08 12:41:09 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FreePeople
2023-10-11 16:05:32 +02:00
path: ../TinyLife/Actions/ActionArgument.cs
2024-02-02 18:13:42 +01:00
startLine: 158
2022-01-08 12:41:09 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
A helper method that returns a set of <xref href="TinyLife.Actions.ActionArgument" data-throw-if-not-resolved="false"></xref> instances that represents a set of people that are currently around and able to be interacted with.
Each action variety contains passes the <xref href="TinyLife.Objects.Person" data-throw-if-not-resolved="false"></xref> instance in question as an <xref href="TinyLife.Actions.ActionArgument.AddedConstructorArguments" data-throw-if-not-resolved="false"></xref> rather than passing itself.
This method is used for actions like <xref href="TinyLife.Actions.ActionType.AskToTaste" data-throw-if-not-resolved="false"></xref>, where a person can be selected to interact with from a variety menu.
2022-03-09 16:13:05 +01:00
example: []
2022-01-08 12:41:09 +01:00
syntax:
2023-10-11 16:05:32 +02:00
content: public static IEnumerable<ActionArgument> FreePeople(ActionInfo info, bool automatic, Func<(ActionInfo Info, Person Other, bool Automatic), CanExecuteResult> canExecute = null)
2022-01-08 12:41:09 +01:00
parameters:
- id: info
type: TinyLife.Actions.ActionInfo
2022-03-09 16:13:05 +01:00
description: The action info.
2023-04-26 21:12:41 +02:00
- id: automatic
type: System.Boolean
2023-04-27 18:53:16 +02:00
description: Whether the action variety was selected automatically.
2022-07-28 14:58:38 +02:00
- id: canExecute
type: System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Boolean},TinyLife.Actions.CanExecuteResult}
description: A <xref href="TinyLife.Actions.ActionType.CanExecuteDelegate" data-throw-if-not-resolved="false"></xref>-esque function that determines whether a given person should be included.
2022-01-08 12:41:09 +01:00
return:
2023-10-11 16:05:32 +02:00
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionArgument}
2022-03-09 16:13:05 +01:00
description: A set of action varieties that represents the free people around.
2023-10-11 16:05:32 +02:00
content.vb: Public Shared Function FreePeople(info As ActionInfo, automatic As Boolean, canExecute As Func(Of (Info As ActionInfo, Other As Person, Automatic As Boolean), CanExecuteResult) = Nothing) As IEnumerable(Of ActionArgument)
overload: TinyLife.Actions.ActionArgument.FreePeople*
nameWithType.vb: ActionArgument.FreePeople(ActionInfo, Boolean, Func(Of (Info As ActionInfo, Other As Person, Automatic As Boolean), CanExecuteResult))
fullName.vb: TinyLife.Actions.ActionArgument.FreePeople(TinyLife.Actions.ActionInfo, Boolean, System.Func(Of (Info As TinyLife.Actions.ActionInfo, Other As TinyLife.Objects.Person, Automatic As Boolean), TinyLife.Actions.CanExecuteResult))
2023-04-26 21:12:41 +02:00
name.vb: FreePeople(ActionInfo, Boolean, Func(Of (Info As ActionInfo, Other As Person, Automatic As Boolean), CanExecuteResult))
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.StoredFurniture(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture},System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Furniture,System.Boolean},TinyLife.Actions.CanExecuteResult})
commentId: M:TinyLife.Actions.ActionArgument.StoredFurniture(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture},System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Furniture,System.Boolean},TinyLife.Actions.CanExecuteResult})
2022-07-28 14:58:38 +02:00
id: StoredFurniture(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture},System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Furniture,System.Boolean},TinyLife.Actions.CanExecuteResult})
2023-10-11 16:05:32 +02:00
parent: TinyLife.Actions.ActionArgument
2022-07-28 14:58:38 +02:00
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: StoredFurniture(IEnumerable<Furniture>, Func<(ActionInfo Info, Furniture Furniture, bool Automatic), CanExecuteResult>)
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.StoredFurniture(IEnumerable<Furniture>, Func<(ActionInfo Info, Furniture Furniture, bool Automatic), CanExecuteResult>)
fullName: TinyLife.Actions.ActionArgument.StoredFurniture(System.Collections.Generic.IEnumerable<TinyLife.Objects.Furniture>, System.Func<(TinyLife.Actions.ActionInfo Info, TinyLife.Objects.Furniture Furniture, bool Automatic), TinyLife.Actions.CanExecuteResult>)
2022-07-28 14:58:38 +02:00
type: Method
source:
remote:
2023-10-11 16:05:32 +02:00
path: TinyLife/Actions/ActionArgument.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-07-28 14:58:38 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StoredFurniture
2023-10-11 16:05:32 +02:00
path: ../TinyLife/Actions/ActionArgument.cs
2024-02-02 18:13:42 +01:00
startLine: 177
2022-07-28 14:58:38 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
A helper method that returns a set of <xref href="TinyLife.Actions.ActionArgument" data-throw-if-not-resolved="false"></xref> instances that represents a set of furniture that is currently stored in an object.
Each action variety contains passes the <xref href="TinyLife.Objects.Furniture" data-throw-if-not-resolved="false"></xref> instance in question as an <xref href="TinyLife.Actions.ActionArgument.AddedConstructorArguments" data-throw-if-not-resolved="false"></xref> rather than passing itself.
2022-07-28 14:58:38 +02:00
example: []
syntax:
2023-10-11 16:05:32 +02:00
content: public static IEnumerable<ActionArgument> StoredFurniture(IEnumerable<Furniture> furniture, Func<(ActionInfo Info, Furniture Furniture, bool Automatic), CanExecuteResult> canExecute = null)
2022-07-28 14:58:38 +02:00
parameters:
- id: furniture
type: System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}
2022-09-05 14:19:42 +02:00
description: The furniture stored. If this is null, <xref href="System.Linq.Enumerable.Empty%60%601" data-throw-if-not-resolved="false"></xref> is returned.
2022-07-28 14:58:38 +02:00
- id: canExecute
type: System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Furniture,System.Boolean},TinyLife.Actions.CanExecuteResult}
description: A <xref href="TinyLife.Actions.ActionType.CanExecuteDelegate" data-throw-if-not-resolved="false"></xref>-esque function that determines whether a furniture item should be included.
return:
2023-10-11 16:05:32 +02:00
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionArgument}
2022-07-28 14:58:38 +02:00
description: A set of action varieties that represents the furniture stored in an object.
2023-10-11 16:05:32 +02:00
content.vb: Public Shared Function StoredFurniture(furniture As IEnumerable(Of Furniture), canExecute As Func(Of (Info As ActionInfo, Furniture As Furniture, Automatic As Boolean), CanExecuteResult) = Nothing) As IEnumerable(Of ActionArgument)
overload: TinyLife.Actions.ActionArgument.StoredFurniture*
nameWithType.vb: ActionArgument.StoredFurniture(IEnumerable(Of Furniture), Func(Of (Info As ActionInfo, Furniture As Furniture, Automatic As Boolean), CanExecuteResult))
fullName.vb: TinyLife.Actions.ActionArgument.StoredFurniture(System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Furniture), System.Func(Of (Info As TinyLife.Actions.ActionInfo, Furniture As TinyLife.Objects.Furniture, Automatic As Boolean), TinyLife.Actions.CanExecuteResult))
2023-03-30 18:07:55 +02:00
name.vb: StoredFurniture(IEnumerable(Of Furniture), Func(Of (Info As ActionInfo, Furniture As Furniture, Automatic As Boolean), CanExecuteResult))
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)
commentId: M:TinyLife.Actions.ActionArgument.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)
2021-08-04 06:51:12 +02:00
id: ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)
2023-10-11 16:05:32 +02:00
parent: TinyLife.Actions.ActionArgument
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: ImageLayout(float, DrawCallback, Padding)
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.ImageLayout(float, Element.DrawCallback, Padding)
fullName: TinyLife.Actions.ActionArgument.ImageLayout(float, MLEM.Ui.Elements.Element.DrawCallback, MLEM.Misc.Padding)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
2023-10-11 16:05:32 +02:00
path: TinyLife/Actions/ActionArgument.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: ImageLayout
2023-10-11 16:05:32 +02:00
path: ../TinyLife/Actions/ActionArgument.cs
2024-02-02 18:13:42 +01:00
startLine: 198
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
A helper method intended to be used with <xref href="TinyLife.Actions.ActionArgument.CustomLayout" data-throw-if-not-resolved="false"></xref> that creates a layout with large, rectangular variety buttons that can draw something on themselves.
This layout is used by actions like <xref href="TinyLife.Actions.ActionType.GetIngredientsSingle" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Actions.ActionType.ChangeOutfit" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2023-10-11 16:05:32 +02:00
content: public static Action<(Group Group, Button Button, Image Tickmark, Tooltip Tooltip)> ImageLayout(float height, Element.DrawCallback draw, Padding padding = default)
2021-08-04 06:51:12 +02:00
parameters:
- id: height
type: System.Single
description: The height that each button should have
- id: draw
type: MLEM.Ui.Elements.Element.DrawCallback
description: A <xref href="MLEM.Ui.Elements.Element.DrawCallback" data-throw-if-not-resolved="false"></xref> that can be used to draw onto the button
- id: padding
type: MLEM.Misc.Padding
description: The padding that the group that the image is displayed on should have, defaults to no padding
return:
2023-10-11 16:05:32 +02:00
type: System.Action{System.ValueTuple{MLEM.Ui.Elements.Group,MLEM.Ui.Elements.Button,MLEM.Ui.Elements.Image,MLEM.Ui.Elements.Tooltip}}
description: An action that can be fed into <xref href="TinyLife.Actions.ActionArgument.CustomLayout" data-throw-if-not-resolved="false"></xref>
content.vb: Public Shared Function ImageLayout(height As Single, draw As Element.DrawCallback, padding As Padding = Nothing) As Action(Of (Group As Group, Button As Button, Tickmark As Image, Tooltip As Tooltip))
overload: TinyLife.Actions.ActionArgument.ImageLayout*
nameWithType.vb: ActionArgument.ImageLayout(Single, Element.DrawCallback, Padding)
fullName.vb: TinyLife.Actions.ActionArgument.ImageLayout(Single, MLEM.Ui.Elements.Element.DrawCallback, MLEM.Misc.Padding)
2023-03-30 18:07:55 +02:00
name.vb: ImageLayout(Single, DrawCallback, Padding)
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person)
2021-08-30 20:44:32 +02:00
id: PortraitLayout(TinyLife.Objects.Person)
2023-10-11 16:05:32 +02:00
parent: TinyLife.Actions.ActionArgument
2021-08-30 20:44:32 +02:00
langs:
- csharp
- vb
name: PortraitLayout(Person)
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.PortraitLayout(Person)
fullName: TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person)
2021-08-30 20:44:32 +02:00
type: Method
source:
remote:
2023-10-11 16:05:32 +02:00
path: TinyLife/Actions/ActionArgument.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-30 20:44:32 +02:00
id: PortraitLayout
2023-10-11 16:05:32 +02:00
path: ../TinyLife/Actions/ActionArgument.cs
2024-02-02 18:13:42 +01:00
startLine: 219
2021-08-30 20:44:32 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: A helper method intended to be used with <xref href="TinyLife.Actions.ActionArgument.CustomLayout" data-throw-if-not-resolved="false"></xref> that creates a layout that includes the <xref href="TinyLife.Objects.Person.Portrait" data-throw-if-not-resolved="false"></xref> of the given <xref href="TinyLife.Objects.Person" data-throw-if-not-resolved="false"></xref> in the center bottom.
2021-08-30 20:44:32 +02:00
example: []
syntax:
2023-10-11 16:05:32 +02:00
content: public static Action<(Group Group, Button Button, Image Tickmark, Tooltip Tooltip)> PortraitLayout(Person person)
2021-08-30 20:44:32 +02:00
parameters:
- id: person
type: TinyLife.Objects.Person
description: The person to create the portrait layout for
return:
2023-10-11 16:05:32 +02:00
type: System.Action{System.ValueTuple{MLEM.Ui.Elements.Group,MLEM.Ui.Elements.Button,MLEM.Ui.Elements.Image,MLEM.Ui.Elements.Tooltip}}
description: An action that can be fed into <xref href="TinyLife.Actions.ActionArgument.CustomLayout" data-throw-if-not-resolved="false"></xref>
content.vb: Public Shared Function PortraitLayout(person As Person) As Action(Of (Group As Group, Button As Button, Tickmark As Image, Tooltip As Tooltip))
overload: TinyLife.Actions.ActionArgument.PortraitLayout*
2021-08-04 06:51:12 +02:00
references:
- uid: TinyLife.Actions.ActionType
commentId: T:TinyLife.Actions.ActionType
parent: TinyLife.Actions
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html
2021-08-04 06:51:12 +02:00
name: ActionType
nameWithType: ActionType
fullName: TinyLife.Actions.ActionType
- uid: TinyLife.Actions.ActionType.PrepareFood
commentId: F:TinyLife.Actions.ActionType.PrepareFood
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_PrepareFood
2023-03-30 18:07:55 +02:00
name: PrepareFood
nameWithType: ActionType.PrepareFood
fullName: TinyLife.Actions.ActionType.PrepareFood
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-08-04 06:51:12 +02:00
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
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.Actions
name: Actions
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.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.Actions
name: Actions
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.html
2022-05-24 13:36:05 +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-05-24 13:36:05 +02:00
- uid: MLEM.Misc.GenericDataHolder
commentId: T:MLEM.Misc.GenericDataHolder
parent: MLEM.Misc
isExternal: true
name: GenericDataHolder
nameWithType: GenericDataHolder
fullName: MLEM.Misc.GenericDataHolder
2021-08-04 06:51:12 +02:00
- uid: MLEM.Misc.IGenericDataHolder
commentId: T:MLEM.Misc.IGenericDataHolder
parent: MLEM.Misc
isExternal: true
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
2022-05-24 13:36:05 +02:00
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Misc.GenericDataHolder
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
name: SetData(string, object)
nameWithType: GenericDataHolder.SetData(string, object)
fullName: MLEM.Misc.GenericDataHolder.SetData(string, object)
nameWithType.vb: GenericDataHolder.SetData(String, Object)
fullName.vb: MLEM.Misc.GenericDataHolder.SetData(String, Object)
name.vb: SetData(String, Object)
2021-08-04 06:51:12 +02:00
spec.csharp:
2022-05-24 13:36:05 +02:00
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
name: SetData
2021-08-04 06:51:12 +02:00
isExternal: true
- name: (
2022-05-24 13:36:05 +02:00
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2022-05-24 13:36:05 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2022-05-24 13:36:05 +02:00
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
name: SetData
2021-08-04 06:51:12 +02:00
isExternal: true
- name: (
2022-05-24 13:36:05 +02:00
- uid: System.String
name: String
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +02:00
- name: )
2022-12-20 13:25:03 +01:00
- uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Misc.GenericDataHolder
definition: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
name: SetData<T>(string, T)
nameWithType: GenericDataHolder.SetData<T>(string, T)
fullName: MLEM.Misc.GenericDataHolder.SetData<T>(string, T)
2022-12-20 13:25:03 +01:00
nameWithType.vb: GenericDataHolder.SetData(Of T)(String, T)
2023-03-30 18:07:55 +02:00
fullName.vb: MLEM.Misc.GenericDataHolder.SetData(Of T)(String, T)
2022-12-20 13:25:03 +01:00
name.vb: SetData(Of T)(String, T)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name: SetData
2022-12-20 13:25:03 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
- name: <
- name: T
- name: '>'
2022-12-20 13:25:03 +01:00
- name: (
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2022-12-20 13:25:03 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2022-12-20 13:25:03 +01:00
- name: T
- name: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name: SetData
2022-12-20 13:25:03 +01:00
isExternal: true
- name: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
- name: T
- name: )
- name: (
2022-12-20 13:25:03 +01:00
- uid: System.String
name: String
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2022-12-20 13:25:03 +01:00
- name: T
- name: )
2022-05-24 13:36:05 +02:00
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
parent: MLEM.Misc.GenericDataHolder
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
name: GetData<T>(string)
nameWithType: GenericDataHolder.GetData<T>(string)
fullName: MLEM.Misc.GenericDataHolder.GetData<T>(string)
2022-05-24 13:36:05 +02:00
nameWithType.vb: GenericDataHolder.GetData(Of T)(String)
2023-03-30 18:07:55 +02:00
fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(String)
2022-05-24 13:36:05 +02:00
name.vb: GetData(Of T)(String)
2021-08-04 06:51:12 +02:00
spec.csharp:
2022-05-24 13:36:05 +02:00
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
2023-03-30 18:07:55 +02:00
name: GetData
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
- name: <
- name: T
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
2022-05-24 13:36:05 +02:00
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2022-05-24 13:36:05 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2022-05-24 13:36:05 +02:00
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
2023-03-30 18:07:55 +02:00
name: GetData
2021-08-04 06:51:12 +02:00
isExternal: true
- name: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
- name: T
- name: )
- name: (
2022-05-24 13:36:05 +02:00
- uid: System.String
name: String
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name: )
2022-05-24 13:36:05 +02:00
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys
parent: MLEM.Misc.GenericDataHolder
2021-08-04 06:51:12 +02:00
isExternal: true
2022-05-24 13:36:05 +02:00
name: GetDataKeys()
nameWithType: GenericDataHolder.GetDataKeys()
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys()
2021-08-04 06:51:12 +02:00
spec.csharp:
2022-05-24 13:36:05 +02:00
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
name: GetDataKeys
2021-08-04 06:51:12 +02:00
isExternal: true
- name: (
- name: )
spec.vb:
2022-05-24 13:36:05 +02:00
- uid: MLEM.Misc.GenericDataHolder.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
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-05-24 13:36:05 +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-05-24 13:36:05 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2022-05-24 13:36:05 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2022-05-24 13:36:05 +02:00
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
2021-08-04 06:51:12 +02:00
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)
2021-08-04 06:51:12 +02:00
- name: (
2022-05-24 13:36:05 +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
2021-08-04 06:51:12 +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)
2021-08-04 06:51:12 +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)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +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)
2021-08-04 06:51:12 +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: " "
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +02:00
- name: )
2022-05-24 13:36:05 +02:00
- 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-05-24 13:36:05 +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-05-24 13:36:05 +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-05-24 13:36:05 +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-05-24 13:36:05 +02:00
- name: (
- name: )
2021-08-04 06:51:12 +02:00
- 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
2021-08-04 06:51:12 +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()
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +02:00
- name: (
- name: )
2022-05-24 13:36:05 +02:00
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
2021-08-04 06:51:12 +02:00
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2022-05-24 13:36:05 +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-05-24 13:36:05 +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-05-24 13:36:05 +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-05-24 13:36:05 +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)
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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: " "
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +02:00
- name: )
2022-05-24 13:36:05 +02:00
- 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-05-24 13:36:05 +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-05-24 13:36:05 +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-05-24 13:36:05 +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-05-24 13:36:05 +02:00
- name: (
- name: )
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.TinyLife.Utilities.Extensions.JsonCopy``1
2021-08-04 06:51:12 +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-10-11 16:05:32 +02:00
name: JsonCopy<ActionArgument>(ActionArgument)
nameWithType: Extensions.JsonCopy<ActionArgument>(ActionArgument)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.ActionArgument>(TinyLife.Actions.ActionArgument)
nameWithType.vb: Extensions.JsonCopy(Of ActionArgument)(ActionArgument)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.ActionArgument)(TinyLife.Actions.ActionArgument)
name.vb: JsonCopy(Of ActionArgument)(ActionArgument)
2021-08-04 06:51:12 +02:00
spec.csharp:
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.ActionArgument)
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-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument
name: ActionArgument
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html
2023-03-30 18:07:55 +02:00
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument
name: ActionArgument
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.ActionArgument)
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_
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument
name: ActionArgument
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html
2023-03-30 18:07:55 +02:00
- name: )
- name: (
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument
name: ActionArgument
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html
2021-08-04 06:51:12 +02:00
- name: )
2022-05-24 13:36:05 +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-05-24 13:36:05 +02:00
name: System
nameWithType: System
fullName: System
2021-08-04 06:51:12 +02:00
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
name: MLEM.Misc
nameWithType: MLEM.Misc
fullName: MLEM.Misc
2023-03-30 18:07:55 +02:00
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
2022-12-20 13:25:03 +01:00
- uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
commentId: M:MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
name: SetData<T>(string, T)
nameWithType: GenericDataHolder.SetData<T>(string, T)
fullName: MLEM.Misc.GenericDataHolder.SetData<T>(string, T)
2022-12-20 13:25:03 +01:00
nameWithType.vb: GenericDataHolder.SetData(Of T)(String, T)
2023-03-30 18:07:55 +02:00
fullName.vb: MLEM.Misc.GenericDataHolder.SetData(Of T)(String, T)
2022-12-20 13:25:03 +01:00
name.vb: SetData(Of T)(String, T)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name: SetData
2022-12-20 13:25:03 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
- name: <
- name: T
- name: '>'
2022-12-20 13:25:03 +01:00
- name: (
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2022-12-20 13:25:03 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2022-12-20 13:25:03 +01:00
- name: T
- name: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name: SetData
2022-12-20 13:25:03 +01:00
isExternal: true
- name: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
- name: T
- name: )
- name: (
2022-12-20 13:25:03 +01:00
- uid: System.String
name: String
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2022-12-20 13:25:03 +01:00
- name: T
- name: )
2021-08-04 06:51:12 +02:00
- 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_
2021-08-04 06:51:12 +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: '>'
2021-08-04 06:51:12 +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: )
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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
2022-05-24 13:36:05 +02: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-05-24 13:36:05 +02:00
name: Action
nameWithType: Action
fullName: TinyLife.Actions.Action
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionType.Construct``1(TinyLife.Actions.ActionInfo,TinyLife.Actions.ActionArgument[])
commentId: M:TinyLife.Actions.ActionType.Construct``1(TinyLife.Actions.ActionInfo,TinyLife.Actions.ActionArgument[])
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_Construct__1_TinyLife_Actions_ActionInfo_TinyLife_Actions_ActionArgument___
2023-10-11 16:05:32 +02:00
name: Construct<T>(ActionInfo, params ActionArgument[])
nameWithType: ActionType.Construct<T>(ActionInfo, params ActionArgument[])
fullName: TinyLife.Actions.ActionType.Construct<T>(TinyLife.Actions.ActionInfo, params TinyLife.Actions.ActionArgument[])
nameWithType.vb: ActionType.Construct(Of T)(ActionInfo, ParamArray ActionArgument())
fullName.vb: TinyLife.Actions.ActionType.Construct(Of T)(TinyLife.Actions.ActionInfo, ParamArray TinyLife.Actions.ActionArgument())
name.vb: Construct(Of T)(ActionInfo, ParamArray ActionArgument())
2023-03-30 18:07:55 +02:00
spec.csharp:
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionType.Construct``1(TinyLife.Actions.ActionInfo,TinyLife.Actions.ActionArgument[])
2023-03-30 18:07:55 +02:00
name: Construct
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_Construct__1_TinyLife_Actions_ActionInfo_TinyLife_Actions_ActionArgument___
2023-03-30 18:07:55 +02:00
- name: <
- name: T
- name: '>'
- name: (
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2023-10-11 16:05:32 +02:00
- name: params
- name: " "
- uid: TinyLife.Actions.ActionArgument
name: ActionArgument
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html
2023-10-11 16:05:32 +02:00
- name: '['
- name: ']'
2023-03-30 18:07:55 +02:00
- name: )
spec.vb:
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionType.Construct``1(TinyLife.Actions.ActionInfo,TinyLife.Actions.ActionArgument[])
2023-03-30 18:07:55 +02:00
name: Construct
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_Construct__1_TinyLife_Actions_ActionInfo_TinyLife_Actions_ActionArgument___
2023-03-30 18:07:55 +02:00
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: (
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2023-10-11 16:05:32 +02:00
- name: ParamArray
- name: " "
- uid: TinyLife.Actions.ActionArgument
name: ActionArgument
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html
2023-10-11 16:05:32 +02:00
- name: (
- name: )
2023-03-30 18:07:55 +02:00
- name: )
2022-05-24 13:36:05 +02:00
- uid: System.Func{TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Collections.Generic.IEnumerable{System.Object}}
commentId: T:System.Func{TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Collections.Generic.IEnumerable{System.Object}}
parent: System
definition: System.Func`3
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-3
name: Func<ActionType, ActionInfo, IEnumerable<object>>
nameWithType: Func<ActionType, ActionInfo, IEnumerable<object>>
fullName: System.Func<TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, System.Collections.Generic.IEnumerable<object>>
2022-05-24 13:36:05 +02:00
nameWithType.vb: Func(Of ActionType, ActionInfo, IEnumerable(Of Object))
2023-03-30 18:07:55 +02:00
fullName.vb: System.Func(Of TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, System.Collections.Generic.IEnumerable(Of Object))
2022-05-24 13:36:05 +02:00
name.vb: Func(Of ActionType, ActionInfo, IEnumerable(Of Object))
spec.csharp:
- uid: System.Func`3
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-3
2022-05-24 13:36:05 +02:00
- name: <
- uid: TinyLife.Actions.ActionType
name: ActionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- 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-05-24 13:36:05 +02:00
- name: <
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2022-05-24 13:36:05 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2022-05-24 13:36:05 +02:00
- name: '>'
- name: '>'
spec.vb:
- uid: System.Func`3
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-3
- name: (
- name: Of
- name: " "
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Actions.ActionType
name: ActionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- 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-05-24 13:36:05 +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-05-24 13:36:05 +02:00
- name: )
- name: )
- uid: System.Func`3
commentId: T:System.Func`3
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-3
2022-05-24 13:36:05 +02:00
name: Func<T1, T2, TResult>
nameWithType: Func<T1, T2, TResult>
fullName: System.Func<T1, T2, TResult>
nameWithType.vb: Func(Of T1, T2, TResult)
fullName.vb: System.Func(Of T1, T2, TResult)
name.vb: Func(Of T1, T2, TResult)
spec.csharp:
- uid: System.Func`3
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-3
2022-05-24 13:36:05 +02:00
- name: <
- name: T1
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- name: T2
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- name: TResult
- name: '>'
spec.vb:
- uid: System.Func`3
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-3
- name: (
- name: Of
- name: " "
2022-05-24 13:36:05 +02:00
- name: T1
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- name: T2
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- name: TResult
- name: )
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.GetPassivePriority(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.ActionArgument.GetPassivePriority(TinyLife.Objects.Person)
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_GetPassivePriority_TinyLife_Objects_Person_
2023-03-30 18:07:55 +02:00
name: GetPassivePriority(Person)
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.GetPassivePriority(Person)
fullName: TinyLife.Actions.ActionArgument.GetPassivePriority(TinyLife.Objects.Person)
2023-03-30 18:07:55 +02:00
spec.csharp:
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.GetPassivePriority(TinyLife.Objects.Person)
2023-03-30 18:07:55 +02:00
name: GetPassivePriority
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_GetPassivePriority_TinyLife_Objects_Person_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: )
spec.vb:
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.GetPassivePriority(TinyLife.Objects.Person)
2023-03-30 18:07:55 +02:00
name: GetPassivePriority
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_GetPassivePriority_TinyLife_Objects_Person_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.ActionType.AiSettings.PassivePriority
commentId: F:TinyLife.Actions.ActionType.AiSettings.PassivePriority
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.AiSettings.html#TinyLife_Actions_ActionType_AiSettings_PassivePriority
2023-03-30 18:07:55 +02:00
name: PassivePriority
nameWithType: ActionType.AiSettings.PassivePriority
fullName: TinyLife.Actions.ActionType.AiSettings.PassivePriority
2021-11-23 16:24:04 +01:00
- uid: System.Func{TinyLife.Objects.Person,System.Single}
commentId: T:System.Func{TinyLife.Objects.Person,System.Single}
2021-08-04 06:51:12 +02:00
parent: System
definition: System.Func`2
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
name: Func<Person, float>
nameWithType: Func<Person, float>
fullName: System.Func<TinyLife.Objects.Person, float>
2021-11-23 16:24:04 +01:00
nameWithType.vb: Func(Of Person, Single)
2023-03-30 18:07:55 +02:00
fullName.vb: System.Func(Of TinyLife.Objects.Person, Single)
2021-11-23 16:24:04 +01:00
name.vb: Func(Of Person, Single)
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Func`2
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
2021-08-04 06:51:12 +02:00
- name: <
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-11-23 16:24:04 +01:00
- uid: System.Single
2023-03-30 18:07:55 +02:00
name: float
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
2021-08-04 06:51:12 +02:00
- name: '>'
spec.vb:
- uid: System.Func`2
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-11-23 16:24:04 +01:00
- uid: System.Single
name: Single
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Func`2
commentId: T:System.Func`2
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
2021-08-04 06:51:12 +02:00
name: Func<T, TResult>
nameWithType: Func<T, TResult>
fullName: System.Func<T, TResult>
nameWithType.vb: Func(Of T, TResult)
fullName.vb: System.Func(Of T, TResult)
name.vb: Func(Of T, TResult)
spec.csharp:
- uid: System.Func`2
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
2021-08-04 06:51:12 +02:00
- name: <
- name: T
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- name: TResult
- name: '>'
spec.vb:
- uid: System.Func`2
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- name: T
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- name: TResult
- name: )
- uid: TinyLife.Actions.ActionType.TypeSettings.CanExecute
commentId: F:TinyLife.Actions.ActionType.TypeSettings.CanExecute
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.TypeSettings.html#TinyLife_Actions_ActionType_TypeSettings_CanExecute
2023-03-30 18:07:55 +02:00
name: CanExecute
nameWithType: ActionType.TypeSettings.CanExecute
fullName: TinyLife.Actions.ActionType.TypeSettings.CanExecute
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.CanBeExecuted(TinyLife.Actions.ActionInfo,System.Boolean)
commentId: M:TinyLife.Actions.ActionArgument.CanBeExecuted(TinyLife.Actions.ActionInfo,System.Boolean)
2021-08-04 06:51:12 +02:00
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_CanBeExecuted_TinyLife_Actions_ActionInfo_System_Boolean_
2023-03-30 18:07:55 +02:00
name: CanBeExecuted(ActionInfo, bool)
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.CanBeExecuted(ActionInfo, bool)
fullName: TinyLife.Actions.ActionArgument.CanBeExecuted(TinyLife.Actions.ActionInfo, bool)
nameWithType.vb: ActionArgument.CanBeExecuted(ActionInfo, Boolean)
fullName.vb: TinyLife.Actions.ActionArgument.CanBeExecuted(TinyLife.Actions.ActionInfo, Boolean)
2023-03-30 18:07:55 +02:00
name.vb: CanBeExecuted(ActionInfo, Boolean)
spec.csharp:
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.CanBeExecuted(TinyLife.Actions.ActionInfo,System.Boolean)
2023-03-30 18:07:55 +02:00
name: CanBeExecuted
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_CanBeExecuted_TinyLife_Actions_ActionInfo_System_Boolean_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
spec.vb:
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.CanBeExecuted(TinyLife.Actions.ActionInfo,System.Boolean)
2023-03-30 18:07:55 +02:00
name: CanBeExecuted
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_CanBeExecuted_TinyLife_Actions_ActionInfo_System_Boolean_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
commentId: T:TinyLife.Actions.ActionType.CanExecuteDelegate
parent: TinyLife.Actions
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html
2021-08-04 06:51:12 +02:00
name: ActionType.CanExecuteDelegate
nameWithType: ActionType.CanExecuteDelegate
fullName: TinyLife.Actions.ActionType.CanExecuteDelegate
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife.Actions.ActionType
name: ActionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
name: CanExecuteDelegate
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.CanExecuteDelegate.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife.Actions.ActionType
name: ActionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
name: CanExecuteDelegate
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.CanExecuteDelegate.html
2021-08-04 06:51:12 +02:00
- uid: System.Func{System.String}
commentId: T:System.Func{System.String}
parent: System
definition: System.Func`1
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-1
name: Func<string>
nameWithType: Func<string>
fullName: System.Func<string>
2021-08-04 06:51:12 +02:00
nameWithType.vb: Func(Of String)
2023-03-30 18:07:55 +02:00
fullName.vb: System.Func(Of String)
2021-08-04 06:51:12 +02:00
name.vb: Func(Of String)
spec.csharp:
- uid: System.Func`1
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-1
2021-08-04 06:51:12 +02:00
- name: <
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name: '>'
spec.vb:
- uid: System.Func`1
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-1
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.String
name: String
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Func`1
commentId: T:System.Func`1
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-1
2021-08-04 06:51:12 +02:00
name: Func<TResult>
nameWithType: Func<TResult>
fullName: System.Func<TResult>
nameWithType.vb: Func(Of TResult)
fullName.vb: System.Func(Of TResult)
name.vb: Func(Of TResult)
spec.csharp:
- uid: System.Func`1
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-1
2021-08-04 06:51:12 +02:00
- name: <
- name: TResult
- name: '>'
spec.vb:
- uid: System.Func`1
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-1
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- name: TResult
- name: )
2023-10-11 16:05:32 +02:00
- uid: MLEM.Ui.Elements.Group
commentId: T:MLEM.Ui.Elements.Group
parent: MLEM.Ui.Elements
isExternal: true
name: Group
nameWithType: Group
fullName: MLEM.Ui.Elements.Group
2021-08-04 06:51:12 +02:00
- uid: MLEM.Ui.Elements.Button
commentId: T:MLEM.Ui.Elements.Button
parent: MLEM.Ui.Elements
isExternal: true
name: Button
nameWithType: Button
fullName: MLEM.Ui.Elements.Button
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)
commentId: M:TinyLife.Actions.ActionArgument.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)
2021-08-04 06:51:12 +02:00
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_ImageLayout_System_Single_MLEM_Ui_Elements_Element_DrawCallback_MLEM_Misc_Padding_
2023-03-30 18:07:55 +02:00
name: ImageLayout(float, DrawCallback, Padding)
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.ImageLayout(float, Element.DrawCallback, Padding)
fullName: TinyLife.Actions.ActionArgument.ImageLayout(float, MLEM.Ui.Elements.Element.DrawCallback, MLEM.Misc.Padding)
nameWithType.vb: ActionArgument.ImageLayout(Single, Element.DrawCallback, Padding)
fullName.vb: TinyLife.Actions.ActionArgument.ImageLayout(Single, MLEM.Ui.Elements.Element.DrawCallback, MLEM.Misc.Padding)
2023-03-30 18:07:55 +02:00
name.vb: ImageLayout(Single, DrawCallback, Padding)
spec.csharp:
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)
2023-03-30 18:07:55 +02:00
name: ImageLayout
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_ImageLayout_System_Single_MLEM_Ui_Elements_Element_DrawCallback_MLEM_Misc_Padding_
2023-03-30 18:07:55 +02:00
- name: (
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: MLEM.Ui.Elements.Element.DrawCallback
name: DrawCallback
isExternal: true
- name: ','
- name: " "
- uid: MLEM.Misc.Padding
name: Padding
isExternal: true
- name: )
spec.vb:
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.ImageLayout(System.Single,MLEM.Ui.Elements.Element.DrawCallback,MLEM.Misc.Padding)
2023-03-30 18:07:55 +02:00
name: ImageLayout
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_ImageLayout_System_Single_MLEM_Ui_Elements_Element_DrawCallback_MLEM_Misc_Padding_
2023-03-30 18:07:55 +02:00
- name: (
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: MLEM.Ui.Elements.Element.DrawCallback
name: DrawCallback
isExternal: true
- name: ','
- name: " "
- uid: MLEM.Misc.Padding
name: Padding
isExternal: true
- name: )
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person)
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_PortraitLayout_TinyLife_Objects_Person_
2023-03-30 18:07:55 +02:00
name: PortraitLayout(Person)
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.PortraitLayout(Person)
fullName: TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person)
2023-03-30 18:07:55 +02:00
spec.csharp:
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person)
2023-03-30 18:07:55 +02:00
name: PortraitLayout
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_PortraitLayout_TinyLife_Objects_Person_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: )
spec.vb:
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.PortraitLayout(TinyLife.Objects.Person)
2023-03-30 18:07:55 +02:00
name: PortraitLayout
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_PortraitLayout_TinyLife_Objects_Person_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: )
2023-10-11 16:05:32 +02:00
- uid: System.Action{System.ValueTuple{MLEM.Ui.Elements.Group,MLEM.Ui.Elements.Button,MLEM.Ui.Elements.Image,MLEM.Ui.Elements.Tooltip}}
commentId: T:System.Action{System.ValueTuple{MLEM.Ui.Elements.Group,MLEM.Ui.Elements.Button,MLEM.Ui.Elements.Image,MLEM.Ui.Elements.Tooltip}}
2021-08-04 06:51:12 +02:00
parent: System
definition: System.Action`1
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-1
2023-10-11 16:05:32 +02:00
name: Action<(Group Group, Button Button, Image Tickmark, Tooltip Tooltip)>
nameWithType: Action<(Group Group, Button Button, Image Tickmark, Tooltip Tooltip)>
fullName: System.Action<(MLEM.Ui.Elements.Group Group, MLEM.Ui.Elements.Button Button, MLEM.Ui.Elements.Image Tickmark, MLEM.Ui.Elements.Tooltip Tooltip)>
nameWithType.vb: Action(Of (Group As Group, Button As Button, Tickmark As Image, Tooltip As Tooltip))
fullName.vb: System.Action(Of (Group As MLEM.Ui.Elements.Group, Button As MLEM.Ui.Elements.Button, Tickmark As MLEM.Ui.Elements.Image, Tooltip As MLEM.Ui.Elements.Tooltip))
name.vb: Action(Of (Group As Group, Button As Button, Tickmark As Image, Tooltip As Tooltip))
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Action`1
name: Action
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-1
2021-08-04 06:51:12 +02:00
- name: <
2023-10-11 16:05:32 +02:00
- name: (
- uid: MLEM.Ui.Elements.Group
name: Group
isExternal: true
- name: " "
- uid: System.ValueTuple{MLEM.Ui.Elements.Group,MLEM.Ui.Elements.Button,MLEM.Ui.Elements.Image,MLEM.Ui.Elements.Tooltip}.Group
name: Group
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-mlem.ui.elements.group,mlem.ui.elements.button,mlem.ui.elements.image,mlem.ui.elements.tooltip-.group
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: MLEM.Ui.Elements.Button
name: Button
isExternal: true
2023-10-11 16:05:32 +02:00
- name: " "
- uid: System.ValueTuple{MLEM.Ui.Elements.Group,MLEM.Ui.Elements.Button,MLEM.Ui.Elements.Image,MLEM.Ui.Elements.Tooltip}.Button
name: Button
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-mlem.ui.elements.group,mlem.ui.elements.button,mlem.ui.elements.image,mlem.ui.elements.tooltip-.button
- name: ','
- name: " "
- uid: MLEM.Ui.Elements.Image
name: Image
isExternal: true
- name: " "
- uid: System.ValueTuple{MLEM.Ui.Elements.Group,MLEM.Ui.Elements.Button,MLEM.Ui.Elements.Image,MLEM.Ui.Elements.Tooltip}.Tickmark
name: Tickmark
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-mlem.ui.elements.group,mlem.ui.elements.button,mlem.ui.elements.image,mlem.ui.elements.tooltip-.tickmark
- name: ','
- name: " "
- uid: MLEM.Ui.Elements.Tooltip
name: Tooltip
isExternal: true
- name: " "
- uid: System.ValueTuple{MLEM.Ui.Elements.Group,MLEM.Ui.Elements.Button,MLEM.Ui.Elements.Image,MLEM.Ui.Elements.Tooltip}.Tooltip
name: Tooltip
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-mlem.ui.elements.group,mlem.ui.elements.button,mlem.ui.elements.image,mlem.ui.elements.tooltip-.tooltip
- name: )
2021-08-04 06:51:12 +02:00
- name: '>'
spec.vb:
- uid: System.Action`1
name: Action
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-1
- name: (
- name: Of
- name: " "
2023-10-11 16:05:32 +02:00
- name: (
- uid: System.ValueTuple{MLEM.Ui.Elements.Group,MLEM.Ui.Elements.Button,MLEM.Ui.Elements.Image,MLEM.Ui.Elements.Tooltip}.Group
name: Group
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-mlem.ui.elements.group,mlem.ui.elements.button,mlem.ui.elements.image,mlem.ui.elements.tooltip-.group
- name: " "
- name: As
- name: " "
- uid: MLEM.Ui.Elements.Group
name: Group
isExternal: true
- name: ','
- name: " "
- uid: System.ValueTuple{MLEM.Ui.Elements.Group,MLEM.Ui.Elements.Button,MLEM.Ui.Elements.Image,MLEM.Ui.Elements.Tooltip}.Button
name: Button
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-mlem.ui.elements.group,mlem.ui.elements.button,mlem.ui.elements.image,mlem.ui.elements.tooltip-.button
- name: " "
- name: As
- name: " "
2021-08-04 06:51:12 +02:00
- uid: MLEM.Ui.Elements.Button
name: Button
isExternal: true
2023-10-11 16:05:32 +02:00
- name: ','
- name: " "
- uid: System.ValueTuple{MLEM.Ui.Elements.Group,MLEM.Ui.Elements.Button,MLEM.Ui.Elements.Image,MLEM.Ui.Elements.Tooltip}.Tickmark
name: Tickmark
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-mlem.ui.elements.group,mlem.ui.elements.button,mlem.ui.elements.image,mlem.ui.elements.tooltip-.tickmark
- name: " "
- name: As
- name: " "
- uid: MLEM.Ui.Elements.Image
name: Image
isExternal: true
- name: ','
- name: " "
- uid: System.ValueTuple{MLEM.Ui.Elements.Group,MLEM.Ui.Elements.Button,MLEM.Ui.Elements.Image,MLEM.Ui.Elements.Tooltip}.Tooltip
name: Tooltip
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-mlem.ui.elements.group,mlem.ui.elements.button,mlem.ui.elements.image,mlem.ui.elements.tooltip-.tooltip
- name: " "
- name: As
- name: " "
- uid: MLEM.Ui.Elements.Tooltip
name: Tooltip
isExternal: true
- name: )
2021-08-04 06:51:12 +02:00
- name: )
- uid: MLEM.Ui.Elements
commentId: N:MLEM.Ui.Elements
isExternal: true
name: MLEM.Ui.Elements
nameWithType: MLEM.Ui.Elements
fullName: MLEM.Ui.Elements
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Ui
name: Ui
isExternal: true
- name: .
- uid: MLEM.Ui.Elements
name: Elements
isExternal: true
spec.vb:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Ui
name: Ui
isExternal: true
- name: .
- uid: MLEM.Ui.Elements
name: Elements
isExternal: true
2021-08-04 06:51:12 +02:00
- uid: System.Action`1
commentId: T:System.Action`1
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-1
2021-08-04 06:51:12 +02:00
name: Action<T>
nameWithType: Action<T>
fullName: System.Action<T>
nameWithType.vb: Action(Of T)
fullName.vb: System.Action(Of T)
name.vb: Action(Of T)
spec.csharp:
- uid: System.Action`1
name: Action
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-1
2021-08-04 06:51:12 +02:00
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Action`1
name: Action
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-1
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- name: T
- name: )
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.#ctor*
commentId: Overload:TinyLife.Actions.ActionArgument.#ctor
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument__ctor_System_String_System_Func_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Collections_Generic_IEnumerable_System_Object___
2023-10-11 16:05:32 +02:00
name: ActionArgument
nameWithType: ActionArgument.ActionArgument
fullName: TinyLife.Actions.ActionArgument.ActionArgument
nameWithType.vb: ActionArgument.New
fullName.vb: TinyLife.Actions.ActionArgument.New
2023-03-30 18:07:55 +02:00
name.vb: New
2022-05-24 13:36:05 +02:00
- uid: System.Object[]
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[]
2022-05-24 13:36:05 +02:00
nameWithType.vb: Object()
2023-03-30 18:07:55 +02:00
fullName.vb: Object()
2022-05-24 13:36:05 +02:00
name.vb: Object()
spec.csharp:
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2022-05-24 13:36:05 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: '['
- name: ']'
2022-05-24 13:36:05 +02:00
spec.vb:
- 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: )
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.DisplayName
commentId: F:TinyLife.Actions.ActionArgument.DisplayName
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_DisplayName
2023-03-30 18:07:55 +02:00
name: DisplayName
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.DisplayName
fullName: TinyLife.Actions.ActionArgument.DisplayName
- uid: TinyLife.Actions.ActionArgument.GetDisplayName*
commentId: Overload:TinyLife.Actions.ActionArgument.GetDisplayName
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_GetDisplayName
2021-08-04 06:51:12 +02:00
name: GetDisplayName
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.GetDisplayName
fullName: TinyLife.Actions.ActionArgument.GetDisplayName
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.ActionInfo
commentId: T:TinyLife.Actions.ActionInfo
parent: TinyLife.Actions
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionInfo.html
2021-08-04 06:51:12 +02:00
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.CanExecute
commentId: F:TinyLife.Actions.ActionArgument.CanExecute
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_CanExecute
2023-03-30 18:07:55 +02:00
name: CanExecute
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.CanExecute
fullName: TinyLife.Actions.ActionArgument.CanExecute
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Actions.CanExecuteResult.Valid
commentId: F:TinyLife.Actions.CanExecuteResult.Valid
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.CanExecuteResult.html#TinyLife_Actions_CanExecuteResult_Valid
2023-03-30 18:07:55 +02:00
name: Valid
nameWithType: CanExecuteResult.Valid
fullName: TinyLife.Actions.CanExecuteResult.Valid
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.CanBeExecuted*
commentId: Overload:TinyLife.Actions.ActionArgument.CanBeExecuted
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_CanBeExecuted_TinyLife_Actions_ActionInfo_System_Boolean_
2021-08-04 06:51:12 +02:00
name: CanBeExecuted
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.CanBeExecuted
fullName: TinyLife.Actions.ActionArgument.CanBeExecuted
2021-08-04 06:51:12 +02:00
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: bool
nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Actions.CanExecuteResult
commentId: T:TinyLife.Actions.CanExecuteResult
2021-08-04 06:51:12 +02:00
parent: TinyLife.Actions
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.CanExecuteResult.html
2022-05-24 13:36:05 +02:00
name: CanExecuteResult
nameWithType: CanExecuteResult
fullName: TinyLife.Actions.CanExecuteResult
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.PassivePriority
commentId: F:TinyLife.Actions.ActionArgument.PassivePriority
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_PassivePriority
2023-03-30 18:07:55 +02:00
name: PassivePriority
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.PassivePriority
fullName: TinyLife.Actions.ActionArgument.PassivePriority
- uid: TinyLife.Actions.ActionArgument.GetPassivePriority*
commentId: Overload:TinyLife.Actions.ActionArgument.GetPassivePriority
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_GetPassivePriority_TinyLife_Objects_Person_
2021-08-04 06:51:12 +02:00
name: GetPassivePriority
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.GetPassivePriority
fullName: TinyLife.Actions.ActionArgument.GetPassivePriority
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +02:00
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
2021-11-23 16:24:04 +01:00
- uid: System.Single
commentId: T:System.Single
2021-08-04 06:51:12 +02:00
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
name: float
nameWithType: float
fullName: float
nameWithType.vb: Single
fullName.vb: Single
name.vb: Single
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-08-04 06:51:12 +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
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument
commentId: T:TinyLife.Actions.ActionArgument
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html
2023-10-11 16:05:32 +02:00
name: ActionArgument
nameWithType: ActionArgument
fullName: TinyLife.Actions.ActionArgument
- uid: TinyLife.Actions.ActionArgument.AddedConstructorArguments
commentId: F:TinyLife.Actions.ActionArgument.AddedConstructorArguments
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_AddedConstructorArguments
2023-03-30 18:07:55 +02:00
name: AddedConstructorArguments
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.AddedConstructorArguments
fullName: TinyLife.Actions.ActionArgument.AddedConstructorArguments
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Actions.ActionType.AskToTaste
commentId: F:TinyLife.Actions.ActionType.AskToTaste
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_AskToTaste
2023-03-30 18:07:55 +02:00
name: AskToTaste
nameWithType: ActionType.AskToTaste
fullName: TinyLife.Actions.ActionType.AskToTaste
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.FreePeople*
commentId: Overload:TinyLife.Actions.ActionArgument.FreePeople
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_FreePeople_TinyLife_Actions_ActionInfo_System_Boolean_System_Func_System_ValueTuple_TinyLife_Actions_ActionInfo_TinyLife_Objects_Person_System_Boolean__TinyLife_Actions_CanExecuteResult__
2022-01-08 12:41:09 +01:00
name: FreePeople
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.FreePeople
fullName: TinyLife.Actions.ActionArgument.FreePeople
2022-07-28 14:58:38 +02:00
- uid: System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Boolean},TinyLife.Actions.CanExecuteResult}
commentId: T:System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Boolean},TinyLife.Actions.CanExecuteResult}
parent: System
definition: System.Func`2
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
name: Func<(ActionInfo Info, Person Other, bool Automatic), CanExecuteResult>
nameWithType: Func<(ActionInfo Info, Person Other, bool Automatic), CanExecuteResult>
fullName: System.Func<(TinyLife.Actions.ActionInfo Info, TinyLife.Objects.Person Other, bool Automatic), TinyLife.Actions.CanExecuteResult>
nameWithType.vb: Func(Of (Info As ActionInfo, Other As Person, Automatic As Boolean), CanExecuteResult)
fullName.vb: System.Func(Of (Info As TinyLife.Actions.ActionInfo, Other As TinyLife.Objects.Person, Automatic As Boolean), TinyLife.Actions.CanExecuteResult)
name.vb: Func(Of (Info As ActionInfo, Other As Person, Automatic As Boolean), CanExecuteResult)
2022-07-28 14:58:38 +02:00
spec.csharp:
- uid: System.Func`2
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
2022-07-28 14:58:38 +02:00
- name: <
2023-03-30 18:07:55 +02:00
- name: (
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name: " "
- uid: System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Boolean}.Info
name: Info
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,tinylife.objects.person,system.boolean-.info
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: " "
- uid: System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Boolean}.Other
name: Other
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,tinylife.objects.person,system.boolean-.other
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: System.Boolean
2023-03-30 18:07:55 +02:00
name: bool
2022-07-28 14:58:38 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: " "
- uid: System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Boolean}.Automatic
name: Automatic
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,tinylife.objects.person,system.boolean-.automatic
- name: )
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.CanExecuteResult.html
2022-07-28 14:58:38 +02:00
- name: '>'
spec.vb:
- uid: System.Func`2
name: Func
2023-03-30 18:07:55 +02:00
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: (
- name: Of
- name: " "
- name: (
- uid: System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Boolean}.Info
name: Info
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,tinylife.objects.person,system.boolean-.info
- name: " "
- name: As
- name: " "
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Boolean}.Other
name: Other
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,tinylife.objects.person,system.boolean-.other
- name: " "
- name: As
- name: " "
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Boolean}.Automatic
name: Automatic
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,tinylife.objects.person,system.boolean-.automatic
- name: " "
- name: As
- name: " "
2022-07-28 14:58:38 +02:00
- uid: System.Boolean
name: Boolean
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
2022-07-28 14:58:38 +02:00
- name: )
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.CanExecuteResult.html
2022-07-28 14:58:38 +02:00
- name: )
2023-10-11 16:05:32 +02:00
- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionArgument}
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionArgument}
2022-01-08 12:41:09 +01:00
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
2023-10-11 16:05:32 +02:00
name: IEnumerable<ActionArgument>
nameWithType: IEnumerable<ActionArgument>
fullName: System.Collections.Generic.IEnumerable<TinyLife.Actions.ActionArgument>
nameWithType.vb: IEnumerable(Of ActionArgument)
fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Actions.ActionArgument)
name.vb: IEnumerable(Of ActionArgument)
2022-01-08 12:41:09 +01:00
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-01-08 12:41:09 +01:00
- name: <
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument
name: ActionArgument
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html
2022-01-08 12:41:09 +01:00
- 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: " "
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument
name: ActionArgument
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html
2022-01-08 12:41:09 +01:00
- name: )
- 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-01-08 12:41:09 +01: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-01-08 12:41:09 +01: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-01-08 12:41:09 +01:00
- name: T
- name: )
2022-05-24 13:36:05 +02:00
- 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-05-24 13:36:05 +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
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Objects.Furniture
commentId: T:TinyLife.Objects.Furniture
parent: TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Furniture.html
2022-07-28 14:58:38 +02:00
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
2022-09-05 14:19:42 +02:00
- uid: System.Linq.Enumerable.Empty``1
commentId: M:System.Linq.Enumerable.Empty``1
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.linq.enumerable.empty
name: Empty<TResult>()
nameWithType: Enumerable.Empty<TResult>()
fullName: System.Linq.Enumerable.Empty<TResult>()
nameWithType.vb: Enumerable.Empty(Of TResult)()
fullName.vb: System.Linq.Enumerable.Empty(Of TResult)()
name.vb: Empty(Of TResult)()
spec.csharp:
- uid: System.Linq.Enumerable.Empty``1
name: Empty
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.linq.enumerable.empty
- name: <
- name: TResult
- name: '>'
- name: (
- name: )
spec.vb:
- uid: System.Linq.Enumerable.Empty``1
name: Empty
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.linq.enumerable.empty
- name: (
- name: Of
- name: " "
- name: TResult
- name: )
- name: (
- name: )
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.StoredFurniture*
commentId: Overload:TinyLife.Actions.ActionArgument.StoredFurniture
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_StoredFurniture_System_Collections_Generic_IEnumerable_TinyLife_Objects_Furniture__System_Func_System_ValueTuple_TinyLife_Actions_ActionInfo_TinyLife_Objects_Furniture_System_Boolean__TinyLife_Actions_CanExecuteResult__
2022-07-28 14:58:38 +02:00
name: StoredFurniture
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.StoredFurniture
fullName: TinyLife.Actions.ActionArgument.StoredFurniture
2022-07-28 14:58:38 +02:00
- uid: System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}
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-28 14:58:38 +02:00
name: IEnumerable<Furniture>
nameWithType: IEnumerable<Furniture>
fullName: System.Collections.Generic.IEnumerable<TinyLife.Objects.Furniture>
nameWithType.vb: IEnumerable(Of Furniture)
fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Furniture)
name.vb: IEnumerable(Of Furniture)
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-28 14:58:38 +02:00
- name: <
- uid: TinyLife.Objects.Furniture
name: Furniture
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Furniture.html
2022-07-28 14:58:38 +02:00
- 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-28 14:58:38 +02:00
- uid: TinyLife.Objects.Furniture
name: Furniture
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Furniture.html
2022-07-28 14:58:38 +02:00
- name: )
- uid: System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Furniture,System.Boolean},TinyLife.Actions.CanExecuteResult}
commentId: T:System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Furniture,System.Boolean},TinyLife.Actions.CanExecuteResult}
parent: System
definition: System.Func`2
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
name: Func<(ActionInfo Info, Furniture Furniture, bool Automatic), CanExecuteResult>
nameWithType: Func<(ActionInfo Info, Furniture Furniture, bool Automatic), CanExecuteResult>
fullName: System.Func<(TinyLife.Actions.ActionInfo Info, TinyLife.Objects.Furniture Furniture, bool Automatic), TinyLife.Actions.CanExecuteResult>
nameWithType.vb: Func(Of (Info As ActionInfo, Furniture As Furniture, Automatic As Boolean), CanExecuteResult)
fullName.vb: System.Func(Of (Info As TinyLife.Actions.ActionInfo, Furniture As TinyLife.Objects.Furniture, Automatic As Boolean), TinyLife.Actions.CanExecuteResult)
name.vb: Func(Of (Info As ActionInfo, Furniture As Furniture, Automatic As Boolean), CanExecuteResult)
2022-07-28 14:58:38 +02:00
spec.csharp:
- uid: System.Func`2
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
2022-07-28 14:58:38 +02:00
- name: <
2023-03-30 18:07:55 +02:00
- name: (
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name: " "
- uid: System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Furniture,System.Boolean}.Info
name: Info
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,tinylife.objects.furniture,system.boolean-.info
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Objects.Furniture
name: Furniture
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Furniture.html
2023-03-30 18:07:55 +02:00
- name: " "
- uid: System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Furniture,System.Boolean}.Furniture
name: Furniture
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,tinylife.objects.furniture,system.boolean-.furniture
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: System.Boolean
2023-03-30 18:07:55 +02:00
name: bool
2022-07-28 14:58:38 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: " "
- uid: System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Furniture,System.Boolean}.Automatic
name: Automatic
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,tinylife.objects.furniture,system.boolean-.automatic
- name: )
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.CanExecuteResult.html
2022-07-28 14:58:38 +02:00
- name: '>'
spec.vb:
- uid: System.Func`2
name: Func
2023-03-30 18:07:55 +02:00
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: (
- name: Of
- name: " "
- name: (
- uid: System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Furniture,System.Boolean}.Info
name: Info
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,tinylife.objects.furniture,system.boolean-.info
- name: " "
- name: As
- name: " "
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Furniture,System.Boolean}.Furniture
name: Furniture
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,tinylife.objects.furniture,system.boolean-.furniture
- name: " "
- name: As
- name: " "
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Objects.Furniture
name: Furniture
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Furniture.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Furniture,System.Boolean}.Automatic
name: Automatic
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,tinylife.objects.furniture,system.boolean-.automatic
- name: " "
- name: As
- name: " "
2022-07-28 14:58:38 +02:00
- uid: System.Boolean
name: Boolean
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
2022-07-28 14:58:38 +02:00
- name: )
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-28 14:58:38 +02:00
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.CanExecuteResult.html
2022-07-28 14:58:38 +02:00
- name: )
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.CustomLayout
commentId: F:TinyLife.Actions.ActionArgument.CustomLayout
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_CustomLayout
2023-03-30 18:07:55 +02:00
name: CustomLayout
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.CustomLayout
fullName: TinyLife.Actions.ActionArgument.CustomLayout
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.ActionType.GetIngredientsSingle
commentId: F:TinyLife.Actions.ActionType.GetIngredientsSingle
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_GetIngredientsSingle
2023-03-30 18:07:55 +02:00
name: GetIngredientsSingle
nameWithType: ActionType.GetIngredientsSingle
fullName: TinyLife.Actions.ActionType.GetIngredientsSingle
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.ActionType.ChangeOutfit
commentId: F:TinyLife.Actions.ActionType.ChangeOutfit
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_ChangeOutfit
2023-03-30 18:07:55 +02:00
name: ChangeOutfit
nameWithType: ActionType.ChangeOutfit
fullName: TinyLife.Actions.ActionType.ChangeOutfit
2021-08-04 06:51:12 +02:00
- uid: MLEM.Ui.Elements.Element.DrawCallback
commentId: T:MLEM.Ui.Elements.Element.DrawCallback
parent: MLEM.Ui.Elements
isExternal: true
name: Element.DrawCallback
nameWithType: Element.DrawCallback
fullName: MLEM.Ui.Elements.Element.DrawCallback
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: MLEM.Ui.Elements.Element
name: Element
isExternal: true
- name: .
- uid: MLEM.Ui.Elements.Element.DrawCallback
name: DrawCallback
isExternal: true
spec.vb:
- uid: MLEM.Ui.Elements.Element
name: Element
isExternal: true
- name: .
- uid: MLEM.Ui.Elements.Element.DrawCallback
name: DrawCallback
isExternal: true
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.ImageLayout*
commentId: Overload:TinyLife.Actions.ActionArgument.ImageLayout
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_ImageLayout_System_Single_MLEM_Ui_Elements_Element_DrawCallback_MLEM_Misc_Padding_
2021-08-04 06:51:12 +02:00
name: ImageLayout
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.ImageLayout
fullName: TinyLife.Actions.ActionArgument.ImageLayout
2021-08-04 06:51:12 +02:00
- uid: MLEM.Misc.Padding
commentId: T:MLEM.Misc.Padding
parent: MLEM.Misc
isExternal: true
name: Padding
nameWithType: Padding
fullName: MLEM.Misc.Padding
2021-08-30 20:44:32 +02:00
- uid: TinyLife.Objects.Person.Portrait
2023-04-14 13:00:36 +02:00
commentId: P:TinyLife.Objects.Person.Portrait
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Portrait
2023-03-30 18:07:55 +02:00
name: Portrait
nameWithType: Person.Portrait
fullName: TinyLife.Objects.Person.Portrait
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.ActionArgument.PortraitLayout*
commentId: Overload:TinyLife.Actions.ActionArgument.PortraitLayout
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionArgument.html#TinyLife_Actions_ActionArgument_PortraitLayout_TinyLife_Objects_Person_
2021-08-30 20:44:32 +02:00
name: PortraitLayout
2023-10-11 16:05:32 +02:00
nameWithType: ActionArgument.PortraitLayout
fullName: TinyLife.Actions.ActionArgument.PortraitLayout