2021-08-04 06:51:12 +02:00
### 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.Sleep
- TinyLife.Objects.ClothesIntention.Summer
- TinyLife.Objects.ClothesIntention.Swimwear
- TinyLife.Objects.ClothesIntention.Winter
2022-01-01 17:06:03 +01:00
- TinyLife.Objects.ClothesIntention.Work
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.ClothesIntention.Workout
langs :
- csharp
- vb
name : ClothesIntention
nameWithType : ClothesIntention
fullName : TinyLife.Objects.ClothesIntention
type : Enum
source :
remote :
path : TinyLife/Objects/Clothes.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : ClothesIntention
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Clothes.cs
startLine : 503
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
summary : "\nA clothes intention is a way that a clothing item can be used.\nSince this enumeration uses the <xref href=\"System.FlagsAttribute\" data-throw-if-not-resolved=\"false\"></xref>, a clothing item can have multiple intentions.\n"
example : [ ]
syntax :
content : >-
[ Flags]
public enum ClothesIntention
content.vb : >-
<Flags>
Public Enum ClothesIntention
extensionMethods :
- TinyLife.Objects.ClothesIntention.TinyLife.Utilities.Extensions.JsonCopy``1
2022-01-01 17:06:03 +01:00
- TinyLife.Objects.ClothesIntention.TinyLife.Utilities.Extensions.GetRequiredMatchPercentage
2021-08-04 06:51:12 +02:00
attributes :
- type : System.FlagsAttribute
ctor : System.FlagsAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
- enum
modifiers.vb :
- Public
- Enum
- 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
source :
remote :
path : TinyLife/Objects/Clothes.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : None
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Clothes.cs
startLine : 507
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : None = 0
return :
type : TinyLife.Objects.ClothesIntention
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
- 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
source :
remote :
path : TinyLife/Objects/Clothes.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Everyday
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Clothes.cs
startLine : 508
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Everyday = 1
return :
type : TinyLife.Objects.ClothesIntention
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
- 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
source :
remote :
path : TinyLife/Objects/Clothes.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Party
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Clothes.cs
startLine : 509
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Party = 2
return :
type : TinyLife.Objects.ClothesIntention
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
- 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
source :
remote :
path : TinyLife/Objects/Clothes.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Formal
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Clothes.cs
startLine : 510
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Formal = 4
return :
type : TinyLife.Objects.ClothesIntention
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
- 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
source :
remote :
path : TinyLife/Objects/Clothes.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Workout
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Clothes.cs
startLine : 511
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Workout = 8
return :
type : TinyLife.Objects.ClothesIntention
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
- 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
source :
remote :
path : TinyLife/Objects/Clothes.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Swimwear
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Clothes.cs
startLine : 512
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Swimwear = 16
return :
type : TinyLife.Objects.ClothesIntention
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
- 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
source :
remote :
path : TinyLife/Objects/Clothes.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Sleep
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Clothes.cs
startLine : 513
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Sleep = 32
return :
type : TinyLife.Objects.ClothesIntention
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
- 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
source :
remote :
path : TinyLife/Objects/Clothes.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Summer
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Clothes.cs
startLine : 514
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Summer = 64
return :
type : TinyLife.Objects.ClothesIntention
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
- 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
source :
remote :
path : TinyLife/Objects/Clothes.cs
branch : master
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Winter
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Clothes.cs
startLine : 515
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Winter = 128
return :
type : TinyLife.Objects.ClothesIntention
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
2022-01-01 17:06:03 +01:00
- 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
source :
remote :
path : TinyLife/Objects/Clothes.cs
branch : master
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : Work
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Clothes.cs
startLine : 516
2022-01-01 17:06:03 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Work = 256
return :
type : TinyLife.Objects.ClothesIntention
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
2021-08-04 06:51:12 +02:00
references :
- 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.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)
name : JsonCopy<ClothesIntention>()
nameWithType : Extensions.JsonCopy<ClothesIntention>()
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.ClothesIntention>()
nameWithType.vb : Extensions.JsonCopy(Of ClothesIntention)()
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.ClothesIntention)()
name.vb : JsonCopy(Of ClothesIntention)()
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1
name : JsonCopy<ClothesIntention>
nameWithType : Extensions.JsonCopy<ClothesIntention>
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.ClothesIntention>
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1
name : JsonCopy(Of ClothesIntention)
nameWithType : Extensions.JsonCopy(Of ClothesIntention)
fullName : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.ClothesIntention)
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
2022-01-01 17:06:03 +01:00
- 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)
name : GetRequiredMatchPercentage()
nameWithType : Extensions.GetRequiredMatchPercentage()
fullName : TinyLife.Utilities.Extensions.GetRequiredMatchPercentage()
spec.csharp :
- uid : TinyLife.Utilities.Extensions.GetRequiredMatchPercentage
name : GetRequiredMatchPercentage
nameWithType : Extensions.GetRequiredMatchPercentage
fullName : TinyLife.Utilities.Extensions.GetRequiredMatchPercentage
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.GetRequiredMatchPercentage
name : GetRequiredMatchPercentage
nameWithType : Extensions.GetRequiredMatchPercentage
fullName : TinyLife.Utilities.Extensions.GetRequiredMatchPercentage
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
2021-08-04 06:51:12 +02:00
- 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
2022-01-01 17:06:03 +01:00
- uid : TinyLife.Utilities.Extensions.GetRequiredMatchPercentage(TinyLife.Objects.ClothesIntention)
commentId : M: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
nameWithType : Extensions.GetRequiredMatchPercentage
fullName : TinyLife.Utilities.Extensions.GetRequiredMatchPercentage
- name : (
nameWithType : (
fullName : (
- uid : TinyLife.Objects.ClothesIntention
name : ClothesIntention
nameWithType : ClothesIntention
fullName : TinyLife.Objects.ClothesIntention
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.GetRequiredMatchPercentage(TinyLife.Objects.ClothesIntention)
name : GetRequiredMatchPercentage
nameWithType : Extensions.GetRequiredMatchPercentage
fullName : TinyLife.Utilities.Extensions.GetRequiredMatchPercentage
- name : (
nameWithType : (
fullName : (
- uid : TinyLife.Objects.ClothesIntention
name : ClothesIntention
nameWithType : ClothesIntention
fullName : TinyLife.Objects.ClothesIntention
- name : )
nameWithType : )
fullName : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities
- uid : TinyLife.Objects.ClothesIntention
commentId : T:TinyLife.Objects.ClothesIntention
parent : TinyLife.Objects
name : ClothesIntention
nameWithType : ClothesIntention
fullName : TinyLife.Objects.ClothesIntention