mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-05 04:29:08 +01:00
228 lines
6.2 KiB
YAML
228 lines
6.2 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: TinyLife.Objects.AgeGroup
|
|
commentId: T:TinyLife.Objects.AgeGroup
|
|
id: AgeGroup
|
|
parent: TinyLife.Objects
|
|
children:
|
|
- TinyLife.Objects.AgeGroup.Adult
|
|
- TinyLife.Objects.AgeGroup.Child
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: AgeGroup
|
|
nameWithType: AgeGroup
|
|
fullName: TinyLife.Objects.AgeGroup
|
|
type: Enum
|
|
source:
|
|
remote:
|
|
path: TinyLife/Objects/Person.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: AgeGroup
|
|
path: ../TinyLife/Objects/Person.cs
|
|
startLine: 2458
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: "\nA flags enumeration that represents the age groups a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> can have.\nSince this enumeration has the <xref href=\"System.FlagsAttribute\" data-throw-if-not-resolved=\"false\"></xref>, multiple age groups can be combined into one value.\n"
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[Flags]
|
|
|
|
public enum AgeGroup
|
|
content.vb: >-
|
|
<Flags>
|
|
|
|
Public Enum AgeGroup
|
|
extensionMethods:
|
|
- TinyLife.Objects.AgeGroup.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
attributes:
|
|
- type: System.FlagsAttribute
|
|
ctor: System.FlagsAttribute.#ctor
|
|
arguments: []
|
|
modifiers.csharp:
|
|
- public
|
|
- enum
|
|
modifiers.vb:
|
|
- Public
|
|
- Enum
|
|
- uid: TinyLife.Objects.AgeGroup.Child
|
|
commentId: F:TinyLife.Objects.AgeGroup.Child
|
|
id: Child
|
|
parent: TinyLife.Objects.AgeGroup
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Child
|
|
nameWithType: AgeGroup.Child
|
|
fullName: TinyLife.Objects.AgeGroup.Child
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: TinyLife/Objects/Person.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Child
|
|
path: ../TinyLife/Objects/Person.cs
|
|
startLine: 2466
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: "\nAn age group that represents children\n"
|
|
example: []
|
|
syntax:
|
|
content: Child = 4
|
|
return:
|
|
type: TinyLife.Objects.AgeGroup
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
- uid: TinyLife.Objects.AgeGroup.Adult
|
|
commentId: F:TinyLife.Objects.AgeGroup.Adult
|
|
id: Adult
|
|
parent: TinyLife.Objects.AgeGroup
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Adult
|
|
nameWithType: AgeGroup.Adult
|
|
fullName: TinyLife.Objects.AgeGroup.Adult
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: TinyLife/Objects/Person.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Adult
|
|
path: ../TinyLife/Objects/Person.cs
|
|
startLine: 2472
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: "\nAn age group that represents adults\n"
|
|
example: []
|
|
syntax:
|
|
content: Adult = 32
|
|
return:
|
|
type: TinyLife.Objects.AgeGroup
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
references:
|
|
- uid: TinyLife.Objects.Person
|
|
commentId: T:TinyLife.Objects.Person
|
|
parent: TinyLife.Objects
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- uid: System.FlagsAttribute
|
|
commentId: T:System.FlagsAttribute
|
|
parent: System
|
|
isExternal: true
|
|
name: FlagsAttribute
|
|
nameWithType: FlagsAttribute
|
|
fullName: System.FlagsAttribute
|
|
- uid: TinyLife.Objects
|
|
commentId: N:TinyLife.Objects
|
|
name: TinyLife.Objects
|
|
nameWithType: TinyLife.Objects
|
|
fullName: TinyLife.Objects
|
|
- uid: TinyLife.Objects.AgeGroup.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<AgeGroup>()
|
|
nameWithType: Extensions.JsonCopy<AgeGroup>()
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.AgeGroup>()
|
|
nameWithType.vb: Extensions.JsonCopy(Of AgeGroup)()
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.AgeGroup)()
|
|
name.vb: JsonCopy(Of AgeGroup)()
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
|
name: JsonCopy<AgeGroup>
|
|
nameWithType: Extensions.JsonCopy<AgeGroup>
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.AgeGroup>
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
|
name: JsonCopy(Of AgeGroup)
|
|
nameWithType: Extensions.JsonCopy(Of AgeGroup)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.AgeGroup)
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System
|
|
commentId: N:System
|
|
isExternal: true
|
|
name: System
|
|
nameWithType: System
|
|
fullName: System
|
|
- 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.Utilities
|
|
commentId: N:TinyLife.Utilities
|
|
name: TinyLife.Utilities
|
|
nameWithType: TinyLife.Utilities
|
|
fullName: TinyLife.Utilities
|
|
- uid: TinyLife.Objects.AgeGroup
|
|
commentId: T:TinyLife.Objects.AgeGroup
|
|
parent: TinyLife.Objects
|
|
name: AgeGroup
|
|
nameWithType: AgeGroup
|
|
fullName: TinyLife.Objects.AgeGroup
|