TinyLifeWeb/docs/api/TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate.yml
2023-01-26 14:16:30 +01:00

232 lines
7 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate
commentId: T:TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate
id: FurniturePlacer.GetCustomPriceDelegate
parent: TinyLife.Tools
children: []
langs:
- csharp
- vb
name: FurniturePlacer.GetCustomPriceDelegate
nameWithType: FurniturePlacer.GetCustomPriceDelegate
fullName: TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate
type: Delegate
source:
remote:
path: TinyLife/Tools/FurniturePlacer.cs
branch: 0.29.3-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCustomPriceDelegate
path: ../TinyLife/Tools/FurniturePlacer.cs
startLine: 398
assemblies:
- Tiny Life
namespace: TinyLife.Tools
summary: "\nA delegate method used by <xref href=\"TinyLife.Tools.FurniturePlacer.OnGetCustomPrice\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: []
syntax:
content: public delegate void GetCustomPriceDelegate(Furniture furniture, ref float? customPrice);
parameters:
- id: furniture
type: TinyLife.Objects.Furniture
- id: customPrice
type: System.Nullable{System.Single}
content.vb: Public Delegate Sub GetCustomPriceDelegate(furniture As Furniture, ByRef customPrice As Single?)
extensionMethods:
- TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- delegate
modifiers.vb:
- Public
- Delegate
references:
- uid: TinyLife.Tools.FurniturePlacer.OnGetCustomPrice
commentId: E:TinyLife.Tools.FurniturePlacer.OnGetCustomPrice
isExternal: true
- uid: TinyLife.Tools
commentId: N:TinyLife.Tools
name: TinyLife.Tools
nameWithType: TinyLife.Tools
fullName: TinyLife.Tools
- uid: TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<FurniturePlacer.GetCustomPriceDelegate>()
nameWithType: Extensions.JsonCopy<FurniturePlacer.GetCustomPriceDelegate>()
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate>()
nameWithType.vb: Extensions.JsonCopy(Of FurniturePlacer.GetCustomPriceDelegate)()
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate)()
name.vb: JsonCopy(Of FurniturePlacer.GetCustomPriceDelegate)()
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy<FurniturePlacer.GetCustomPriceDelegate>
nameWithType: Extensions.JsonCopy<FurniturePlacer.GetCustomPriceDelegate>
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate>
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy(Of FurniturePlacer.GetCustomPriceDelegate)
nameWithType: Extensions.JsonCopy(Of FurniturePlacer.GetCustomPriceDelegate)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate)
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Furniture
commentId: T:TinyLife.Objects.Furniture
parent: TinyLife.Objects
name: Furniture
nameWithType: Furniture
fullName: TinyLife.Objects.Furniture
- uid: System.Nullable{System.Single}
commentId: T:System.Nullable{System.Single}
parent: System
definition: System.Nullable`1
name: Nullable<Single>
nameWithType: Nullable<Single>
fullName: System.Nullable<System.Single>
nameWithType.vb: Nullable(Of Single)
fullName.vb: System.Nullable(Of System.Single)
name.vb: Nullable(Of Single)
spec.csharp:
- uid: System.Nullable`1
name: Nullable
nameWithType: Nullable
fullName: System.Nullable
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Nullable`1
name: Nullable
nameWithType: Nullable
fullName: System.Nullable
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M: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<T>
nameWithType: Extensions.JsonCopy<T>
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T)
nameWithType: Extensions.JsonCopy(Of T)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
name: TinyLife.Objects
nameWithType: TinyLife.Objects
fullName: TinyLife.Objects
- uid: System.Nullable`1
commentId: T:System.Nullable`1
isExternal: true
name: Nullable<T>
nameWithType: Nullable<T>
fullName: System.Nullable<T>
nameWithType.vb: Nullable(Of T)
fullName.vb: System.Nullable(Of T)
name.vb: Nullable(Of T)
spec.csharp:
- uid: System.Nullable`1
name: Nullable
nameWithType: Nullable
fullName: System.Nullable
isExternal: true
- name: <
nameWithType: <
fullName: <
- name: T
nameWithType: T
fullName: T
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Nullable`1
name: Nullable
nameWithType: Nullable
fullName: System.Nullable
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities