TinyLifeWeb/docs/api/TinyLife.World.Lot.WeeklyBillsDelegate.yml
2024-04-14 17:55:54 +02:00

324 lines
10 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: TinyLife.World.Lot.WeeklyBillsDelegate
commentId: T:TinyLife.World.Lot.WeeklyBillsDelegate
id: Lot.WeeklyBillsDelegate
parent: TinyLife.World
children: []
langs:
- csharp
- vb
name: Lot.WeeklyBillsDelegate
nameWithType: Lot.WeeklyBillsDelegate
fullName: TinyLife.World.Lot.WeeklyBillsDelegate
type: Delegate
source:
remote:
path: TinyLife/World/Lot.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WeeklyBillsDelegate
path: ../TinyLife/World/Lot.cs
startLine: 611
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: A delegate method used by <xref href="TinyLife.World.Lot.OnGetWeeklyBills" data-throw-if-not-resolved="false"></xref>.
example: []
syntax:
content: public delegate void Lot.WeeklyBillsDelegate(Lot lot, Dictionary<string, float> amount, EventPhase phase)
parameters:
- id: lot
type: TinyLife.World.Lot
- id: amount
type: System.Collections.Generic.Dictionary{System.String,System.Single}
- id: phase
type: TinyLife.Mods.EventPhase
content.vb: Public Delegate Sub Lot.WeeklyBillsDelegate(lot As Lot, amount As Dictionary(Of String, Single), phase As EventPhase)
extensionMethods:
- TinyLife.World.Lot.WeeklyBillsDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
references:
- uid: TinyLife.World.Lot.OnGetWeeklyBills
commentId: E:TinyLife.World.Lot.OnGetWeeklyBills
href: TinyLife.World.Lot.html#TinyLife_World_Lot_OnGetWeeklyBills
name: OnGetWeeklyBills
nameWithType: Lot.OnGetWeeklyBills
fullName: TinyLife.World.Lot.OnGetWeeklyBills
- uid: TinyLife.World
commentId: N:TinyLife.World
href: TinyLife.html
name: TinyLife.World
nameWithType: TinyLife.World
fullName: TinyLife.World
spec.csharp:
- uid: TinyLife
name: TinyLife
href: TinyLife.html
- name: .
- uid: TinyLife.World
name: World
href: TinyLife.World.html
spec.vb:
- uid: TinyLife
name: TinyLife
href: TinyLife.html
- name: .
- uid: TinyLife.World
name: World
href: TinyLife.World.html
- uid: TinyLife.World.Lot.WeeklyBillsDelegate.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<WeeklyBillsDelegate>(WeeklyBillsDelegate)
nameWithType: Extensions.JsonCopy<Lot.WeeklyBillsDelegate>(Lot.WeeklyBillsDelegate)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.World.Lot.WeeklyBillsDelegate>(TinyLife.World.Lot.WeeklyBillsDelegate)
nameWithType.vb: Extensions.JsonCopy(Of Lot.WeeklyBillsDelegate)(Lot.WeeklyBillsDelegate)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.World.Lot.WeeklyBillsDelegate)(TinyLife.World.Lot.WeeklyBillsDelegate)
name.vb: JsonCopy(Of WeeklyBillsDelegate)(WeeklyBillsDelegate)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.Lot.WeeklyBillsDelegate)
name: JsonCopy
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name: <
- uid: TinyLife.World.Lot.WeeklyBillsDelegate
name: WeeklyBillsDelegate
href: TinyLife.World.Lot.WeeklyBillsDelegate.html
- name: '>'
- name: (
- uid: TinyLife.World.Lot.WeeklyBillsDelegate
name: WeeklyBillsDelegate
href: TinyLife.World.Lot.WeeklyBillsDelegate.html
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.Lot.WeeklyBillsDelegate)
name: JsonCopy
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name: (
- name: Of
- name: " "
- uid: TinyLife.World.Lot.WeeklyBillsDelegate
name: WeeklyBillsDelegate
href: TinyLife.World.Lot.WeeklyBillsDelegate.html
- name: )
- name: (
- uid: TinyLife.World.Lot.WeeklyBillsDelegate
name: WeeklyBillsDelegate
href: TinyLife.World.Lot.WeeklyBillsDelegate.html
- name: )
- uid: TinyLife.World.Lot
commentId: T:TinyLife.World.Lot
parent: TinyLife.World
href: TinyLife.World.Lot.html
name: Lot
nameWithType: Lot
fullName: TinyLife.World.Lot
- uid: System.Collections.Generic.Dictionary{System.String,System.Single}
commentId: T:System.Collections.Generic.Dictionary{System.String,System.Single}
parent: System.Collections.Generic
definition: System.Collections.Generic.Dictionary`2
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
name: Dictionary<string, float>
nameWithType: Dictionary<string, float>
fullName: System.Collections.Generic.Dictionary<string, float>
nameWithType.vb: Dictionary(Of String, Single)
fullName.vb: System.Collections.Generic.Dictionary(Of String, Single)
name.vb: Dictionary(Of String, Single)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: <
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: '>'
spec.vb:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: (
- name: Of
- name: " "
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
- 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
- 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: System.Collections.Generic.Dictionary`2
commentId: T:System.Collections.Generic.Dictionary`2
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
name: Dictionary<TKey, TValue>
nameWithType: Dictionary<TKey, TValue>
fullName: System.Collections.Generic.Dictionary<TKey, TValue>
nameWithType.vb: Dictionary(Of TKey, TValue)
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue)
name.vb: Dictionary(Of TKey, TValue)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: <
- name: TKey
- name: ','
- name: " "
- name: TValue
- name: '>'
spec.vb:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name: (
- name: Of
- name: " "
- name: TKey
- name: ','
- name: " "
- name: TValue
- name: )
- uid: System.Collections.Generic
commentId: N:System.Collections.Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
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
- 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.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