mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-01 03:10:49 +01:00
198 lines
7.3 KiB
YAML
198 lines
7.3 KiB
YAML
|
### YamlMime:ManagedReference
|
||
|
items:
|
||
|
- uid: TinyLife.Actions.Action.ActionTypeConstructedDelegate
|
||
|
commentId: T:TinyLife.Actions.Action.ActionTypeConstructedDelegate
|
||
|
id: Action.ActionTypeConstructedDelegate
|
||
|
parent: TinyLife.Actions
|
||
|
children: []
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: Action.ActionTypeConstructedDelegate
|
||
|
nameWithType: Action.ActionTypeConstructedDelegate
|
||
|
fullName: TinyLife.Actions.Action.ActionTypeConstructedDelegate
|
||
|
type: Delegate
|
||
|
assemblies:
|
||
|
- Tiny Life
|
||
|
namespace: TinyLife.Actions
|
||
|
summary: A delegate method used by <xref href="TinyLife.Actions.Action.OnActionTypeConstructed" data-throw-if-not-resolved="false"></xref>.
|
||
|
example: []
|
||
|
syntax:
|
||
|
content: public delegate void Action.ActionTypeConstructedDelegate(ActionType type, ref ActionType.TypeSettings settings)
|
||
|
parameters:
|
||
|
- id: type
|
||
|
type: TinyLife.Actions.ActionType
|
||
|
- id: settings
|
||
|
type: TinyLife.Actions.ActionType.TypeSettings
|
||
|
content.vb: Public Delegate Sub Action.ActionTypeConstructedDelegate(type As ActionType, settings As ActionType.TypeSettings)
|
||
|
extensionMethods:
|
||
|
- TinyLife.Actions.Action.ActionTypeConstructedDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
|
||
|
references:
|
||
|
- uid: TinyLife.Actions.Action.OnActionTypeConstructed
|
||
|
commentId: E:TinyLife.Actions.Action.OnActionTypeConstructed
|
||
|
parent: TinyLife.Actions.Action
|
||
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OnActionTypeConstructed
|
||
|
name: OnActionTypeConstructed
|
||
|
nameWithType: Action.OnActionTypeConstructed
|
||
|
fullName: TinyLife.Actions.Action.OnActionTypeConstructed
|
||
|
- uid: TinyLife.Actions
|
||
|
commentId: N:TinyLife.Actions
|
||
|
href: TinyLife.html
|
||
|
name: TinyLife.Actions
|
||
|
nameWithType: TinyLife.Actions
|
||
|
fullName: TinyLife.Actions
|
||
|
spec.csharp:
|
||
|
- uid: TinyLife
|
||
|
name: TinyLife
|
||
|
href: TinyLife.html
|
||
|
- name: .
|
||
|
- uid: TinyLife.Actions
|
||
|
name: Actions
|
||
|
href: TinyLife.Actions.html
|
||
|
spec.vb:
|
||
|
- uid: TinyLife
|
||
|
name: TinyLife
|
||
|
href: TinyLife.html
|
||
|
- name: .
|
||
|
- uid: TinyLife.Actions
|
||
|
name: Actions
|
||
|
href: TinyLife.Actions.html
|
||
|
- uid: TinyLife.Actions.Action.ActionTypeConstructedDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
|
||
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||
|
parent: TinyLife.Utilities.Extensions
|
||
|
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
||
|
name: JsonCopy<ActionTypeConstructedDelegate>(ActionTypeConstructedDelegate)
|
||
|
nameWithType: Extensions.JsonCopy<Action.ActionTypeConstructedDelegate>(Action.ActionTypeConstructedDelegate)
|
||
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.Action.ActionTypeConstructedDelegate>(TinyLife.Actions.Action.ActionTypeConstructedDelegate)
|
||
|
nameWithType.vb: Extensions.JsonCopy(Of Action.ActionTypeConstructedDelegate)(Action.ActionTypeConstructedDelegate)
|
||
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.Action.ActionTypeConstructedDelegate)(TinyLife.Actions.Action.ActionTypeConstructedDelegate)
|
||
|
name.vb: JsonCopy(Of ActionTypeConstructedDelegate)(ActionTypeConstructedDelegate)
|
||
|
spec.csharp:
|
||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.Action.ActionTypeConstructedDelegate)
|
||
|
name: JsonCopy
|
||
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
||
|
- name: <
|
||
|
- uid: TinyLife.Actions.Action.ActionTypeConstructedDelegate
|
||
|
name: ActionTypeConstructedDelegate
|
||
|
href: TinyLife.Actions.Action.ActionTypeConstructedDelegate.html
|
||
|
- name: '>'
|
||
|
- name: (
|
||
|
- uid: TinyLife.Actions.Action.ActionTypeConstructedDelegate
|
||
|
name: ActionTypeConstructedDelegate
|
||
|
href: TinyLife.Actions.Action.ActionTypeConstructedDelegate.html
|
||
|
- name: )
|
||
|
spec.vb:
|
||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.Action.ActionTypeConstructedDelegate)
|
||
|
name: JsonCopy
|
||
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
||
|
- name: (
|
||
|
- name: Of
|
||
|
- name: " "
|
||
|
- uid: TinyLife.Actions.Action.ActionTypeConstructedDelegate
|
||
|
name: ActionTypeConstructedDelegate
|
||
|
href: TinyLife.Actions.Action.ActionTypeConstructedDelegate.html
|
||
|
- name: )
|
||
|
- name: (
|
||
|
- uid: TinyLife.Actions.Action.ActionTypeConstructedDelegate
|
||
|
name: ActionTypeConstructedDelegate
|
||
|
href: TinyLife.Actions.Action.ActionTypeConstructedDelegate.html
|
||
|
- name: )
|
||
|
- uid: TinyLife.Actions.ActionType
|
||
|
commentId: T:TinyLife.Actions.ActionType
|
||
|
parent: TinyLife.Actions
|
||
|
href: TinyLife.Actions.ActionType.html
|
||
|
name: ActionType
|
||
|
nameWithType: ActionType
|
||
|
fullName: TinyLife.Actions.ActionType
|
||
|
- uid: TinyLife.Actions.ActionType.TypeSettings
|
||
|
commentId: T:TinyLife.Actions.ActionType.TypeSettings
|
||
|
parent: TinyLife.Actions
|
||
|
href: TinyLife.Actions.ActionType.html
|
||
|
name: ActionType.TypeSettings
|
||
|
nameWithType: ActionType.TypeSettings
|
||
|
fullName: TinyLife.Actions.ActionType.TypeSettings
|
||
|
spec.csharp:
|
||
|
- uid: TinyLife.Actions.ActionType
|
||
|
name: ActionType
|
||
|
href: TinyLife.Actions.ActionType.html
|
||
|
- name: .
|
||
|
- uid: TinyLife.Actions.ActionType.TypeSettings
|
||
|
name: TypeSettings
|
||
|
href: TinyLife.Actions.ActionType.TypeSettings.html
|
||
|
spec.vb:
|
||
|
- uid: TinyLife.Actions.ActionType
|
||
|
name: ActionType
|
||
|
href: TinyLife.Actions.ActionType.html
|
||
|
- name: .
|
||
|
- uid: TinyLife.Actions.ActionType.TypeSettings
|
||
|
name: TypeSettings
|
||
|
href: TinyLife.Actions.ActionType.TypeSettings.html
|
||
|
- uid: TinyLife.Actions.Action
|
||
|
commentId: T:TinyLife.Actions.Action
|
||
|
parent: TinyLife.Actions
|
||
|
href: TinyLife.Actions.Action.html
|
||
|
name: Action
|
||
|
nameWithType: Action
|
||
|
fullName: TinyLife.Actions.Action
|
||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
||
|
name: JsonCopy<T>(T)
|
||
|
nameWithType: Extensions.JsonCopy<T>(T)
|
||
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
|
||
|
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
|
||
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
|
||
|
name.vb: JsonCopy(Of T)(T)
|
||
|
spec.csharp:
|
||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||
|
name: JsonCopy
|
||
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
||
|
- name: <
|
||
|
- name: T
|
||
|
- name: '>'
|
||
|
- name: (
|
||
|
- name: T
|
||
|
- name: )
|
||
|
spec.vb:
|
||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||
|
name: JsonCopy
|
||
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
||
|
- name: (
|
||
|
- name: Of
|
||
|
- name: " "
|
||
|
- name: T
|
||
|
- name: )
|
||
|
- name: (
|
||
|
- name: T
|
||
|
- name: )
|
||
|
- uid: TinyLife.Utilities.Extensions
|
||
|
commentId: T:TinyLife.Utilities.Extensions
|
||
|
parent: TinyLife.Utilities
|
||
|
href: TinyLife.Utilities.Extensions.html
|
||
|
name: Extensions
|
||
|
nameWithType: Extensions
|
||
|
fullName: TinyLife.Utilities.Extensions
|
||
|
- uid: TinyLife.Utilities
|
||
|
commentId: N:TinyLife.Utilities
|
||
|
href: TinyLife.html
|
||
|
name: TinyLife.Utilities
|
||
|
nameWithType: TinyLife.Utilities
|
||
|
fullName: TinyLife.Utilities
|
||
|
spec.csharp:
|
||
|
- uid: TinyLife
|
||
|
name: TinyLife
|
||
|
href: TinyLife.html
|
||
|
- name: .
|
||
|
- uid: TinyLife.Utilities
|
||
|
name: Utilities
|
||
|
href: TinyLife.Utilities.html
|
||
|
spec.vb:
|
||
|
- uid: TinyLife
|
||
|
name: TinyLife
|
||
|
href: TinyLife.html
|
||
|
- name: .
|
||
|
- uid: TinyLife.Utilities
|
||
|
name: Utilities
|
||
|
href: TinyLife.Utilities.html
|