mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-01 03:10:49 +01:00
197 lines
5.6 KiB
YAML
Generated
197 lines
5.6 KiB
YAML
Generated
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: TinyLife.Mods.EventPhase
|
|
commentId: T:TinyLife.Mods.EventPhase
|
|
id: EventPhase
|
|
parent: TinyLife.Mods
|
|
children:
|
|
- TinyLife.Mods.EventPhase.Post
|
|
- TinyLife.Mods.EventPhase.Pre
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: EventPhase
|
|
nameWithType: EventPhase
|
|
fullName: TinyLife.Mods.EventPhase
|
|
type: Enum
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Mods
|
|
summary: An enumeration that represents the phases that a time-sensitive event can be invoked in
|
|
example: []
|
|
syntax:
|
|
content: public enum EventPhase
|
|
content.vb: Public Enum EventPhase
|
|
extensionMethods:
|
|
- TinyLife.Mods.EventPhase.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
- uid: TinyLife.Mods.EventPhase.Pre
|
|
commentId: F:TinyLife.Mods.EventPhase.Pre
|
|
id: Pre
|
|
parent: TinyLife.Mods.EventPhase
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Pre
|
|
nameWithType: EventPhase.Pre
|
|
fullName: TinyLife.Mods.EventPhase.Pre
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Mods
|
|
summary: A phase that represents an event that is invoked *before* something happens
|
|
example: []
|
|
syntax:
|
|
content: Pre = 0
|
|
return:
|
|
type: TinyLife.Mods.EventPhase
|
|
- uid: TinyLife.Mods.EventPhase.Post
|
|
commentId: F:TinyLife.Mods.EventPhase.Post
|
|
id: Post
|
|
parent: TinyLife.Mods.EventPhase
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Post
|
|
nameWithType: EventPhase.Post
|
|
fullName: TinyLife.Mods.EventPhase.Post
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Mods
|
|
summary: A phase that represents an event that is invoked *after* something happens
|
|
example: []
|
|
syntax:
|
|
content: Post = 1
|
|
return:
|
|
type: TinyLife.Mods.EventPhase
|
|
references:
|
|
- uid: TinyLife.Mods
|
|
commentId: N:TinyLife.Mods
|
|
href: TinyLife.html
|
|
name: TinyLife.Mods
|
|
nameWithType: TinyLife.Mods
|
|
fullName: TinyLife.Mods
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Mods
|
|
name: Mods
|
|
href: TinyLife.Mods.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Mods
|
|
name: Mods
|
|
href: TinyLife.Mods.html
|
|
- uid: TinyLife.Mods.EventPhase.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<EventPhase>(EventPhase)
|
|
nameWithType: Extensions.JsonCopy<EventPhase>(EventPhase)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Mods.EventPhase>(TinyLife.Mods.EventPhase)
|
|
nameWithType.vb: Extensions.JsonCopy(Of EventPhase)(EventPhase)
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Mods.EventPhase)(TinyLife.Mods.EventPhase)
|
|
name.vb: JsonCopy(Of EventPhase)(EventPhase)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Mods.EventPhase)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: <
|
|
- uid: TinyLife.Mods.EventPhase
|
|
name: EventPhase
|
|
href: TinyLife.Mods.EventPhase.html
|
|
- name: '>'
|
|
- name: (
|
|
- uid: TinyLife.Mods.EventPhase
|
|
name: EventPhase
|
|
href: TinyLife.Mods.EventPhase.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Mods.EventPhase)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Mods.EventPhase
|
|
name: EventPhase
|
|
href: TinyLife.Mods.EventPhase.html
|
|
- name: )
|
|
- name: (
|
|
- uid: TinyLife.Mods.EventPhase
|
|
name: EventPhase
|
|
href: TinyLife.Mods.EventPhase.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.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
|
|
- uid: TinyLife.Mods.EventPhase
|
|
commentId: T:TinyLife.Mods.EventPhase
|
|
parent: TinyLife.Mods
|
|
href: TinyLife.Mods.EventPhase.html
|
|
name: EventPhase
|
|
nameWithType: EventPhase
|
|
fullName: TinyLife.Mods.EventPhase
|