mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-01 03:10:49 +01:00
654 lines
27 KiB
YAML
Generated
654 lines
27 KiB
YAML
Generated
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: TinyLife.Actions.CompletionType
|
|
commentId: T:TinyLife.Actions.CompletionType
|
|
id: CompletionType
|
|
parent: TinyLife.Actions
|
|
children:
|
|
- TinyLife.Actions.CompletionType.Active
|
|
- TinyLife.Actions.CompletionType.Canceled
|
|
- TinyLife.Actions.CompletionType.Completed
|
|
- TinyLife.Actions.CompletionType.Failed
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: CompletionType
|
|
nameWithType: CompletionType
|
|
fullName: TinyLife.Actions.CompletionType
|
|
type: Enum
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: An enumeration that represents the various states that an <xref href="TinyLife.Actions.Action" data-throw-if-not-resolved="false"></xref> can be in.
|
|
example: []
|
|
syntax:
|
|
content: public enum CompletionType
|
|
content.vb: Public Enum CompletionType
|
|
extensionMethods:
|
|
- TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.AnyActive(System.Func{TinyLife.Actions.CompletionType})
|
|
- TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType)
|
|
- TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.AnyInactive(System.Func{TinyLife.Actions.CompletionType})
|
|
- TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType)
|
|
- TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
- uid: TinyLife.Actions.CompletionType.Active
|
|
commentId: F:TinyLife.Actions.CompletionType.Active
|
|
id: Active
|
|
parent: TinyLife.Actions.CompletionType
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Active
|
|
nameWithType: CompletionType.Active
|
|
fullName: TinyLife.Actions.CompletionType.Active
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: A completion type that represents an active action.
|
|
example: []
|
|
syntax:
|
|
content: Active = 0
|
|
return:
|
|
type: TinyLife.Actions.CompletionType
|
|
- uid: TinyLife.Actions.CompletionType.Completed
|
|
commentId: F:TinyLife.Actions.CompletionType.Completed
|
|
id: Completed
|
|
parent: TinyLife.Actions.CompletionType
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Completed
|
|
nameWithType: CompletionType.Completed
|
|
fullName: TinyLife.Actions.CompletionType.Completed
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: A completion type that represents a completed action.
|
|
example: []
|
|
syntax:
|
|
content: Completed = 1
|
|
return:
|
|
type: TinyLife.Actions.CompletionType
|
|
- uid: TinyLife.Actions.CompletionType.Failed
|
|
commentId: F:TinyLife.Actions.CompletionType.Failed
|
|
id: Failed
|
|
parent: TinyLife.Actions.CompletionType
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Failed
|
|
nameWithType: CompletionType.Failed
|
|
fullName: TinyLife.Actions.CompletionType.Failed
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: >-
|
|
A completion type that represents an action that has failed to complete.
|
|
|
|
Actions that fail additionally cause an <xref href="TinyLife.Actions.Emote" data-throw-if-not-resolved="false"></xref> from the <xref href="TinyLife.Actions.EmoteCategory.Unable" data-throw-if-not-resolved="false"></xref> category to be displayed on a <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: Failed = 2
|
|
return:
|
|
type: TinyLife.Actions.CompletionType
|
|
- uid: TinyLife.Actions.CompletionType.Canceled
|
|
commentId: F:TinyLife.Actions.CompletionType.Canceled
|
|
id: Canceled
|
|
parent: TinyLife.Actions.CompletionType
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Canceled
|
|
nameWithType: CompletionType.Canceled
|
|
fullName: TinyLife.Actions.CompletionType.Canceled
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: >-
|
|
A completion type that represents an action that has been canceled either internally or by an outside source.
|
|
|
|
If an action should cancel due to a missing object or any other kind of unexpected state, <xref href="TinyLife.Actions.CompletionType.Failed" data-throw-if-not-resolved="false"></xref> should be used.
|
|
example: []
|
|
syntax:
|
|
content: Canceled = 3
|
|
return:
|
|
type: TinyLife.Actions.CompletionType
|
|
references:
|
|
- 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.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.CompletionType.TinyLife.Utilities.Extensions.AnyActive(System.Func{TinyLife.Actions.CompletionType})
|
|
commentId: M:TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
|
|
parent: TinyLife.Utilities.Extensions
|
|
definition: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AnyActive_TinyLife_Actions_CompletionType_System_Func_TinyLife_Actions_CompletionType__
|
|
name: AnyActive(CompletionType, Func<CompletionType>)
|
|
nameWithType: Extensions.AnyActive(CompletionType, Func<CompletionType>)
|
|
fullName: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType, System.Func<TinyLife.Actions.CompletionType>)
|
|
nameWithType.vb: Extensions.AnyActive(CompletionType, Func(Of CompletionType))
|
|
fullName.vb: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType, System.Func(Of TinyLife.Actions.CompletionType))
|
|
name.vb: AnyActive(CompletionType, Func(Of CompletionType))
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
|
|
name: AnyActive
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AnyActive_TinyLife_Actions_CompletionType_System_Func_TinyLife_Actions_CompletionType__
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`1
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-1
|
|
- name: <
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
|
|
name: AnyActive
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AnyActive_TinyLife_Actions_CompletionType_System_Func_TinyLife_Actions_CompletionType__
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`1
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: )
|
|
- name: )
|
|
- uid: TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType)
|
|
commentId: M:TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
|
|
parent: TinyLife.Utilities.Extensions
|
|
definition: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AnyActive_TinyLife_Actions_CompletionType_TinyLife_Actions_CompletionType_
|
|
name: AnyActive(CompletionType, CompletionType)
|
|
nameWithType: Extensions.AnyActive(CompletionType, CompletionType)
|
|
fullName: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType, TinyLife.Actions.CompletionType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
|
|
name: AnyActive
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AnyActive_TinyLife_Actions_CompletionType_TinyLife_Actions_CompletionType_
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
|
|
name: AnyActive
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AnyActive_TinyLife_Actions_CompletionType_TinyLife_Actions_CompletionType_
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: )
|
|
- uid: TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.AnyInactive(System.Func{TinyLife.Actions.CompletionType})
|
|
commentId: M:TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
|
|
parent: TinyLife.Utilities.Extensions
|
|
definition: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AnyInactive_TinyLife_Actions_CompletionType_System_Func_TinyLife_Actions_CompletionType__
|
|
name: AnyInactive(CompletionType, Func<CompletionType>)
|
|
nameWithType: Extensions.AnyInactive(CompletionType, Func<CompletionType>)
|
|
fullName: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType, System.Func<TinyLife.Actions.CompletionType>)
|
|
nameWithType.vb: Extensions.AnyInactive(CompletionType, Func(Of CompletionType))
|
|
fullName.vb: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType, System.Func(Of TinyLife.Actions.CompletionType))
|
|
name.vb: AnyInactive(CompletionType, Func(Of CompletionType))
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
|
|
name: AnyInactive
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AnyInactive_TinyLife_Actions_CompletionType_System_Func_TinyLife_Actions_CompletionType__
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`1
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-1
|
|
- name: <
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
|
|
name: AnyInactive
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AnyInactive_TinyLife_Actions_CompletionType_System_Func_TinyLife_Actions_CompletionType__
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`1
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: )
|
|
- name: )
|
|
- uid: TinyLife.Actions.CompletionType.TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType)
|
|
commentId: M:TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
|
|
parent: TinyLife.Utilities.Extensions
|
|
definition: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AnyInactive_TinyLife_Actions_CompletionType_TinyLife_Actions_CompletionType_
|
|
name: AnyInactive(CompletionType, CompletionType)
|
|
nameWithType: Extensions.AnyInactive(CompletionType, CompletionType)
|
|
fullName: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType, TinyLife.Actions.CompletionType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
|
|
name: AnyInactive
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AnyInactive_TinyLife_Actions_CompletionType_TinyLife_Actions_CompletionType_
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
|
|
name: AnyInactive
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AnyInactive_TinyLife_Actions_CompletionType_TinyLife_Actions_CompletionType_
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: )
|
|
- uid: TinyLife.Actions.CompletionType.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<CompletionType>(CompletionType)
|
|
nameWithType: Extensions.JsonCopy<CompletionType>(CompletionType)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.CompletionType>(TinyLife.Actions.CompletionType)
|
|
nameWithType.vb: Extensions.JsonCopy(Of CompletionType)(CompletionType)
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.CompletionType)(TinyLife.Actions.CompletionType)
|
|
name.vb: JsonCopy(Of CompletionType)(CompletionType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.CompletionType)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: <
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: '>'
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.CompletionType)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: )
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: )
|
|
- uid: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
|
|
commentId: M:TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
|
|
isExternal: true
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AnyActive_TinyLife_Actions_CompletionType_System_Func_TinyLife_Actions_CompletionType__
|
|
name: AnyActive(CompletionType, Func<CompletionType>)
|
|
nameWithType: Extensions.AnyActive(CompletionType, Func<CompletionType>)
|
|
fullName: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType, System.Func<TinyLife.Actions.CompletionType>)
|
|
nameWithType.vb: Extensions.AnyActive(CompletionType, Func(Of CompletionType))
|
|
fullName.vb: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType, System.Func(Of TinyLife.Actions.CompletionType))
|
|
name.vb: AnyActive(CompletionType, Func(Of CompletionType))
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
|
|
name: AnyActive
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AnyActive_TinyLife_Actions_CompletionType_System_Func_TinyLife_Actions_CompletionType__
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`1
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-1
|
|
- name: <
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
|
|
name: AnyActive
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AnyActive_TinyLife_Actions_CompletionType_System_Func_TinyLife_Actions_CompletionType__
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`1
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: )
|
|
- 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.Extensions.AnyActive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
|
|
commentId: M:TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AnyActive_TinyLife_Actions_CompletionType_TinyLife_Actions_CompletionType_
|
|
name: AnyActive(CompletionType, CompletionType)
|
|
nameWithType: Extensions.AnyActive(CompletionType, CompletionType)
|
|
fullName: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType, TinyLife.Actions.CompletionType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
|
|
name: AnyActive
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AnyActive_TinyLife_Actions_CompletionType_TinyLife_Actions_CompletionType_
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.AnyActive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
|
|
name: AnyActive
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AnyActive_TinyLife_Actions_CompletionType_TinyLife_Actions_CompletionType_
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: )
|
|
- uid: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
|
|
commentId: M:TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
|
|
isExternal: true
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AnyInactive_TinyLife_Actions_CompletionType_System_Func_TinyLife_Actions_CompletionType__
|
|
name: AnyInactive(CompletionType, Func<CompletionType>)
|
|
nameWithType: Extensions.AnyInactive(CompletionType, Func<CompletionType>)
|
|
fullName: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType, System.Func<TinyLife.Actions.CompletionType>)
|
|
nameWithType.vb: Extensions.AnyInactive(CompletionType, Func(Of CompletionType))
|
|
fullName.vb: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType, System.Func(Of TinyLife.Actions.CompletionType))
|
|
name.vb: AnyInactive(CompletionType, Func(Of CompletionType))
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
|
|
name: AnyInactive
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AnyInactive_TinyLife_Actions_CompletionType_System_Func_TinyLife_Actions_CompletionType__
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`1
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-1
|
|
- name: <
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,System.Func{TinyLife.Actions.CompletionType})
|
|
name: AnyInactive
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AnyInactive_TinyLife_Actions_CompletionType_System_Func_TinyLife_Actions_CompletionType__
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`1
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: )
|
|
- name: )
|
|
- uid: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
|
|
commentId: M:TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AnyInactive_TinyLife_Actions_CompletionType_TinyLife_Actions_CompletionType_
|
|
name: AnyInactive(CompletionType, CompletionType)
|
|
nameWithType: Extensions.AnyInactive(CompletionType, CompletionType)
|
|
fullName: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType, TinyLife.Actions.CompletionType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
|
|
name: AnyInactive
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AnyInactive_TinyLife_Actions_CompletionType_TinyLife_Actions_CompletionType_
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.AnyInactive(TinyLife.Actions.CompletionType,TinyLife.Actions.CompletionType)
|
|
name: AnyInactive
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AnyInactive_TinyLife_Actions_CompletionType_TinyLife_Actions_CompletionType_
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: )
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
name: JsonCopy<T>(T)
|
|
nameWithType: Extensions.JsonCopy<T>(T)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
|
|
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
|
|
name.vb: JsonCopy(Of T)(T)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
- uid: TinyLife.Utilities
|
|
commentId: N:TinyLife.Utilities
|
|
href: TinyLife.html
|
|
name: TinyLife.Utilities
|
|
nameWithType: TinyLife.Utilities
|
|
fullName: TinyLife.Utilities
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Utilities
|
|
name: Utilities
|
|
href: TinyLife.Utilities.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Utilities
|
|
name: Utilities
|
|
href: TinyLife.Utilities.html
|
|
- uid: TinyLife.Actions.CompletionType
|
|
commentId: T:TinyLife.Actions.CompletionType
|
|
parent: TinyLife.Actions
|
|
href: TinyLife.Actions.CompletionType.html
|
|
name: CompletionType
|
|
nameWithType: CompletionType
|
|
fullName: TinyLife.Actions.CompletionType
|
|
- uid: TinyLife.Actions.Emote
|
|
commentId: T:TinyLife.Actions.Emote
|
|
parent: TinyLife.Actions
|
|
href: TinyLife.Actions.Emote.html
|
|
name: Emote
|
|
nameWithType: Emote
|
|
fullName: TinyLife.Actions.Emote
|
|
- uid: TinyLife.Actions.EmoteCategory.Unable
|
|
commentId: F:TinyLife.Actions.EmoteCategory.Unable
|
|
href: TinyLife.Actions.EmoteCategory.html#TinyLife_Actions_EmoteCategory_Unable
|
|
name: Unable
|
|
nameWithType: EmoteCategory.Unable
|
|
fullName: TinyLife.Actions.EmoteCategory.Unable
|
|
- uid: TinyLife.Objects.PersonLike
|
|
commentId: T:TinyLife.Objects.PersonLike
|
|
parent: TinyLife.Objects
|
|
href: TinyLife.Objects.PersonLike.html
|
|
name: PersonLike
|
|
nameWithType: PersonLike
|
|
fullName: TinyLife.Objects.PersonLike
|
|
- uid: TinyLife.Objects
|
|
commentId: N:TinyLife.Objects
|
|
href: TinyLife.html
|
|
name: TinyLife.Objects
|
|
nameWithType: TinyLife.Objects
|
|
fullName: TinyLife.Objects
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Objects
|
|
name: Objects
|
|
href: TinyLife.Objects.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Objects
|
|
name: Objects
|
|
href: TinyLife.Objects.html
|
|
- uid: TinyLife.Actions.CompletionType.Failed
|
|
commentId: F:TinyLife.Actions.CompletionType.Failed
|
|
href: TinyLife.Actions.CompletionType.html#TinyLife_Actions_CompletionType_Failed
|
|
name: Failed
|
|
nameWithType: CompletionType.Failed
|
|
fullName: TinyLife.Actions.CompletionType.Failed
|