mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-01 03:10:49 +01:00
349 lines
11 KiB
YAML
Generated
349 lines
11 KiB
YAML
Generated
### 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
|
|
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.
|
|
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
|
|
href: TinyLife.Objects.ParentInfo.html
|
|
name: ParentInfo
|
|
nameWithType: ParentInfo
|
|
fullName: TinyLife.Objects.ParentInfo
|
|
- uid: TinyLife.Objects
|
|
commentId: N:TinyLife.Objects
|
|
href: TinyLife.html
|
|
name: TinyLife.Objects
|
|
nameWithType: TinyLife.Objects
|
|
fullName: TinyLife.Objects
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Objects
|
|
name: Objects
|
|
href: TinyLife.Objects.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Objects
|
|
name: Objects
|
|
href: TinyLife.Objects.html
|
|
- 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)
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
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
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: <
|
|
- uid: TinyLife.Objects.ParentInfo.AttachmentType
|
|
name: AttachmentType
|
|
href: TinyLife.Objects.ParentInfo.AttachmentType.html
|
|
- name: '>'
|
|
- name: (
|
|
- uid: TinyLife.Objects.ParentInfo.AttachmentType
|
|
name: AttachmentType
|
|
href: TinyLife.Objects.ParentInfo.AttachmentType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.ParentInfo.AttachmentType)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ParentInfo.AttachmentType
|
|
name: AttachmentType
|
|
href: TinyLife.Objects.ParentInfo.AttachmentType.html
|
|
- name: )
|
|
- name: (
|
|
- uid: TinyLife.Objects.ParentInfo.AttachmentType
|
|
name: AttachmentType
|
|
href: TinyLife.Objects.ParentInfo.AttachmentType.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.Objects.ParentInfo.AttachmentType
|
|
commentId: T:TinyLife.Objects.ParentInfo.AttachmentType
|
|
parent: TinyLife.Objects
|
|
href: TinyLife.Objects.ParentInfo.html
|
|
name: ParentInfo.AttachmentType
|
|
nameWithType: ParentInfo.AttachmentType
|
|
fullName: TinyLife.Objects.ParentInfo.AttachmentType
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.ParentInfo
|
|
name: ParentInfo
|
|
href: TinyLife.Objects.ParentInfo.html
|
|
- name: .
|
|
- uid: TinyLife.Objects.ParentInfo.AttachmentType
|
|
name: AttachmentType
|
|
href: TinyLife.Objects.ParentInfo.AttachmentType.html
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.ParentInfo
|
|
name: ParentInfo
|
|
href: TinyLife.Objects.ParentInfo.html
|
|
- name: .
|
|
- uid: TinyLife.Objects.ParentInfo.AttachmentType
|
|
name: AttachmentType
|
|
href: TinyLife.Objects.ParentInfo.AttachmentType.html
|