2023-11-05 20:57:09 +01:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Objects.ParentInfo.AttachmentType
commentId : T:TinyLife.Objects.ParentInfo.AttachmentType
id : ParentInfo.AttachmentType
parent : TinyLife.Objects
children :
- TinyLife.Objects.ParentInfo.AttachmentType.Ceiling
- TinyLife.Objects.ParentInfo.AttachmentType.Furniture
- TinyLife.Objects.ParentInfo.AttachmentType.Ground
- TinyLife.Objects.ParentInfo.AttachmentType.None
- TinyLife.Objects.ParentInfo.AttachmentType.Person
- TinyLife.Objects.ParentInfo.AttachmentType.Roof
- TinyLife.Objects.ParentInfo.AttachmentType.Stairs
- TinyLife.Objects.ParentInfo.AttachmentType.Ui
- TinyLife.Objects.ParentInfo.AttachmentType.Wall
langs :
- csharp
- vb
name : ParentInfo.AttachmentType
nameWithType : ParentInfo.AttachmentType
fullName : TinyLife.Objects.ParentInfo.AttachmentType
type : Enum
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : An enumeration that represents the object types a <xref href="TinyLife.Objects.ParentInfo" data-throw-if-not-resolved="false"></xref> can be attached to.
2023-11-05 20:57:09 +01:00
example : [ ]
syntax :
content : public enum ParentInfo.AttachmentType
content.vb : Public Enum ParentInfo.AttachmentType
extensionMethods :
- TinyLife.Objects.ParentInfo.AttachmentType.TinyLife.Utilities.Extensions.JsonCopy``1
- uid : TinyLife.Objects.ParentInfo.AttachmentType.None
commentId : F:TinyLife.Objects.ParentInfo.AttachmentType.None
id : None
parent : TinyLife.Objects.ParentInfo.AttachmentType
langs :
- csharp
- vb
name : None
nameWithType : ParentInfo.AttachmentType.None
fullName : TinyLife.Objects.ParentInfo.AttachmentType.None
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : None = 0
return :
type : TinyLife.Objects.ParentInfo.AttachmentType
- uid : TinyLife.Objects.ParentInfo.AttachmentType.Furniture
commentId : F:TinyLife.Objects.ParentInfo.AttachmentType.Furniture
id : Furniture
parent : TinyLife.Objects.ParentInfo.AttachmentType
langs :
- csharp
- vb
name : Furniture
nameWithType : ParentInfo.AttachmentType.Furniture
fullName : TinyLife.Objects.ParentInfo.AttachmentType.Furniture
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Furniture = 1
return :
type : TinyLife.Objects.ParentInfo.AttachmentType
- uid : TinyLife.Objects.ParentInfo.AttachmentType.Person
commentId : F:TinyLife.Objects.ParentInfo.AttachmentType.Person
id : Person
parent : TinyLife.Objects.ParentInfo.AttachmentType
langs :
- csharp
- vb
name : Person
nameWithType : ParentInfo.AttachmentType.Person
fullName : TinyLife.Objects.ParentInfo.AttachmentType.Person
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Person = 2
return :
type : TinyLife.Objects.ParentInfo.AttachmentType
- uid : TinyLife.Objects.ParentInfo.AttachmentType.Wall
commentId : F:TinyLife.Objects.ParentInfo.AttachmentType.Wall
id : Wall
parent : TinyLife.Objects.ParentInfo.AttachmentType
langs :
- csharp
- vb
name : Wall
nameWithType : ParentInfo.AttachmentType.Wall
fullName : TinyLife.Objects.ParentInfo.AttachmentType.Wall
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Wall = 3
return :
type : TinyLife.Objects.ParentInfo.AttachmentType
- uid : TinyLife.Objects.ParentInfo.AttachmentType.Roof
commentId : F:TinyLife.Objects.ParentInfo.AttachmentType.Roof
id : Roof
parent : TinyLife.Objects.ParentInfo.AttachmentType
langs :
- csharp
- vb
name : Roof
nameWithType : ParentInfo.AttachmentType.Roof
fullName : TinyLife.Objects.ParentInfo.AttachmentType.Roof
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Roof = 4
return :
type : TinyLife.Objects.ParentInfo.AttachmentType
- uid : TinyLife.Objects.ParentInfo.AttachmentType.Stairs
commentId : F:TinyLife.Objects.ParentInfo.AttachmentType.Stairs
id : Stairs
parent : TinyLife.Objects.ParentInfo.AttachmentType
langs :
- csharp
- vb
name : Stairs
nameWithType : ParentInfo.AttachmentType.Stairs
fullName : TinyLife.Objects.ParentInfo.AttachmentType.Stairs
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Stairs = 5
return :
type : TinyLife.Objects.ParentInfo.AttachmentType
- uid : TinyLife.Objects.ParentInfo.AttachmentType.Ceiling
commentId : F:TinyLife.Objects.ParentInfo.AttachmentType.Ceiling
id : Ceiling
parent : TinyLife.Objects.ParentInfo.AttachmentType
langs :
- csharp
- vb
name : Ceiling
nameWithType : ParentInfo.AttachmentType.Ceiling
fullName : TinyLife.Objects.ParentInfo.AttachmentType.Ceiling
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Ceiling = 6
return :
type : TinyLife.Objects.ParentInfo.AttachmentType
- uid : TinyLife.Objects.ParentInfo.AttachmentType.Ground
commentId : F:TinyLife.Objects.ParentInfo.AttachmentType.Ground
id : Ground
parent : TinyLife.Objects.ParentInfo.AttachmentType
langs :
- csharp
- vb
name : Ground
nameWithType : ParentInfo.AttachmentType.Ground
fullName : TinyLife.Objects.ParentInfo.AttachmentType.Ground
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Ground = 7
return :
type : TinyLife.Objects.ParentInfo.AttachmentType
- uid : TinyLife.Objects.ParentInfo.AttachmentType.Ui
commentId : F:TinyLife.Objects.ParentInfo.AttachmentType.Ui
id : Ui
parent : TinyLife.Objects.ParentInfo.AttachmentType
langs :
- csharp
- vb
name : Ui
nameWithType : ParentInfo.AttachmentType.Ui
fullName : TinyLife.Objects.ParentInfo.AttachmentType.Ui
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Ui = 8
return :
type : TinyLife.Objects.ParentInfo.AttachmentType
references :
- uid : TinyLife.Objects.ParentInfo
commentId : T:TinyLife.Objects.ParentInfo
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ParentInfo.html
2023-11-05 20:57:09 +01:00
name : ParentInfo
nameWithType : ParentInfo
fullName : TinyLife.Objects.ParentInfo
- uid : TinyLife.Objects
commentId : N : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-11-05 20:57:09 +01:00
name : TinyLife.Objects
nameWithType : TinyLife.Objects
fullName : TinyLife.Objects
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-11-05 20:57:09 +01:00
- name : .
- uid : TinyLife.Objects
name : Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.html
2023-11-05 20:57:09 +01:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-11-05 20:57:09 +01:00
- name : .
- uid : TinyLife.Objects
name : Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.html
2023-11-05 20:57:09 +01:00
- uid : TinyLife.Objects.ParentInfo.AttachmentType.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-11-05 20:57:09 +01:00
name : JsonCopy<AttachmentType>(AttachmentType)
nameWithType : Extensions.JsonCopy<ParentInfo.AttachmentType>(ParentInfo.AttachmentType)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.ParentInfo.AttachmentType>(TinyLife.Objects.ParentInfo.AttachmentType)
nameWithType.vb : Extensions.JsonCopy(Of ParentInfo.AttachmentType)(ParentInfo.AttachmentType)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.ParentInfo.AttachmentType)(TinyLife.Objects.ParentInfo.AttachmentType)
name.vb : JsonCopy(Of AttachmentType)(AttachmentType)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.ParentInfo.AttachmentType)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-11-05 20:57:09 +01:00
- name : <
- uid : TinyLife.Objects.ParentInfo.AttachmentType
name : AttachmentType
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ParentInfo.AttachmentType.html
2023-11-05 20:57:09 +01:00
- name : '>'
- name : (
- uid : TinyLife.Objects.ParentInfo.AttachmentType
name : AttachmentType
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ParentInfo.AttachmentType.html
2023-11-05 20:57:09 +01:00
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.ParentInfo.AttachmentType)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-11-05 20:57:09 +01:00
- name : (
- name : Of
- name : " "
- uid : TinyLife.Objects.ParentInfo.AttachmentType
name : AttachmentType
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ParentInfo.AttachmentType.html
2023-11-05 20:57:09 +01:00
- name : )
- name : (
- uid : TinyLife.Objects.ParentInfo.AttachmentType
name : AttachmentType
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ParentInfo.AttachmentType.html
2023-11-05 20:57:09 +01:00
- name : )
- 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_
2023-11-05 20:57:09 +01: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)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-11-05 20:57:09 +01:00
- name : <
- name : T
- name : '>'
- name : (
- name : T
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-11-05 20:57:09 +01:00
- name : (
- name : Of
- name : " "
- name : T
- name : )
- 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
2023-11-05 20:57:09 +01: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
2023-11-05 20:57:09 +01:00
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-11-05 20:57:09 +01:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2023-11-05 20:57:09 +01:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-11-05 20:57:09 +01:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2023-11-05 20:57:09 +01:00
- uid : TinyLife.Objects.ParentInfo.AttachmentType
commentId : T:TinyLife.Objects.ParentInfo.AttachmentType
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ParentInfo.html
2023-11-05 20:57:09 +01:00
name : ParentInfo.AttachmentType
nameWithType : ParentInfo.AttachmentType
fullName : TinyLife.Objects.ParentInfo.AttachmentType
spec.csharp :
- uid : TinyLife.Objects.ParentInfo
name : ParentInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ParentInfo.html
2023-11-05 20:57:09 +01:00
- name : .
- uid : TinyLife.Objects.ParentInfo.AttachmentType
name : AttachmentType
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ParentInfo.AttachmentType.html
2023-11-05 20:57:09 +01:00
spec.vb :
- uid : TinyLife.Objects.ParentInfo
name : ParentInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ParentInfo.html
2023-11-05 20:57:09 +01:00
- name : .
- uid : TinyLife.Objects.ParentInfo.AttachmentType
name : AttachmentType
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ParentInfo.AttachmentType.html