TinyLifeWeb/docs/api/TinyLife.World.BillsMail.yml

1133 lines
37 KiB
YAML
Raw Normal View History

2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items:
- uid: TinyLife.World.BillsMail
commentId: T:TinyLife.World.BillsMail
id: BillsMail
parent: TinyLife.World
children:
2023-07-20 14:27:20 +02:00
- TinyLife.World.BillsMail.#ctor(TinyLife.World.Map,System.Guid,System.Collections.Generic.Dictionary{System.String,System.Single})
- TinyLife.World.BillsMail.Bills
2022-03-28 18:01:39 +02:00
- TinyLife.World.BillsMail.OnReceived
2023-07-20 14:27:20 +02:00
- TinyLife.World.BillsMail.Total
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
name: BillsMail
nameWithType: BillsMail
fullName: TinyLife.World.BillsMail
type: Class
source:
remote:
path: TinyLife/World/Mail.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: BillsMail
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Mail.cs
2023-07-20 14:27:20 +02:00
startLine: 124
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: A <xref href="TinyLife.World.Mail" data-throw-if-not-resolved="false"></xref> type that represents bills for a <xref href="TinyLife.World.Household" data-throw-if-not-resolved="false"></xref> to pay
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: 'public class BillsMail : Mail, IGenericDataHolder'
2023-03-30 18:07:55 +02:00
content.vb: Public Class BillsMail Inherits Mail Implements IGenericDataHolder
2021-08-04 06:51:12 +02:00
inheritance:
- System.Object
2021-11-23 16:24:04 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
2021-08-04 06:51:12 +02:00
- TinyLife.World.Mail
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- TinyLife.World.Mail.Id
- TinyLife.World.Mail.SentTime
2022-03-28 18:01:39 +02:00
- TinyLife.World.Mail.Map
- TinyLife.World.Mail.GetReceivingLot
- TinyLife.World.Mail.GetReceivingMailbox
- TinyLife.World.Mail.Validate(TinyLife.World.Map)
2021-11-23 16:24:04 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
2022-12-20 13:25:03 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
2021-11-23 16:24:04 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
2021-08-04 06:51:12 +02:00
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- TinyLife.World.BillsMail.TinyLife.Utilities.Extensions.JsonCopy``1
2023-07-20 14:27:20 +02:00
- uid: TinyLife.World.BillsMail.Bills
commentId: F:TinyLife.World.BillsMail.Bills
id: Bills
2021-08-04 06:51:12 +02:00
parent: TinyLife.World.BillsMail
langs:
- csharp
- vb
2023-07-20 14:27:20 +02:00
name: Bills
nameWithType: BillsMail.Bills
fullName: TinyLife.World.BillsMail.Bills
2021-08-04 06:51:12 +02:00
type: Field
source:
remote:
path: TinyLife/World/Mail.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-07-20 14:27:20 +02:00
id: Bills
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Mail.cs
2023-07-20 14:27:20 +02:00
startLine: 130
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: The amount of tiny bucks that needs to be paid by the receiving household, based on <xref href="TinyLife.World.Lot.GetWeeklyBills" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: >-
[DataMember]
2023-07-20 14:27:20 +02:00
public readonly Dictionary<string, float> Bills
2021-08-04 06:51:12 +02:00
return:
2023-07-20 14:27:20 +02:00
type: System.Collections.Generic.Dictionary{System.String,System.Single}
2021-08-04 06:51:12 +02:00
content.vb: >-
<DataMember>
2023-07-20 14:27:20 +02:00
Public ReadOnly Bills As Dictionary(Of String, Single)
2021-08-04 06:51:12 +02:00
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
2023-07-20 14:27:20 +02:00
- uid: TinyLife.World.BillsMail.Total
commentId: P:TinyLife.World.BillsMail.Total
id: Total
parent: TinyLife.World.BillsMail
langs:
- csharp
- vb
name: Total
nameWithType: BillsMail.Total
fullName: TinyLife.World.BillsMail.Total
type: Property
source:
remote:
path: TinyLife/World/Mail.cs
2023-12-06 13:25:52 +01:00
branch: main
2023-07-20 14:27:20 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Total
path: ../TinyLife/World/Mail.cs
startLine: 134
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: The total amount of bills that this bills mail has, based on <xref href="TinyLife.World.BillsMail.Bills" data-throw-if-not-resolved="false"></xref> values.
2023-07-20 14:27:20 +02:00
example: []
syntax:
content: public float Total { get; }
parameters: []
return:
type: System.Single
content.vb: Public ReadOnly Property Total As Single
overload: TinyLife.World.BillsMail.Total*
- uid: TinyLife.World.BillsMail.#ctor(TinyLife.World.Map,System.Guid,System.Collections.Generic.Dictionary{System.String,System.Single})
commentId: M:TinyLife.World.BillsMail.#ctor(TinyLife.World.Map,System.Guid,System.Collections.Generic.Dictionary{System.String,System.Single})
id: '#ctor(TinyLife.World.Map,System.Guid,System.Collections.Generic.Dictionary{System.String,System.Single})'
2021-08-04 06:51:12 +02:00
parent: TinyLife.World.BillsMail
langs:
- csharp
- vb
2023-07-20 14:27:20 +02:00
name: BillsMail(Map, Guid, Dictionary<string, float>)
nameWithType: BillsMail.BillsMail(Map, Guid, Dictionary<string, float>)
fullName: TinyLife.World.BillsMail.BillsMail(TinyLife.World.Map, System.Guid, System.Collections.Generic.Dictionary<string, float>)
2021-08-04 06:51:12 +02:00
type: Constructor
source:
remote:
path: TinyLife/World/Mail.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
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Mail.cs
2023-07-20 14:27:20 +02:00
startLine: 142
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: Creates a new bills mail with the given settings
2021-08-04 06:51:12 +02:00
example: []
syntax:
2023-07-20 14:27:20 +02:00
content: public BillsMail(Map map, Guid receivingLot, Dictionary<string, float> bills)
2021-08-04 06:51:12 +02:00
parameters:
2022-03-28 18:01:39 +02:00
- id: map
type: TinyLife.World.Map
description: The <xref href="TinyLife.World.Map" data-throw-if-not-resolved="false"></xref> that this mail should be received on.
2021-08-04 06:51:12 +02:00
- id: receivingLot
type: System.Guid
description: The <xref href="TinyLife.World.Lot.Id" data-throw-if-not-resolved="false"></xref> of the lot that should receive this mail
2023-07-20 14:27:20 +02:00
- id: bills
type: System.Collections.Generic.Dictionary{System.String,System.Single}
description: The amount of tiny bucks that needs to be paid by the receiving household, based on <xref href="TinyLife.World.Lot.GetWeeklyBills" data-throw-if-not-resolved="false"></xref>
content.vb: Public Sub New(map As Map, receivingLot As Guid, bills As Dictionary(Of String, Single))
2021-08-04 06:51:12 +02:00
overload: TinyLife.World.BillsMail.#ctor*
2023-07-20 14:27:20 +02:00
nameWithType.vb: BillsMail.New(Map, Guid, Dictionary(Of String, Single))
fullName.vb: TinyLife.World.BillsMail.New(TinyLife.World.Map, System.Guid, System.Collections.Generic.Dictionary(Of String, Single))
name.vb: New(Map, Guid, Dictionary(Of String, Single))
2022-03-28 18:01:39 +02:00
- uid: TinyLife.World.BillsMail.OnReceived
commentId: M:TinyLife.World.BillsMail.OnReceived
id: OnReceived
2021-08-04 06:51:12 +02:00
parent: TinyLife.World.BillsMail
langs:
- csharp
- vb
2022-03-28 18:01:39 +02:00
name: OnReceived()
nameWithType: BillsMail.OnReceived()
fullName: TinyLife.World.BillsMail.OnReceived()
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
path: TinyLife/World/Mail.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: OnReceived
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/Mail.cs
2023-07-20 14:27:20 +02:00
startLine: 147
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: >-
This method is called automatically when this mail item is received by the receiving lot.
A custom mail instance can execute its custom action in this method.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2022-03-28 18:01:39 +02:00
content: public override void OnReceived()
2023-03-30 18:07:55 +02:00
content.vb: Public Overrides Sub OnReceived()
2022-03-28 18:01:39 +02:00
overridden: TinyLife.World.Mail.OnReceived
2021-08-04 06:51:12 +02:00
overload: TinyLife.World.BillsMail.OnReceived*
references:
- uid: TinyLife.World.Mail
commentId: T:TinyLife.World.Mail
parent: TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Mail.html
2021-08-04 06:51:12 +02:00
name: Mail
nameWithType: Mail
fullName: TinyLife.World.Mail
- uid: TinyLife.World.Household
commentId: T:TinyLife.World.Household
parent: TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Household.html
2021-08-04 06:51:12 +02:00
name: Household
nameWithType: Household
fullName: TinyLife.World.Household
- uid: TinyLife.World
commentId: N:TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-08-04 06:51:12 +02:00
name: TinyLife.World
nameWithType: TinyLife.World
fullName: TinyLife.World
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.World
name: World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.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.World
name: World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.html
2021-08-04 06:51:12 +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
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
parent: MLEM.Data.Json
2021-08-04 06:51:12 +02:00
isExternal: true
2021-11-23 16:24:04 +01:00
name: JsonTypeSafeGenericDataHolder
nameWithType: JsonTypeSafeGenericDataHolder
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
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
- uid: TinyLife.World.Mail.Id
commentId: F:TinyLife.World.Mail.Id
parent: TinyLife.World.Mail
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Mail.html#TinyLife_World_Mail_Id
2021-08-04 06:51:12 +02:00
name: Id
nameWithType: Mail.Id
fullName: TinyLife.World.Mail.Id
- uid: TinyLife.World.Mail.SentTime
commentId: F:TinyLife.World.Mail.SentTime
parent: TinyLife.World.Mail
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Mail.html#TinyLife_World_Mail_SentTime
2021-08-04 06:51:12 +02:00
name: SentTime
nameWithType: Mail.SentTime
fullName: TinyLife.World.Mail.SentTime
2022-03-28 18:01:39 +02:00
- uid: TinyLife.World.Mail.Map
commentId: P:TinyLife.World.Mail.Map
parent: TinyLife.World.Mail
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Mail.html#TinyLife_World_Mail_Map
2022-03-28 18:01:39 +02:00
name: Map
nameWithType: Mail.Map
fullName: TinyLife.World.Mail.Map
- uid: TinyLife.World.Mail.GetReceivingLot
commentId: M:TinyLife.World.Mail.GetReceivingLot
2021-08-04 06:51:12 +02:00
parent: TinyLife.World.Mail
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Mail.html#TinyLife_World_Mail_GetReceivingLot
2022-03-28 18:01:39 +02:00
name: GetReceivingLot()
nameWithType: Mail.GetReceivingLot()
fullName: TinyLife.World.Mail.GetReceivingLot()
2021-08-04 06:51:12 +02:00
spec.csharp:
2022-03-28 18:01:39 +02:00
- uid: TinyLife.World.Mail.GetReceivingLot
2021-08-04 06:51:12 +02:00
name: GetReceivingLot
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Mail.html#TinyLife_World_Mail_GetReceivingLot
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
2022-03-28 18:01:39 +02:00
- uid: TinyLife.World.Mail.GetReceivingLot
2021-08-04 06:51:12 +02:00
name: GetReceivingLot
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Mail.html#TinyLife_World_Mail_GetReceivingLot
2021-08-04 06:51:12 +02:00
- name: (
- name: )
2022-03-28 18:01:39 +02:00
- uid: TinyLife.World.Mail.GetReceivingMailbox
commentId: M:TinyLife.World.Mail.GetReceivingMailbox
2021-08-04 06:51:12 +02:00
parent: TinyLife.World.Mail
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Mail.html#TinyLife_World_Mail_GetReceivingMailbox
2022-03-28 18:01:39 +02:00
name: GetReceivingMailbox()
nameWithType: Mail.GetReceivingMailbox()
fullName: TinyLife.World.Mail.GetReceivingMailbox()
2021-08-04 06:51:12 +02:00
spec.csharp:
2022-03-28 18:01:39 +02:00
- uid: TinyLife.World.Mail.GetReceivingMailbox
name: GetReceivingMailbox
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Mail.html#TinyLife_World_Mail_GetReceivingMailbox
2022-03-28 18:01:39 +02:00
- name: (
- name: )
spec.vb:
- uid: TinyLife.World.Mail.GetReceivingMailbox
2021-08-04 06:51:12 +02:00
name: GetReceivingMailbox
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Mail.html#TinyLife_World_Mail_GetReceivingMailbox
2021-08-04 06:51:12 +02:00
- name: (
2022-03-28 18:01:39 +02:00
- name: )
- uid: TinyLife.World.Mail.Validate(TinyLife.World.Map)
commentId: M:TinyLife.World.Mail.Validate(TinyLife.World.Map)
parent: TinyLife.World.Mail
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Mail.html#TinyLife_World_Mail_Validate_TinyLife_World_Map_
2022-03-28 18:01:39 +02:00
name: Validate(Map)
nameWithType: Mail.Validate(Map)
fullName: TinyLife.World.Mail.Validate(TinyLife.World.Map)
spec.csharp:
- uid: TinyLife.World.Mail.Validate(TinyLife.World.Map)
name: Validate
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Mail.html#TinyLife_World_Mail_Validate_TinyLife_World_Map_
2022-03-28 18:01:39 +02:00
- name: (
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Map
name: Map
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2022-03-28 18:01:39 +02:00
- uid: TinyLife.World.Mail.Validate(TinyLife.World.Map)
name: Validate
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Mail.html#TinyLife_World_Mail_Validate_TinyLife_World_Map_
2021-08-04 06:51:12 +02:00
- name: (
- uid: TinyLife.World.Map
name: Map
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2021-08-04 06:51:12 +02:00
- name: )
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
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: JsonTypeSafeGenericDataHolder.SetData(string, object)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object)
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
name.vb: SetData(String, Object)
2021-08-04 06:51:12 +02:00
spec.csharp:
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
2021-08-04 06:51:12 +02:00
name: SetData
isExternal: true
- 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
- 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:
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
2021-08-04 06:51:12 +02:00
name: SetData
isExternal: true
- name: (
- 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.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
definition: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.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: JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
2022-12-20 13:25:03 +01:00
nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2023-03-30 18:07:55 +02:00
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2022-12-20 13:25:03 +01:00
name.vb: SetData(Of T)(String, T)
spec.csharp:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.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.Data.Json.JsonTypeSafeGenericDataHolder.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-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
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: JsonTypeSafeGenericDataHolder.GetData<T>(string)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(string)
2021-11-23 16:24:04 +01:00
nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
2023-03-30 18:07:55 +02:00
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
2021-08-04 06:51:12 +02:00
name.vb: GetData(Of T)(String)
spec.csharp:
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.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: (
- 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:
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.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: (
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: )
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
2021-08-04 06:51:12 +02:00
isExternal: true
name: GetDataKeys()
2021-11-23 16:24:04 +01:00
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys()
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
2021-08-04 06:51:12 +02:00
spec.csharp:
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
2021-08-04 06:51:12 +02:00
name: GetDataKeys
isExternal: true
- name: (
- name: )
spec.vb:
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
2021-08-04 06:51:12 +02:00
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)
2021-08-04 06:51:12 +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)
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
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
- 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)
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
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: )
- 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
2021-08-04 06:51:12 +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()
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- 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: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +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()
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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: )
- 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
2021-08-04 06:51:12 +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()
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: TinyLife.World.BillsMail.TinyLife.Utilities.Extensions.JsonCopy``1
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-03-30 18:07:55 +02:00
name: JsonCopy<BillsMail>(BillsMail)
nameWithType: Extensions.JsonCopy<BillsMail>(BillsMail)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.World.BillsMail>(TinyLife.World.BillsMail)
nameWithType.vb: Extensions.JsonCopy(Of BillsMail)(BillsMail)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.World.BillsMail)(TinyLife.World.BillsMail)
name.vb: JsonCopy(Of BillsMail)(BillsMail)
2021-08-04 06:51:12 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.BillsMail)
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: <
- uid: TinyLife.World.BillsMail
name: BillsMail
2024-01-07 16:53:47 +01:00
href: TinyLife.World.BillsMail.html
2023-03-30 18:07:55 +02:00
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.World.BillsMail
name: BillsMail
2024-01-07 16:53:47 +01:00
href: TinyLife.World.BillsMail.html
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.BillsMail)
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: " "
- uid: TinyLife.World.BillsMail
name: BillsMail
2024-01-07 16:53:47 +01:00
href: TinyLife.World.BillsMail.html
2023-03-30 18:07:55 +02:00
- name: )
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.World.BillsMail
name: BillsMail
2024-01-07 16:53:47 +01:00
href: TinyLife.World.BillsMail.html
2021-08-04 06:51:12 +02:00
- name: )
- uid: System
commentId: N:System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system
2021-08-04 06:51:12 +02:00
name: System
nameWithType: System
fullName: System
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json
commentId: N:MLEM.Data.Json
isExternal: true
name: MLEM.Data.Json
nameWithType: MLEM.Data.Json
fullName: MLEM.Data.Json
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Data
name: Data
isExternal: true
- name: .
- uid: MLEM.Data.Json
name: Json
isExternal: true
spec.vb:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Data
name: Data
isExternal: true
- name: .
- uid: MLEM.Data.Json
name: Json
isExternal: true
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.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.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: JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
2022-12-20 13:25:03 +01:00
nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2023-03-30 18:07:55 +02:00
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2022-12-20 13:25:03 +01:00
name.vb: SetData(Of T)(String, T)
spec.csharp:
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.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.Data.Json.JsonTypeSafeGenericDataHolder.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
2023-07-20 14:27:20 +02:00
- uid: TinyLife.World.Lot.GetWeeklyBills
commentId: M:TinyLife.World.Lot.GetWeeklyBills
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_GetWeeklyBills
2023-07-20 14:27:20 +02:00
name: GetWeeklyBills()
nameWithType: Lot.GetWeeklyBills()
fullName: TinyLife.World.Lot.GetWeeklyBills()
spec.csharp:
- uid: TinyLife.World.Lot.GetWeeklyBills
name: GetWeeklyBills
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_GetWeeklyBills
2023-07-20 14:27:20 +02:00
- name: (
- name: )
spec.vb:
- uid: TinyLife.World.Lot.GetWeeklyBills
name: GetWeeklyBills
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_GetWeeklyBills
2023-07-20 14:27:20 +02:00
- name: (
- name: )
- 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: 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.World.BillsMail.Bills
commentId: F:TinyLife.World.BillsMail.Bills
2024-01-07 16:53:47 +01:00
href: TinyLife.World.BillsMail.html#TinyLife_World_BillsMail_Bills
2023-07-20 14:27:20 +02:00
name: Bills
nameWithType: BillsMail.Bills
fullName: TinyLife.World.BillsMail.Bills
- uid: TinyLife.World.BillsMail.Total*
commentId: Overload:TinyLife.World.BillsMail.Total
2024-01-07 16:53:47 +01:00
href: TinyLife.World.BillsMail.html#TinyLife_World_BillsMail_Total
2023-07-20 14:27:20 +02:00
name: Total
nameWithType: BillsMail.Total
fullName: TinyLife.World.BillsMail.Total
2021-08-04 06:51:12 +02:00
- uid: System.Single
commentId: T:System.Single
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
2022-03-28 18:01:39 +02:00
- uid: TinyLife.World.Map
commentId: T:TinyLife.World.Map
parent: TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2022-03-28 18:01:39 +02:00
name: Map
nameWithType: Map
fullName: TinyLife.World.Map
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.Lot.Id
commentId: F:TinyLife.World.Lot.Id
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html#TinyLife_World_Lot_Id
2023-03-30 18:07:55 +02:00
name: Id
nameWithType: Lot.Id
fullName: TinyLife.World.Lot.Id
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.BillsMail.#ctor*
commentId: Overload:TinyLife.World.BillsMail.#ctor
2024-01-07 16:53:47 +01:00
href: TinyLife.World.BillsMail.html#TinyLife_World_BillsMail__ctor_TinyLife_World_Map_System_Guid_System_Collections_Generic_Dictionary_System_String_System_Single__
2021-08-04 06:51:12 +02:00
name: BillsMail
nameWithType: BillsMail.BillsMail
fullName: TinyLife.World.BillsMail.BillsMail
2023-03-30 18:07:55 +02:00
nameWithType.vb: BillsMail.New
fullName.vb: TinyLife.World.BillsMail.New
name.vb: New
2021-08-04 06:51:12 +02:00
- uid: System.Guid
commentId: T:System.Guid
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.guid
2021-08-04 06:51:12 +02:00
name: Guid
nameWithType: Guid
fullName: System.Guid
2022-03-28 18:01:39 +02:00
- uid: TinyLife.World.Mail.OnReceived
commentId: M:TinyLife.World.Mail.OnReceived
2021-08-04 06:51:12 +02:00
parent: TinyLife.World.Mail
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Mail.html#TinyLife_World_Mail_OnReceived
2022-03-28 18:01:39 +02:00
name: OnReceived()
nameWithType: Mail.OnReceived()
fullName: TinyLife.World.Mail.OnReceived()
2021-08-04 06:51:12 +02:00
spec.csharp:
2022-03-28 18:01:39 +02:00
- uid: TinyLife.World.Mail.OnReceived
2021-08-04 06:51:12 +02:00
name: OnReceived
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Mail.html#TinyLife_World_Mail_OnReceived
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
2022-03-28 18:01:39 +02:00
- uid: TinyLife.World.Mail.OnReceived
2021-08-04 06:51:12 +02:00
name: OnReceived
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Mail.html#TinyLife_World_Mail_OnReceived
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: TinyLife.World.BillsMail.OnReceived*
commentId: Overload:TinyLife.World.BillsMail.OnReceived
2024-01-07 16:53:47 +01:00
href: TinyLife.World.BillsMail.html#TinyLife_World_BillsMail_OnReceived
2021-08-04 06:51:12 +02:00
name: OnReceived
nameWithType: BillsMail.OnReceived
fullName: TinyLife.World.BillsMail.OnReceived