mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-01 03:10:49 +01:00
589 lines
22 KiB
YAML
Generated
589 lines
22 KiB
YAML
Generated
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: TinyLife.Objects.ClothesIntention
|
|
commentId: T:TinyLife.Objects.ClothesIntention
|
|
id: ClothesIntention
|
|
parent: TinyLife.Objects
|
|
children:
|
|
- TinyLife.Objects.ClothesIntention.Everyday
|
|
- TinyLife.Objects.ClothesIntention.Formal
|
|
- TinyLife.Objects.ClothesIntention.None
|
|
- TinyLife.Objects.ClothesIntention.Party
|
|
- TinyLife.Objects.ClothesIntention.Safety
|
|
- TinyLife.Objects.ClothesIntention.Sleep
|
|
- TinyLife.Objects.ClothesIntention.Summer
|
|
- TinyLife.Objects.ClothesIntention.Swimwear
|
|
- TinyLife.Objects.ClothesIntention.Winter
|
|
- TinyLife.Objects.ClothesIntention.Work
|
|
- TinyLife.Objects.ClothesIntention.Workout
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ClothesIntention
|
|
nameWithType: ClothesIntention
|
|
fullName: TinyLife.Objects.ClothesIntention
|
|
type: Enum
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: >-
|
|
A clothes intention is a way that a clothing item can be used.
|
|
|
|
Since this enumeration uses the <xref href="System.FlagsAttribute" data-throw-if-not-resolved="false"></xref>, a clothing item can have multiple intentions.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[Flags]
|
|
|
|
public enum ClothesIntention
|
|
content.vb: >-
|
|
<Flags>
|
|
|
|
Public Enum ClothesIntention
|
|
extensionMethods:
|
|
- TinyLife.Objects.ClothesIntention.TinyLife.Utilities.Extensions.GetDescription(System.Nullable{TinyLife.Objects.AgeGroup})
|
|
- TinyLife.Objects.ClothesIntention.TinyLife.Utilities.Extensions.GetRequiredMatchPercentage
|
|
- TinyLife.Objects.ClothesIntention.TinyLife.Utilities.Extensions.IsAvailableForAge(TinyLife.Objects.AgeGroup)
|
|
- TinyLife.Objects.ClothesIntention.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
attributes:
|
|
- type: System.FlagsAttribute
|
|
ctor: System.FlagsAttribute.#ctor
|
|
arguments: []
|
|
- uid: TinyLife.Objects.ClothesIntention.None
|
|
commentId: F:TinyLife.Objects.ClothesIntention.None
|
|
id: None
|
|
parent: TinyLife.Objects.ClothesIntention
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: None
|
|
nameWithType: ClothesIntention.None
|
|
fullName: TinyLife.Objects.ClothesIntention.None
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
syntax:
|
|
content: None = 0
|
|
return:
|
|
type: TinyLife.Objects.ClothesIntention
|
|
- uid: TinyLife.Objects.ClothesIntention.Everyday
|
|
commentId: F:TinyLife.Objects.ClothesIntention.Everyday
|
|
id: Everyday
|
|
parent: TinyLife.Objects.ClothesIntention
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Everyday
|
|
nameWithType: ClothesIntention.Everyday
|
|
fullName: TinyLife.Objects.ClothesIntention.Everyday
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
syntax:
|
|
content: Everyday = 1
|
|
return:
|
|
type: TinyLife.Objects.ClothesIntention
|
|
- uid: TinyLife.Objects.ClothesIntention.Party
|
|
commentId: F:TinyLife.Objects.ClothesIntention.Party
|
|
id: Party
|
|
parent: TinyLife.Objects.ClothesIntention
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Party
|
|
nameWithType: ClothesIntention.Party
|
|
fullName: TinyLife.Objects.ClothesIntention.Party
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
syntax:
|
|
content: Party = 2
|
|
return:
|
|
type: TinyLife.Objects.ClothesIntention
|
|
- uid: TinyLife.Objects.ClothesIntention.Formal
|
|
commentId: F:TinyLife.Objects.ClothesIntention.Formal
|
|
id: Formal
|
|
parent: TinyLife.Objects.ClothesIntention
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Formal
|
|
nameWithType: ClothesIntention.Formal
|
|
fullName: TinyLife.Objects.ClothesIntention.Formal
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
syntax:
|
|
content: Formal = 4
|
|
return:
|
|
type: TinyLife.Objects.ClothesIntention
|
|
- uid: TinyLife.Objects.ClothesIntention.Workout
|
|
commentId: F:TinyLife.Objects.ClothesIntention.Workout
|
|
id: Workout
|
|
parent: TinyLife.Objects.ClothesIntention
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Workout
|
|
nameWithType: ClothesIntention.Workout
|
|
fullName: TinyLife.Objects.ClothesIntention.Workout
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
syntax:
|
|
content: Workout = 8
|
|
return:
|
|
type: TinyLife.Objects.ClothesIntention
|
|
- uid: TinyLife.Objects.ClothesIntention.Swimwear
|
|
commentId: F:TinyLife.Objects.ClothesIntention.Swimwear
|
|
id: Swimwear
|
|
parent: TinyLife.Objects.ClothesIntention
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Swimwear
|
|
nameWithType: ClothesIntention.Swimwear
|
|
fullName: TinyLife.Objects.ClothesIntention.Swimwear
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
syntax:
|
|
content: Swimwear = 16
|
|
return:
|
|
type: TinyLife.Objects.ClothesIntention
|
|
- uid: TinyLife.Objects.ClothesIntention.Sleep
|
|
commentId: F:TinyLife.Objects.ClothesIntention.Sleep
|
|
id: Sleep
|
|
parent: TinyLife.Objects.ClothesIntention
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Sleep
|
|
nameWithType: ClothesIntention.Sleep
|
|
fullName: TinyLife.Objects.ClothesIntention.Sleep
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
syntax:
|
|
content: Sleep = 32
|
|
return:
|
|
type: TinyLife.Objects.ClothesIntention
|
|
- uid: TinyLife.Objects.ClothesIntention.Summer
|
|
commentId: F:TinyLife.Objects.ClothesIntention.Summer
|
|
id: Summer
|
|
parent: TinyLife.Objects.ClothesIntention
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Summer
|
|
nameWithType: ClothesIntention.Summer
|
|
fullName: TinyLife.Objects.ClothesIntention.Summer
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
syntax:
|
|
content: Summer = 64
|
|
return:
|
|
type: TinyLife.Objects.ClothesIntention
|
|
- uid: TinyLife.Objects.ClothesIntention.Winter
|
|
commentId: F:TinyLife.Objects.ClothesIntention.Winter
|
|
id: Winter
|
|
parent: TinyLife.Objects.ClothesIntention
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Winter
|
|
nameWithType: ClothesIntention.Winter
|
|
fullName: TinyLife.Objects.ClothesIntention.Winter
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
syntax:
|
|
content: Winter = 128
|
|
return:
|
|
type: TinyLife.Objects.ClothesIntention
|
|
- uid: TinyLife.Objects.ClothesIntention.Work
|
|
commentId: F:TinyLife.Objects.ClothesIntention.Work
|
|
id: Work
|
|
parent: TinyLife.Objects.ClothesIntention
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Work
|
|
nameWithType: ClothesIntention.Work
|
|
fullName: TinyLife.Objects.ClothesIntention.Work
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
syntax:
|
|
content: Work = 256
|
|
return:
|
|
type: TinyLife.Objects.ClothesIntention
|
|
- uid: TinyLife.Objects.ClothesIntention.Safety
|
|
commentId: F:TinyLife.Objects.ClothesIntention.Safety
|
|
id: Safety
|
|
parent: TinyLife.Objects.ClothesIntention
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Safety
|
|
nameWithType: ClothesIntention.Safety
|
|
fullName: TinyLife.Objects.ClothesIntention.Safety
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
syntax:
|
|
content: Safety = 512
|
|
return:
|
|
type: TinyLife.Objects.ClothesIntention
|
|
references:
|
|
- uid: System.FlagsAttribute
|
|
commentId: T:System.FlagsAttribute
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.flagsattribute
|
|
name: FlagsAttribute
|
|
nameWithType: FlagsAttribute
|
|
fullName: System.FlagsAttribute
|
|
- 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.ClothesIntention.TinyLife.Utilities.Extensions.GetDescription(System.Nullable{TinyLife.Objects.AgeGroup})
|
|
commentId: M:TinyLife.Utilities.Extensions.GetDescription(TinyLife.Objects.ClothesIntention,System.Nullable{TinyLife.Objects.AgeGroup})
|
|
parent: TinyLife.Utilities.Extensions
|
|
definition: TinyLife.Utilities.Extensions.GetDescription(TinyLife.Objects.ClothesIntention,System.Nullable{TinyLife.Objects.AgeGroup})
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDescription_TinyLife_Objects_ClothesIntention_System_Nullable_TinyLife_Objects_AgeGroup__
|
|
name: GetDescription(ClothesIntention, AgeGroup?)
|
|
nameWithType: Extensions.GetDescription(ClothesIntention, AgeGroup?)
|
|
fullName: TinyLife.Utilities.Extensions.GetDescription(TinyLife.Objects.ClothesIntention, TinyLife.Objects.AgeGroup?)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.GetDescription(TinyLife.Objects.ClothesIntention,System.Nullable{TinyLife.Objects.AgeGroup})
|
|
name: GetDescription
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDescription_TinyLife_Objects_ClothesIntention_System_Nullable_TinyLife_Objects_AgeGroup__
|
|
- name: (
|
|
- uid: TinyLife.Objects.ClothesIntention
|
|
name: ClothesIntention
|
|
href: TinyLife.Objects.ClothesIntention.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.AgeGroup
|
|
name: AgeGroup
|
|
href: TinyLife.Objects.AgeGroup.html
|
|
- name: '?'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.GetDescription(TinyLife.Objects.ClothesIntention,System.Nullable{TinyLife.Objects.AgeGroup})
|
|
name: GetDescription
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDescription_TinyLife_Objects_ClothesIntention_System_Nullable_TinyLife_Objects_AgeGroup__
|
|
- name: (
|
|
- uid: TinyLife.Objects.ClothesIntention
|
|
name: ClothesIntention
|
|
href: TinyLife.Objects.ClothesIntention.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.AgeGroup
|
|
name: AgeGroup
|
|
href: TinyLife.Objects.AgeGroup.html
|
|
- name: '?'
|
|
- name: )
|
|
- uid: TinyLife.Objects.ClothesIntention.TinyLife.Utilities.Extensions.GetRequiredMatchPercentage
|
|
commentId: M:TinyLife.Utilities.Extensions.GetRequiredMatchPercentage(TinyLife.Objects.ClothesIntention)
|
|
parent: TinyLife.Utilities.Extensions
|
|
definition: TinyLife.Utilities.Extensions.GetRequiredMatchPercentage(TinyLife.Objects.ClothesIntention)
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetRequiredMatchPercentage_TinyLife_Objects_ClothesIntention_
|
|
name: GetRequiredMatchPercentage(ClothesIntention)
|
|
nameWithType: Extensions.GetRequiredMatchPercentage(ClothesIntention)
|
|
fullName: TinyLife.Utilities.Extensions.GetRequiredMatchPercentage(TinyLife.Objects.ClothesIntention)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.GetRequiredMatchPercentage(TinyLife.Objects.ClothesIntention)
|
|
name: GetRequiredMatchPercentage
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetRequiredMatchPercentage_TinyLife_Objects_ClothesIntention_
|
|
- name: (
|
|
- uid: TinyLife.Objects.ClothesIntention
|
|
name: ClothesIntention
|
|
href: TinyLife.Objects.ClothesIntention.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.GetRequiredMatchPercentage(TinyLife.Objects.ClothesIntention)
|
|
name: GetRequiredMatchPercentage
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetRequiredMatchPercentage_TinyLife_Objects_ClothesIntention_
|
|
- name: (
|
|
- uid: TinyLife.Objects.ClothesIntention
|
|
name: ClothesIntention
|
|
href: TinyLife.Objects.ClothesIntention.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.ClothesIntention.TinyLife.Utilities.Extensions.IsAvailableForAge(TinyLife.Objects.AgeGroup)
|
|
commentId: M:TinyLife.Utilities.Extensions.IsAvailableForAge(TinyLife.Objects.ClothesIntention,TinyLife.Objects.AgeGroup)
|
|
parent: TinyLife.Utilities.Extensions
|
|
definition: TinyLife.Utilities.Extensions.IsAvailableForAge(TinyLife.Objects.ClothesIntention,TinyLife.Objects.AgeGroup)
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAvailableForAge_TinyLife_Objects_ClothesIntention_TinyLife_Objects_AgeGroup_
|
|
name: IsAvailableForAge(ClothesIntention, AgeGroup)
|
|
nameWithType: Extensions.IsAvailableForAge(ClothesIntention, AgeGroup)
|
|
fullName: TinyLife.Utilities.Extensions.IsAvailableForAge(TinyLife.Objects.ClothesIntention, TinyLife.Objects.AgeGroup)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.IsAvailableForAge(TinyLife.Objects.ClothesIntention,TinyLife.Objects.AgeGroup)
|
|
name: IsAvailableForAge
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAvailableForAge_TinyLife_Objects_ClothesIntention_TinyLife_Objects_AgeGroup_
|
|
- name: (
|
|
- uid: TinyLife.Objects.ClothesIntention
|
|
name: ClothesIntention
|
|
href: TinyLife.Objects.ClothesIntention.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.AgeGroup
|
|
name: AgeGroup
|
|
href: TinyLife.Objects.AgeGroup.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.IsAvailableForAge(TinyLife.Objects.ClothesIntention,TinyLife.Objects.AgeGroup)
|
|
name: IsAvailableForAge
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAvailableForAge_TinyLife_Objects_ClothesIntention_TinyLife_Objects_AgeGroup_
|
|
- name: (
|
|
- uid: TinyLife.Objects.ClothesIntention
|
|
name: ClothesIntention
|
|
href: TinyLife.Objects.ClothesIntention.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.AgeGroup
|
|
name: AgeGroup
|
|
href: TinyLife.Objects.AgeGroup.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.ClothesIntention.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<ClothesIntention>(ClothesIntention)
|
|
nameWithType: Extensions.JsonCopy<ClothesIntention>(ClothesIntention)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.ClothesIntention>(TinyLife.Objects.ClothesIntention)
|
|
nameWithType.vb: Extensions.JsonCopy(Of ClothesIntention)(ClothesIntention)
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.ClothesIntention)(TinyLife.Objects.ClothesIntention)
|
|
name.vb: JsonCopy(Of ClothesIntention)(ClothesIntention)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.ClothesIntention)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: <
|
|
- uid: TinyLife.Objects.ClothesIntention
|
|
name: ClothesIntention
|
|
href: TinyLife.Objects.ClothesIntention.html
|
|
- name: '>'
|
|
- name: (
|
|
- uid: TinyLife.Objects.ClothesIntention
|
|
name: ClothesIntention
|
|
href: TinyLife.Objects.ClothesIntention.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.ClothesIntention)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ClothesIntention
|
|
name: ClothesIntention
|
|
href: TinyLife.Objects.ClothesIntention.html
|
|
- name: )
|
|
- name: (
|
|
- uid: TinyLife.Objects.ClothesIntention
|
|
name: ClothesIntention
|
|
href: TinyLife.Objects.ClothesIntention.html
|
|
- name: )
|
|
- uid: System
|
|
commentId: N:System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System
|
|
nameWithType: System
|
|
fullName: System
|
|
- uid: TinyLife.Utilities.Extensions.GetDescription(TinyLife.Objects.ClothesIntention,System.Nullable{TinyLife.Objects.AgeGroup})
|
|
commentId: M:TinyLife.Utilities.Extensions.GetDescription(TinyLife.Objects.ClothesIntention,System.Nullable{TinyLife.Objects.AgeGroup})
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDescription_TinyLife_Objects_ClothesIntention_System_Nullable_TinyLife_Objects_AgeGroup__
|
|
name: GetDescription(ClothesIntention, AgeGroup?)
|
|
nameWithType: Extensions.GetDescription(ClothesIntention, AgeGroup?)
|
|
fullName: TinyLife.Utilities.Extensions.GetDescription(TinyLife.Objects.ClothesIntention, TinyLife.Objects.AgeGroup?)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.GetDescription(TinyLife.Objects.ClothesIntention,System.Nullable{TinyLife.Objects.AgeGroup})
|
|
name: GetDescription
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDescription_TinyLife_Objects_ClothesIntention_System_Nullable_TinyLife_Objects_AgeGroup__
|
|
- name: (
|
|
- uid: TinyLife.Objects.ClothesIntention
|
|
name: ClothesIntention
|
|
href: TinyLife.Objects.ClothesIntention.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.AgeGroup
|
|
name: AgeGroup
|
|
href: TinyLife.Objects.AgeGroup.html
|
|
- name: '?'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.GetDescription(TinyLife.Objects.ClothesIntention,System.Nullable{TinyLife.Objects.AgeGroup})
|
|
name: GetDescription
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDescription_TinyLife_Objects_ClothesIntention_System_Nullable_TinyLife_Objects_AgeGroup__
|
|
- name: (
|
|
- uid: TinyLife.Objects.ClothesIntention
|
|
name: ClothesIntention
|
|
href: TinyLife.Objects.ClothesIntention.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.AgeGroup
|
|
name: AgeGroup
|
|
href: TinyLife.Objects.AgeGroup.html
|
|
- name: '?'
|
|
- 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.Extensions.GetRequiredMatchPercentage(TinyLife.Objects.ClothesIntention)
|
|
commentId: M:TinyLife.Utilities.Extensions.GetRequiredMatchPercentage(TinyLife.Objects.ClothesIntention)
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetRequiredMatchPercentage_TinyLife_Objects_ClothesIntention_
|
|
name: GetRequiredMatchPercentage(ClothesIntention)
|
|
nameWithType: Extensions.GetRequiredMatchPercentage(ClothesIntention)
|
|
fullName: TinyLife.Utilities.Extensions.GetRequiredMatchPercentage(TinyLife.Objects.ClothesIntention)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.GetRequiredMatchPercentage(TinyLife.Objects.ClothesIntention)
|
|
name: GetRequiredMatchPercentage
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetRequiredMatchPercentage_TinyLife_Objects_ClothesIntention_
|
|
- name: (
|
|
- uid: TinyLife.Objects.ClothesIntention
|
|
name: ClothesIntention
|
|
href: TinyLife.Objects.ClothesIntention.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.GetRequiredMatchPercentage(TinyLife.Objects.ClothesIntention)
|
|
name: GetRequiredMatchPercentage
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetRequiredMatchPercentage_TinyLife_Objects_ClothesIntention_
|
|
- name: (
|
|
- uid: TinyLife.Objects.ClothesIntention
|
|
name: ClothesIntention
|
|
href: TinyLife.Objects.ClothesIntention.html
|
|
- name: )
|
|
- uid: TinyLife.Utilities.Extensions.IsAvailableForAge(TinyLife.Objects.ClothesIntention,TinyLife.Objects.AgeGroup)
|
|
commentId: M:TinyLife.Utilities.Extensions.IsAvailableForAge(TinyLife.Objects.ClothesIntention,TinyLife.Objects.AgeGroup)
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAvailableForAge_TinyLife_Objects_ClothesIntention_TinyLife_Objects_AgeGroup_
|
|
name: IsAvailableForAge(ClothesIntention, AgeGroup)
|
|
nameWithType: Extensions.IsAvailableForAge(ClothesIntention, AgeGroup)
|
|
fullName: TinyLife.Utilities.Extensions.IsAvailableForAge(TinyLife.Objects.ClothesIntention, TinyLife.Objects.AgeGroup)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.IsAvailableForAge(TinyLife.Objects.ClothesIntention,TinyLife.Objects.AgeGroup)
|
|
name: IsAvailableForAge
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAvailableForAge_TinyLife_Objects_ClothesIntention_TinyLife_Objects_AgeGroup_
|
|
- name: (
|
|
- uid: TinyLife.Objects.ClothesIntention
|
|
name: ClothesIntention
|
|
href: TinyLife.Objects.ClothesIntention.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.AgeGroup
|
|
name: AgeGroup
|
|
href: TinyLife.Objects.AgeGroup.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.IsAvailableForAge(TinyLife.Objects.ClothesIntention,TinyLife.Objects.AgeGroup)
|
|
name: IsAvailableForAge
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsAvailableForAge_TinyLife_Objects_ClothesIntention_TinyLife_Objects_AgeGroup_
|
|
- name: (
|
|
- uid: TinyLife.Objects.ClothesIntention
|
|
name: ClothesIntention
|
|
href: TinyLife.Objects.ClothesIntention.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.AgeGroup
|
|
name: AgeGroup
|
|
href: TinyLife.Objects.AgeGroup.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
|
|
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.ClothesIntention
|
|
commentId: T:TinyLife.Objects.ClothesIntention
|
|
parent: TinyLife.Objects
|
|
href: TinyLife.Objects.ClothesIntention.html
|
|
name: ClothesIntention
|
|
nameWithType: ClothesIntention
|
|
fullName: TinyLife.Objects.ClothesIntention
|