2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Goals.Project
commentId : T:TinyLife.Goals.Project
id : Project
parent : TinyLife.Goals
children :
- TinyLife.Goals.Project.#ctor(TinyLife.Objects.Person,System.String,System.String)
- TinyLife.Goals.Project.CreateActions(TinyLife.Goals.Project.ActionSettings)
- TinyLife.Goals.Project.DailyPay
- TinyLife.Goals.Project.DailyPayReductionFactor
- TinyLife.Goals.Project.GetAndReduceDailyPay
- TinyLife.Goals.Project.GetVarieties(TinyLife.Actions.ActionInfo,System.String,System.Predicate{TinyLife.Goals.Project},System.Func{TinyLife.Goals.Project,System.String})
2021-10-14 20:30:40 +02:00
- TinyLife.Goals.Project.MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
2021-08-04 06:51:12 +02:00
- TinyLife.Goals.Project.Name
- TinyLife.Goals.Project.Person
- TinyLife.Goals.Project.Progress
- TinyLife.Goals.Project.Quality
- TinyLife.Goals.Project.Remove
- TinyLife.Goals.Project.SetDailyPay(System.Single,System.Single,System.Boolean)
- TinyLife.Goals.Project.Type
- TinyLife.Goals.Project.Validate(TinyLife.Objects.Person)
langs :
- csharp
- vb
name : Project
nameWithType : Project
fullName : TinyLife.Goals.Project
type : Class
source :
remote :
path : TinyLife/Goals/Project.cs
branch : master
2021-08-30 20:44:32 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife.git
2021-08-04 06:51:12 +02:00
id : Project
path : Goals/Project.cs
2021-10-14 20:30:40 +02:00
startLine : 20
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Goals
summary : "\nA project is a thing that can be done, saved, completed and monetized by a <xref href=\"TinyLife.Goals.Project.Person\" data-throw-if-not-resolved=\"false\"></xref>.\nA project should be used for actions like writing and programming, where there isn't a physical, <xref href=\"TinyLife.Objects.MapObject\" data-throw-if-not-resolved=\"false\"></xref>-based representation of the projecgt in the world (like with paintings).\n"
example : [ ]
syntax :
content : >-
[ DataContract]
public class Project : GenericDataHolder, IGenericDataHolder
content.vb : >-
<DataContract>
Public Class Project
Inherits GenericDataHolder
Implements IGenericDataHolder
inheritance :
- System.Object
- MLEM.Misc.GenericDataHolder
implements :
- MLEM.Misc.IGenericDataHolder
inheritedMembers :
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- MLEM.Misc.GenericDataHolder.GetDataKeys
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods :
- TinyLife.Goals.Project.TinyLife.Utilities.Extensions.JsonCopy``1
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
- MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
attributes :
- type : System.Runtime.Serialization.DataContractAttribute
ctor : System.Runtime.Serialization.DataContractAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
- class
modifiers.vb :
- Public
- Class
- uid : TinyLife.Goals.Project.Type
commentId : F:TinyLife.Goals.Project.Type
id : Type
parent : TinyLife.Goals.Project
langs :
- csharp
- vb
name : Type
nameWithType : Project.Type
fullName : TinyLife.Goals.Project.Type
type : Field
source :
remote :
path : TinyLife/Goals/Project.cs
branch : master
2021-08-30 20:44:32 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife.git
2021-08-04 06:51:12 +02:00
id : Type
path : Goals/Project.cs
2021-10-14 20:30:40 +02:00
startLine : 28
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Goals
summary : "\nThe type of this project, which is an arbitrary string.\nBook writing projects, for example, have the type set to "Book".\n"
example : [ ]
syntax :
content : >-
[ DataMember]
public readonly string Type
return :
type : System.String
content.vb : >-
<DataMember>
Public ReadOnly Type As String
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
- readonly
modifiers.vb :
- Public
- ReadOnly
- uid : TinyLife.Goals.Project.Name
commentId : F:TinyLife.Goals.Project.Name
id : Name
parent : TinyLife.Goals.Project
langs :
- csharp
- vb
name : Name
nameWithType : Project.Name
fullName : TinyLife.Goals.Project.Name
type : Field
source :
remote :
path : TinyLife/Goals/Project.cs
branch : master
2021-08-30 20:44:32 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife.git
2021-08-04 06:51:12 +02:00
id : Name
path : Goals/Project.cs
2021-10-14 20:30:40 +02:00
startLine : 33
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Goals
2021-10-14 20:30:40 +02:00
summary : "\nThe name of this project, which is usually user-entered using <xref href=\"TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String%2cSystem.Action%7bSystem.String%7d%2cSystem.Predicate%7bSystem.String%7d%2cMLEM.Ui.Elements.TextField.Rule%2cSystem.String)\" data-throw-if-not-resolved=\"false\"></xref>\n"
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : >-
[ DataMember]
public readonly string Name
return :
type : System.String
content.vb : >-
<DataMember>
Public ReadOnly Name As String
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
- readonly
modifiers.vb :
- Public
- ReadOnly
- uid : TinyLife.Goals.Project.Quality
commentId : F:TinyLife.Goals.Project.Quality
id : Quality
parent : TinyLife.Goals.Project
langs :
- csharp
- vb
name : Quality
nameWithType : Project.Quality
fullName : TinyLife.Goals.Project.Quality
type : Field
source :
remote :
path : TinyLife/Goals/Project.cs
branch : master
2021-08-30 20:44:32 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife.git
2021-08-04 06:51:12 +02:00
id : Quality
path : Goals/Project.cs
2021-10-14 20:30:40 +02:00
startLine : 38
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Goals
summary : "\nThe quality of this project, which defaults to <xref href=\"TinyLife.Skills.Quality.Terrible\" data-throw-if-not-resolved=\"false\"></xref>, and does not have to be used\n"
example : [ ]
syntax :
content : >-
2021-10-14 20:30:40 +02:00
[ DataMember(EmitDefaultValue = false)]
2021-08-04 06:51:12 +02:00
public Quality Quality
return :
type : TinyLife.Skills.Quality
content.vb : >-
2021-10-14 20:30:40 +02:00
<DataMember(EmitDefaultValue:=False)>
2021-08-04 06:51:12 +02:00
Public Quality As Quality
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
2021-10-14 20:30:40 +02:00
namedArguments :
- name : EmitDefaultValue
type : System.Boolean
value : false
2021-08-04 06:51:12 +02:00
modifiers.csharp :
- public
modifiers.vb :
- Public
- uid : TinyLife.Goals.Project.Progress
commentId : P:TinyLife.Goals.Project.Progress
id : Progress
parent : TinyLife.Goals.Project
langs :
- csharp
- vb
name : Progress
nameWithType : Project.Progress
fullName : TinyLife.Goals.Project.Progress
type : Property
source :
remote :
path : TinyLife/Goals/Project.cs
branch : master
2021-08-30 20:44:32 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife.git
2021-08-04 06:51:12 +02:00
id : Progress
path : Goals/Project.cs
2021-10-14 20:30:40 +02:00
startLine : 43
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Goals
summary : "\nThe progress of this project, which can be an arbitrary number.\nMost projects in the default game use a progress between 0 and 1 or between 0 and 100.\n"
example : [ ]
syntax :
content : >-
[ DataMember]
public float Progress { get; protected set; }
parameters : [ ]
return :
type : System.Single
content.vb : >-
<DataMember>
Public Property Progress As Single
overload : TinyLife.Goals.Project.Progress*
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
modifiers.csharp :
- public
- get
- protected set
modifiers.vb :
- Public
- Get
- Protected Set
- uid : TinyLife.Goals.Project.DailyPay
commentId : P:TinyLife.Goals.Project.DailyPay
id : DailyPay
parent : TinyLife.Goals.Project
langs :
- csharp
- vb
name : DailyPay
nameWithType : Project.DailyPay
fullName : TinyLife.Goals.Project.DailyPay
type : Property
source :
remote :
path : TinyLife/Goals/Project.cs
branch : master
2021-08-30 20:44:32 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife.git
2021-08-04 06:51:12 +02:00
id : DailyPay
path : Goals/Project.cs
2021-10-14 20:30:40 +02:00
startLine : 49
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Goals
summary : "\nThe daily pay value of this project.\nIf this is set, and <xref href=\"TinyLife.Goals.Project.DailyPayReductionFactor\" data-throw-if-not-resolved=\"false\"></xref> is also set, daily royalties will be paid to the <xref href=\"TinyLife.Goals.Project.Person\" data-throw-if-not-resolved=\"false\"></xref> that owns it.\n"
example : [ ]
syntax :
content : >-
2021-10-14 20:30:40 +02:00
[ DataMember(EmitDefaultValue = false)]
2021-08-04 06:51:12 +02:00
public float DailyPay { get; protected set; }
parameters : [ ]
return :
type : System.Single
content.vb : >-
2021-10-14 20:30:40 +02:00
<DataMember(EmitDefaultValue:=False)>
2021-08-04 06:51:12 +02:00
Public Property DailyPay As Single
overload : TinyLife.Goals.Project.DailyPay*
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
2021-10-14 20:30:40 +02:00
namedArguments :
- name : EmitDefaultValue
type : System.Boolean
value : false
2021-08-04 06:51:12 +02:00
modifiers.csharp :
- public
- get
- protected set
modifiers.vb :
- Public
- Get
- Protected Set
- uid : TinyLife.Goals.Project.DailyPayReductionFactor
commentId : P:TinyLife.Goals.Project.DailyPayReductionFactor
id : DailyPayReductionFactor
parent : TinyLife.Goals.Project
langs :
- csharp
- vb
name : DailyPayReductionFactor
nameWithType : Project.DailyPayReductionFactor
fullName : TinyLife.Goals.Project.DailyPayReductionFactor
type : Property
source :
remote :
path : TinyLife/Goals/Project.cs
branch : master
2021-08-30 20:44:32 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife.git
2021-08-04 06:51:12 +02:00
id : DailyPayReductionFactor
path : Goals/Project.cs
2021-10-14 20:30:40 +02:00
startLine : 55
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Goals
summary : "\nThe amount by which the <xref href=\"TinyLife.Goals.Project.DailyPay\" data-throw-if-not-resolved=\"false\"></xref> of this project is reduced every day.\nIf this value is set to 0.1, for example, the <xref href=\"TinyLife.Goals.Project.DailyPay\" data-throw-if-not-resolved=\"false\"></xref> will be multiplied by 1 - 0.1 (= 0.9) every day.\n"
example : [ ]
syntax :
content : >-
2021-10-14 20:30:40 +02:00
[ DataMember(EmitDefaultValue = false)]
2021-08-04 06:51:12 +02:00
public float DailyPayReductionFactor { get; protected set; }
parameters : [ ]
return :
type : System.Single
content.vb : >-
2021-10-14 20:30:40 +02:00
<DataMember(EmitDefaultValue:=False)>
2021-08-04 06:51:12 +02:00
Public Property DailyPayReductionFactor As Single
overload : TinyLife.Goals.Project.DailyPayReductionFactor*
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
2021-10-14 20:30:40 +02:00
namedArguments :
- name : EmitDefaultValue
type : System.Boolean
value : false
2021-08-04 06:51:12 +02:00
modifiers.csharp :
- public
- get
- protected set
modifiers.vb :
- Public
- Get
- Protected Set
- uid : TinyLife.Goals.Project.Person
commentId : P:TinyLife.Goals.Project.Person
id : Person
parent : TinyLife.Goals.Project
langs :
- csharp
- vb
name : Person
nameWithType : Project.Person
fullName : TinyLife.Goals.Project.Person
type : Property
source :
remote :
path : TinyLife/Goals/Project.cs
branch : master
2021-08-30 20:44:32 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife.git
2021-08-04 06:51:12 +02:00
id : Person
path : Goals/Project.cs
2021-10-14 20:30:40 +02:00
startLine : 60
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Goals
summary : "\nThe person that owns this project\n"
example : [ ]
syntax :
content : public Person Person { get; protected set; }
parameters : [ ]
return :
type : TinyLife.Objects.Person
content.vb : Public Property Person As Person
overload : TinyLife.Goals.Project.Person*
modifiers.csharp :
- public
- get
- protected set
modifiers.vb :
- Public
- Get
- Protected Set
- uid : TinyLife.Goals.Project.#ctor(TinyLife.Objects.Person,System.String,System.String)
commentId : M:TinyLife.Goals.Project.#ctor(TinyLife.Objects.Person,System.String,System.String)
id : '#ctor(TinyLife.Objects.Person,System.String,System.String)'
parent : TinyLife.Goals.Project
langs :
- csharp
- vb
name : Project(Person, String, String)
nameWithType : Project.Project(Person, String, String)
fullName : TinyLife.Goals.Project.Project(TinyLife.Objects.Person, System.String, System.String)
type : Constructor
source :
remote :
path : TinyLife/Goals/Project.cs
branch : master
2021-08-30 20:44:32 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife.git
2021-08-04 06:51:12 +02:00
id : .ctor
path : Goals/Project.cs
2021-10-14 20:30:40 +02:00
startLine : 68
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Goals
summary : "\nCreates a new project with the given settings\n"
example : [ ]
syntax :
content : public Project(Person person, string type, string name)
parameters :
- id : person
type : TinyLife.Objects.Person
description : The person that owns this project
- id : type
type : System.String
description : The type of the project
- id : name
type : System.String
description : The name of the project
content.vb : Public Sub New(person As Person, type As String, name As String)
overload : TinyLife.Goals.Project.#ctor*
modifiers.csharp :
- public
modifiers.vb :
- Public
- uid : TinyLife.Goals.Project.Validate(TinyLife.Objects.Person)
commentId : M:TinyLife.Goals.Project.Validate(TinyLife.Objects.Person)
id : Validate(TinyLife.Objects.Person)
parent : TinyLife.Goals.Project
langs :
- csharp
- vb
name : Validate(Person)
nameWithType : Project.Validate(Person)
fullName : TinyLife.Goals.Project.Validate(TinyLife.Objects.Person)
type : Method
source :
remote :
path : TinyLife/Goals/Project.cs
branch : master
2021-08-30 20:44:32 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife.git
2021-08-04 06:51:12 +02:00
id : Validate
path : Goals/Project.cs
2021-10-14 20:30:40 +02:00
startLine : 79
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Goals
summary : "\nValidates this project, setting the <xref href=\"TinyLife.Goals.Project.Person\" data-throw-if-not-resolved=\"false\"></xref> that owns it after the game is loaded.\n"
example : [ ]
syntax :
content : public virtual bool Validate(Person person)
parameters :
- id : person
type : TinyLife.Objects.Person
description : The person that owns this project
return :
type : System.Boolean
description : Whether this project is considered valid
content.vb : Public Overridable Function Validate(person As Person) As Boolean
overload : TinyLife.Goals.Project.Validate*
modifiers.csharp :
- public
- virtual
modifiers.vb :
- Public
- Overridable
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Goals.Project.MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
commentId : M:TinyLife.Goals.Project.MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
id : MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Goals.Project
langs :
- csharp
- vb
2021-10-14 20:30:40 +02:00
name : MakeProgress(Single, GameSpeed, ActionInfo, SkillType, Single)
nameWithType : Project.MakeProgress(Single, GameSpeed, ActionInfo, SkillType, Single)
fullName : TinyLife.Goals.Project.MakeProgress(System.Single, TinyLife.GameSpeed, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, System.Single)
2021-08-04 06:51:12 +02:00
type : Method
source :
remote :
path : TinyLife/Goals/Project.cs
branch : master
2021-08-30 20:44:32 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife.git
2021-08-04 06:51:12 +02:00
id : MakeProgress
path : Goals/Project.cs
2021-10-14 20:30:40 +02:00
startLine : 92
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Goals
summary : "\nMakes progress on the project, updating the <xref href=\"TinyLife.Goals.Project.Progress\" data-throw-if-not-resolved=\"false\"></xref> value based on the <xref href=\"TinyLife.Goals.Project.Person\" data-throw-if-not-resolved=\"false\"></xref>'s <xref href=\"TinyLife.Skills.Skill\" data-throw-if-not-resolved=\"false\"></xref> and general efficiency modifier\n"
example : [ ]
syntax :
2021-10-14 20:30:40 +02:00
content : public virtual void MakeProgress(float amount, GameSpeed speed, ActionInfo info = null, SkillType skill = null, float levelModifier = 0.1F)
2021-08-04 06:51:12 +02:00
parameters :
- id : amount
type : System.Single
description : The amount to add to the <xref href="TinyLife.Goals.Project.Progress" data-throw-if-not-resolved="false"></xref>
- id : speed
type : TinyLife.GameSpeed
description : The current game speed
2021-10-14 20:30:40 +02:00
- id : info
type : TinyLife.Actions.ActionInfo
description : The action informatio nthat optionally influences progress gain using <xref href="TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo%2cTinyLife.Skills.SkillType%2cSystem.Single)" data-throw-if-not-resolved="false"></xref>
2021-08-04 06:51:12 +02:00
- id : skill
type : TinyLife.Skills.SkillType
2021-10-14 20:30:40 +02:00
description : The (optional) skill that influences progress gain using <xref href="TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo%2cTinyLife.Skills.SkillType%2cSystem.Single)" data-throw-if-not-resolved="false"></xref>
2021-08-04 06:51:12 +02:00
- id : levelModifier
type : System.Single
description : The (optiona) amount that each level of the <code data-dev-comment-type="paramref" class="paramref">skill</code> influences progress gain. Defaults to 0.1.
2021-10-14 20:30:40 +02:00
content.vb : Public Overridable Sub MakeProgress(amount As Single, speed As GameSpeed, info As ActionInfo = Nothing, skill As SkillType = Nothing, levelModifier As Single = 0.1F)
2021-08-04 06:51:12 +02:00
overload : TinyLife.Goals.Project.MakeProgress*
modifiers.csharp :
- public
- virtual
modifiers.vb :
- Public
- Overridable
- uid : TinyLife.Goals.Project.Remove
commentId : M:TinyLife.Goals.Project.Remove
id : Remove
parent : TinyLife.Goals.Project
langs :
- csharp
- vb
name : Remove()
nameWithType : Project.Remove()
fullName : TinyLife.Goals.Project.Remove()
type : Method
source :
remote :
path : TinyLife/Goals/Project.cs
branch : master
2021-08-30 20:44:32 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife.git
2021-08-04 06:51:12 +02:00
id : Remove
path : Goals/Project.cs
2021-10-14 20:30:40 +02:00
startLine : 99
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Goals
summary : "\nRemoves this project from the <xref href=\"TinyLife.Goals.Project.Person\" data-throw-if-not-resolved=\"false\"></xref>'s project list, effectively deleting it\n"
example : [ ]
syntax :
content : public virtual void Remove()
content.vb : Public Overridable Sub Remove
overload : TinyLife.Goals.Project.Remove*
modifiers.csharp :
- public
- virtual
modifiers.vb :
- Public
- Overridable
- uid : TinyLife.Goals.Project.GetAndReduceDailyPay
commentId : M:TinyLife.Goals.Project.GetAndReduceDailyPay
id : GetAndReduceDailyPay
parent : TinyLife.Goals.Project
langs :
- csharp
- vb
name : GetAndReduceDailyPay()
nameWithType : Project.GetAndReduceDailyPay()
fullName : TinyLife.Goals.Project.GetAndReduceDailyPay()
type : Method
source :
remote :
path : TinyLife/Goals/Project.cs
branch : master
2021-08-30 20:44:32 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife.git
2021-08-04 06:51:12 +02:00
id : GetAndReduceDailyPay
path : Goals/Project.cs
2021-10-14 20:30:40 +02:00
startLine : 109
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Goals
summary : "\nReturns the <xref href=\"TinyLife.Goals.Project.DailyPay\" data-throw-if-not-resolved=\"false\"></xref> value of this project and reduces it by the <xref href=\"TinyLife.Goals.Project.DailyPayReductionFactor\" data-throw-if-not-resolved=\"false\"></xref>.\nBy default, this method also <xref href=\"TinyLife.Goals.Project.Remove\" data-throw-if-not-resolved=\"false\"></xref>s this project if the daily pay reached 0.\nIn essence, this method causes one day to pass in the project's eyes.\n"
example : [ ]
syntax :
content : public virtual float GetAndReduceDailyPay()
return :
type : System.Single
description : The daily pay
content.vb : Public Overridable Function GetAndReduceDailyPay As Single
overload : TinyLife.Goals.Project.GetAndReduceDailyPay*
modifiers.csharp :
- public
- virtual
modifiers.vb :
- Public
- Overridable
- uid : TinyLife.Goals.Project.SetDailyPay(System.Single,System.Single,System.Boolean)
commentId : M:TinyLife.Goals.Project.SetDailyPay(System.Single,System.Single,System.Boolean)
id : SetDailyPay(System.Single,System.Single,System.Boolean)
parent : TinyLife.Goals.Project
langs :
- csharp
- vb
name : SetDailyPay(Single, Single, Boolean)
nameWithType : Project.SetDailyPay(Single, Single, Boolean)
fullName : TinyLife.Goals.Project.SetDailyPay(System.Single, System.Single, System.Boolean)
type : Method
source :
remote :
path : TinyLife/Goals/Project.cs
branch : master
2021-08-30 20:44:32 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife.git
2021-08-04 06:51:12 +02:00
id : SetDailyPay
path : Goals/Project.cs
2021-10-14 20:30:40 +02:00
startLine : 124
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Goals
summary : "\nSets the daily pay amount of this project, optionally based on its <xref href=\"TinyLife.Goals.Project.Quality\" data-throw-if-not-resolved=\"false\"></xref>.\nIf <code data-dev-comment-type=\"paramref\" class=\"paramref\">influencedByQuality</code> is true, the daily pay and daily reduction factor will be modified to suit the quality better.\n"
example : [ ]
syntax :
content : public void SetDailyPay(float amount, float dailyReductionFactor, bool influencedByQuality = true)
parameters :
- id : amount
type : System.Single
description : The amount to pay daily
- id : dailyReductionFactor
type : System.Single
description : The amount that the daily pay should be reduced by. <code data-dev-comment-type="paramref" class="paramref">amount</code> is multiplied with 1 - dailyReductionFactor every day.
- id : influencedByQuality
type : System.Boolean
description : Whether the current <xref href="TinyLife.Goals.Project.Quality" data-throw-if-not-resolved="false"></xref> should have an effect on the pay
content.vb : Public Sub SetDailyPay(amount As Single, dailyReductionFactor As Single, influencedByQuality As Boolean = True)
overload : TinyLife.Goals.Project.SetDailyPay*
modifiers.csharp :
- public
modifiers.vb :
- Public
- uid : TinyLife.Goals.Project.CreateActions(TinyLife.Goals.Project.ActionSettings)
commentId : M:TinyLife.Goals.Project.CreateActions(TinyLife.Goals.Project.ActionSettings)
id : CreateActions(TinyLife.Goals.Project.ActionSettings)
parent : TinyLife.Goals.Project
langs :
- csharp
- vb
name : CreateActions(Project.ActionSettings)
nameWithType : Project.CreateActions(Project.ActionSettings)
fullName : TinyLife.Goals.Project.CreateActions(TinyLife.Goals.Project.ActionSettings)
type : Method
source :
remote :
path : TinyLife/Goals/Project.cs
branch : master
2021-08-30 20:44:32 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife.git
2021-08-04 06:51:12 +02:00
id : CreateActions
path : Goals/Project.cs
2021-10-14 20:30:40 +02:00
startLine : 139
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Goals
summary : "\nCreates a set of action settings (which can be registered using <xref href=\"TinyLife.Actions.ActionType.RegisterAll(System.Collections.Generic.IEnumerable%7bTinyLife.Actions.ActionType.TypeSettings%7d)\" data-throw-if-not-resolved=\"false\"></xref>) that involve creating, continuing and scrapping projects of a specified type.\nIt is recommended to use the provided non-default constructor of <xref href=\"TinyLife.Goals.Project.ActionSettings\" data-throw-if-not-resolved=\"false\"></xref> for this method.\n"
example : [ ]
syntax :
content : public static ICollection<ActionType.TypeSettings> CreateActions(Project.ActionSettings settings)
parameters :
- id : settings
type : TinyLife.Goals.Project.ActionSettings
description : The action settings
return :
type : System.Collections.Generic.ICollection{TinyLife.Actions.ActionType.TypeSettings}
description : A set of type settings for a start, continue and scrap action
content.vb : Public Shared Function CreateActions(settings As Project.ActionSettings) As ICollection(Of ActionType.TypeSettings)
overload : TinyLife.Goals.Project.CreateActions*
modifiers.csharp :
- public
- static
modifiers.vb :
- Public
- Shared
- uid : TinyLife.Goals.Project.GetVarieties(TinyLife.Actions.ActionInfo,System.String,System.Predicate{TinyLife.Goals.Project},System.Func{TinyLife.Goals.Project,System.String})
commentId : M:TinyLife.Goals.Project.GetVarieties(TinyLife.Actions.ActionInfo,System.String,System.Predicate{TinyLife.Goals.Project},System.Func{TinyLife.Goals.Project,System.String})
id : GetVarieties(TinyLife.Actions.ActionInfo,System.String,System.Predicate{TinyLife.Goals.Project},System.Func{TinyLife.Goals.Project,System.String})
parent : TinyLife.Goals.Project
langs :
- csharp
- vb
name : GetVarieties(ActionInfo, String, Predicate<Project>, Func<Project, String>)
nameWithType : Project.GetVarieties(ActionInfo, String, Predicate<Project>, Func<Project, String>)
fullName : TinyLife.Goals.Project.GetVarieties(TinyLife.Actions.ActionInfo, System.String, System.Predicate<TinyLife.Goals.Project>, System.Func<TinyLife.Goals.Project, System.String>)
type : Method
source :
remote :
path : TinyLife/Goals/Project.cs
branch : master
2021-08-30 20:44:32 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife.git
2021-08-04 06:51:12 +02:00
id : GetVarieties
path : Goals/Project.cs
2021-10-14 20:30:40 +02:00
startLine : 176
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Goals
summary : "\nReturns the varieties that a <xref href=\"TinyLife.Goals.Project.Person\" data-throw-if-not-resolved=\"false\"></xref> has at their disposal for a given project <xref href=\"TinyLife.Goals.Project.Type\" data-throw-if-not-resolved=\"false\"></xref>.\nThe varieties returned include all of the projects that the <xref href=\"TinyLife.Goals.Project.Person\" data-throw-if-not-resolved=\"false\"></xref> has in their project list.\n"
example : [ ]
syntax :
content : public static IEnumerable<ActionVariety> GetVarieties(ActionInfo info, string type, Predicate<Project> condition = null, Func<Project, string> projectDisplayName = null)
parameters :
- id : info
type : TinyLife.Actions.ActionInfo
description : The action info
- id : type
type : System.String
description : The type of projects to return varieties for
- id : condition
type : System.Predicate{TinyLife.Goals.Project}
description : A condition that determines whether a project should be turned into a variety
- id : projectDisplayName
type : System.Func{TinyLife.Goals.Project,System.String}
description : A function that determines the display name of each project, or null to display its <xref href="TinyLife.Goals.Project.Name" data-throw-if-not-resolved="false"></xref>
return :
type : System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety}
description : A set of action varieties
content.vb : Public Shared Function GetVarieties(info As ActionInfo, type As String, condition As Predicate(Of Project) = Nothing, projectDisplayName As Func(Of Project, String) = Nothing) As IEnumerable(Of ActionVariety)
overload : TinyLife.Goals.Project.GetVarieties*
nameWithType.vb : Project.GetVarieties(ActionInfo, String, Predicate(Of Project), Func(Of Project, String))
modifiers.csharp :
- public
- static
modifiers.vb :
- Public
- Shared
fullName.vb : TinyLife.Goals.Project.GetVarieties(TinyLife.Actions.ActionInfo, System.String, System.Predicate(Of TinyLife.Goals.Project), System.Func(Of TinyLife.Goals.Project, System.String))
name.vb : GetVarieties(ActionInfo, String, Predicate(Of Project), Func(Of Project, String))
references :
- uid : TinyLife.Goals.Project.Person
commentId : P:TinyLife.Goals.Project.Person
isExternal : true
- uid : TinyLife.Objects.MapObject
commentId : T:TinyLife.Objects.MapObject
parent : TinyLife.Objects
name : MapObject
nameWithType : MapObject
fullName : TinyLife.Objects.MapObject
- uid : TinyLife.Goals
commentId : N : TinyLife.Goals
name : TinyLife.Goals
nameWithType : TinyLife.Goals
fullName : TinyLife.Goals
- uid : System.Object
commentId : T:System.Object
parent : System
isExternal : true
name : Object
nameWithType : Object
fullName : System.Object
- uid : MLEM.Misc.GenericDataHolder
commentId : T:MLEM.Misc.GenericDataHolder
parent : MLEM.Misc
isExternal : true
name : GenericDataHolder
nameWithType : GenericDataHolder
fullName : MLEM.Misc.GenericDataHolder
- uid : MLEM.Misc.IGenericDataHolder
commentId : T:MLEM.Misc.IGenericDataHolder
parent : MLEM.Misc
isExternal : true
name : IGenericDataHolder
nameWithType : IGenericDataHolder
fullName : MLEM.Misc.IGenericDataHolder
- uid : MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
commentId : M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
parent : MLEM.Misc.GenericDataHolder
isExternal : true
name : SetData(String, Object)
nameWithType : GenericDataHolder.SetData(String, Object)
fullName : MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object)
spec.csharp :
- uid : MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
name : SetData
nameWithType : GenericDataHolder.SetData
fullName : MLEM.Misc.GenericDataHolder.SetData
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.String
name : String
nameWithType : String
fullName : System.String
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
name : SetData
nameWithType : GenericDataHolder.SetData
fullName : MLEM.Misc.GenericDataHolder.SetData
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.String
name : String
nameWithType : String
fullName : System.String
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : MLEM.Misc.GenericDataHolder.GetData``1(System.String)
commentId : M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
parent : MLEM.Misc.GenericDataHolder
isExternal : true
name : GetData<T>(String)
nameWithType : GenericDataHolder.GetData<T>(String)
fullName : MLEM.Misc.GenericDataHolder.GetData<T>(System.String)
nameWithType.vb : GenericDataHolder.GetData(Of T)(String)
fullName.vb : MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String)
name.vb : GetData(Of T)(String)
spec.csharp :
- uid : MLEM.Misc.GenericDataHolder.GetData``1(System.String)
name : GetData<T>
nameWithType : GenericDataHolder.GetData<T>
fullName : MLEM.Misc.GenericDataHolder.GetData<T>
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.String
name : String
nameWithType : String
fullName : System.String
isExternal : true
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : MLEM.Misc.GenericDataHolder.GetData``1(System.String)
name : GetData(Of T)
nameWithType : GenericDataHolder.GetData(Of T)
fullName : MLEM.Misc.GenericDataHolder.GetData(Of T)
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.String
name : String
nameWithType : String
fullName : System.String
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : MLEM.Misc.GenericDataHolder.GetDataKeys
commentId : M:MLEM.Misc.GenericDataHolder.GetDataKeys
parent : MLEM.Misc.GenericDataHolder
isExternal : true
name : GetDataKeys()
nameWithType : GenericDataHolder.GetDataKeys()
fullName : MLEM.Misc.GenericDataHolder.GetDataKeys()
spec.csharp :
- uid : MLEM.Misc.GenericDataHolder.GetDataKeys
name : GetDataKeys
nameWithType : GenericDataHolder.GetDataKeys
fullName : MLEM.Misc.GenericDataHolder.GetDataKeys
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : MLEM.Misc.GenericDataHolder.GetDataKeys
name : GetDataKeys
nameWithType : GenericDataHolder.GetDataKeys
fullName : MLEM.Misc.GenericDataHolder.GetDataKeys
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : System.Object.Equals(System.Object)
commentId : M:System.Object.Equals(System.Object)
parent : System.Object
isExternal : true
name : Equals(Object)
nameWithType : Object.Equals(Object)
fullName : System.Object.Equals(System.Object)
spec.csharp :
- uid : System.Object.Equals(System.Object)
name : Equals
nameWithType : Object.Equals
fullName : System.Object.Equals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.Equals(System.Object)
name : Equals
nameWithType : Object.Equals
fullName : System.Object.Equals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : System.Object.Equals(System.Object,System.Object)
commentId : M:System.Object.Equals(System.Object,System.Object)
parent : System.Object
isExternal : true
name : Equals(Object, Object)
nameWithType : Object.Equals(Object, Object)
fullName : System.Object.Equals(System.Object, System.Object)
spec.csharp :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
nameWithType : Object.Equals
fullName : System.Object.Equals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
nameWithType : Object.Equals
fullName : System.Object.Equals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : System.Object.GetHashCode
commentId : M:System.Object.GetHashCode
parent : System.Object
isExternal : true
name : GetHashCode()
nameWithType : Object.GetHashCode()
fullName : System.Object.GetHashCode()
spec.csharp :
- uid : System.Object.GetHashCode
name : GetHashCode
nameWithType : Object.GetHashCode
fullName : System.Object.GetHashCode
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.GetHashCode
name : GetHashCode
nameWithType : Object.GetHashCode
fullName : System.Object.GetHashCode
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : System.Object.GetType
commentId : M:System.Object.GetType
parent : System.Object
isExternal : true
name : GetType()
nameWithType : Object.GetType()
fullName : System.Object.GetType()
spec.csharp :
- uid : System.Object.GetType
name : GetType
nameWithType : Object.GetType
fullName : System.Object.GetType
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.GetType
name : GetType
nameWithType : Object.GetType
fullName : System.Object.GetType
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : System.Object.MemberwiseClone
commentId : M:System.Object.MemberwiseClone
parent : System.Object
isExternal : true
name : MemberwiseClone()
nameWithType : Object.MemberwiseClone()
fullName : System.Object.MemberwiseClone()
spec.csharp :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
nameWithType : Object.MemberwiseClone
fullName : System.Object.MemberwiseClone
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
nameWithType : Object.MemberwiseClone
fullName : System.Object.MemberwiseClone
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
commentId : M:System.Object.ReferenceEquals(System.Object,System.Object)
parent : System.Object
isExternal : true
name : ReferenceEquals(Object, Object)
nameWithType : Object.ReferenceEquals(Object, Object)
fullName : System.Object.ReferenceEquals(System.Object, System.Object)
spec.csharp :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
nameWithType : Object.ReferenceEquals
fullName : System.Object.ReferenceEquals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
nameWithType : Object.ReferenceEquals
fullName : System.Object.ReferenceEquals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : System.Object.ToString
commentId : M:System.Object.ToString
parent : System.Object
isExternal : true
name : ToString()
nameWithType : Object.ToString()
fullName : System.Object.ToString()
spec.csharp :
- uid : System.Object.ToString
name : ToString
nameWithType : Object.ToString
fullName : System.Object.ToString
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.ToString
name : ToString
nameWithType : Object.ToString
fullName : System.Object.ToString
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Goals.Project.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<Project>()
nameWithType : Extensions.JsonCopy<Project>()
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.Project>()
nameWithType.vb : Extensions.JsonCopy(Of Project)()
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.Project)()
name.vb : JsonCopy(Of Project)()
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1
name : JsonCopy<Project>
nameWithType : Extensions.JsonCopy<Project>
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.Project>
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1
name : JsonCopy(Of Project)
nameWithType : Extensions.JsonCopy(Of Project)
fullName : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.Project)
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
commentId : M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
parent : TinyLife.Utilities.Extensions
definition : TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name : GetTimeSpan(String)
nameWithType : Extensions.GetTimeSpan(String)
fullName : TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name : GetTimeSpan
nameWithType : Extensions.GetTimeSpan
fullName : TinyLife.Utilities.Extensions.GetTimeSpan
- name : (
nameWithType : (
fullName : (
- uid : System.String
name : String
nameWithType : String
fullName : System.String
isExternal : true
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.GetTimeSpan(System.String)
name : GetTimeSpan
nameWithType : Extensions.GetTimeSpan
fullName : TinyLife.Utilities.Extensions.GetTimeSpan
- name : (
nameWithType : (
fullName : (
- uid : System.String
name : String
nameWithType : String
fullName : System.String
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : MLEM.Misc.IGenericDataHolder.TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
commentId : M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
parent : TinyLife.Utilities.Extensions
definition : TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name : SetTimeSpan(String, TimeSpan)
nameWithType : Extensions.SetTimeSpan(String, TimeSpan)
fullName : TinyLife.Utilities.Extensions.SetTimeSpan(System.String, System.TimeSpan)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name : SetTimeSpan
nameWithType : Extensions.SetTimeSpan
fullName : TinyLife.Utilities.Extensions.SetTimeSpan
- name : (
nameWithType : (
fullName : (
- uid : System.String
name : String
nameWithType : String
fullName : System.String
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.TimeSpan
name : TimeSpan
nameWithType : TimeSpan
fullName : System.TimeSpan
isExternal : true
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.SetTimeSpan(System.String,System.TimeSpan)
name : SetTimeSpan
nameWithType : Extensions.SetTimeSpan
fullName : TinyLife.Utilities.Extensions.SetTimeSpan
- name : (
nameWithType : (
fullName : (
- uid : System.String
name : String
nameWithType : String
fullName : System.String
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.TimeSpan
name : TimeSpan
nameWithType : TimeSpan
fullName : System.TimeSpan
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Objects
commentId : N : TinyLife.Objects
name : TinyLife.Objects
nameWithType : TinyLife.Objects
fullName : TinyLife.Objects
- uid : System
commentId : N : System
isExternal : true
name : System
nameWithType : System
fullName : System
- uid : MLEM.Misc
commentId : N : MLEM.Misc
isExternal : true
name : MLEM.Misc
nameWithType : MLEM.Misc
fullName : MLEM.Misc
- 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.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
commentId : M:TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
isExternal : true
name : GetTimeSpan(IGenericDataHolder, String)
nameWithType : Extensions.GetTimeSpan(IGenericDataHolder, String)
fullName : TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name : GetTimeSpan
nameWithType : Extensions.GetTimeSpan
fullName : TinyLife.Utilities.Extensions.GetTimeSpan
- name : (
nameWithType : (
fullName : (
- uid : MLEM.Misc.IGenericDataHolder
name : IGenericDataHolder
nameWithType : IGenericDataHolder
fullName : MLEM.Misc.IGenericDataHolder
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.String
name : String
nameWithType : String
fullName : System.String
isExternal : true
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.GetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String)
name : GetTimeSpan
nameWithType : Extensions.GetTimeSpan
fullName : TinyLife.Utilities.Extensions.GetTimeSpan
- name : (
nameWithType : (
fullName : (
- uid : MLEM.Misc.IGenericDataHolder
name : IGenericDataHolder
nameWithType : IGenericDataHolder
fullName : MLEM.Misc.IGenericDataHolder
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.String
name : String
nameWithType : String
fullName : System.String
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
commentId : M:TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
isExternal : true
name : SetTimeSpan(IGenericDataHolder, String, TimeSpan)
nameWithType : Extensions.SetTimeSpan(IGenericDataHolder, String, TimeSpan)
fullName : TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder, System.String, System.TimeSpan)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name : SetTimeSpan
nameWithType : Extensions.SetTimeSpan
fullName : TinyLife.Utilities.Extensions.SetTimeSpan
- name : (
nameWithType : (
fullName : (
- uid : MLEM.Misc.IGenericDataHolder
name : IGenericDataHolder
nameWithType : IGenericDataHolder
fullName : MLEM.Misc.IGenericDataHolder
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.String
name : String
nameWithType : String
fullName : System.String
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.TimeSpan
name : TimeSpan
nameWithType : TimeSpan
fullName : System.TimeSpan
isExternal : true
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.SetTimeSpan(MLEM.Misc.IGenericDataHolder,System.String,System.TimeSpan)
name : SetTimeSpan
nameWithType : Extensions.SetTimeSpan
fullName : TinyLife.Utilities.Extensions.SetTimeSpan
- name : (
nameWithType : (
fullName : (
- uid : MLEM.Misc.IGenericDataHolder
name : IGenericDataHolder
nameWithType : IGenericDataHolder
fullName : MLEM.Misc.IGenericDataHolder
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.String
name : String
nameWithType : String
fullName : System.String
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.TimeSpan
name : TimeSpan
nameWithType : TimeSpan
fullName : System.TimeSpan
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities
- uid : System.String
commentId : T:System.String
parent : System
isExternal : true
name : String
nameWithType : String
fullName : System.String
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
commentId : M:TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
parent : TinyLife.Actions.Typeless.TypelessAction
2021-08-04 06:51:12 +02:00
isExternal : true
2021-10-14 20:30:40 +02:00
name : OpenTextPrompt(String, Action<String>, Predicate<String>, TextField.Rule, String)
nameWithType : TypelessAction.OpenTextPrompt(String, Action<String>, Predicate<String>, TextField.Rule, String)
fullName : TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String, System.Action<System.String>, System.Predicate<System.String>, MLEM.Ui.Elements.TextField.Rule, System.String)
nameWithType.vb : TypelessAction.OpenTextPrompt(String, Action(Of String), Predicate(Of String), TextField.Rule, String)
fullName.vb : TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String, System.Action(Of System.String), System.Predicate(Of System.String), MLEM.Ui.Elements.TextField.Rule, System.String)
name.vb : OpenTextPrompt(String, Action(Of String), Predicate(Of String), TextField.Rule, String)
2021-08-04 06:51:12 +02:00
spec.csharp :
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
2021-08-04 06:51:12 +02:00
name : OpenTextPrompt
2021-10-14 20:30:40 +02:00
nameWithType : TypelessAction.OpenTextPrompt
fullName : TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt
2021-08-04 06:51:12 +02:00
- name : (
nameWithType : (
fullName : (
- uid : System.String
name : String
nameWithType : String
fullName : System.String
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Action`1
name : Action
nameWithType : Action
fullName : System.Action
isExternal : true
- name : <
nameWithType : <
fullName : <
- uid : System.String
name : String
nameWithType : String
fullName : System.String
isExternal : true
- name : '>'
nameWithType : '>'
fullName : '>'
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Predicate`1
name : Predicate
nameWithType : Predicate
fullName : System.Predicate
isExternal : true
- name : <
nameWithType : <
fullName : <
- uid : System.String
name : String
nameWithType : String
fullName : System.String
isExternal : true
- name : '>'
nameWithType : '>'
fullName : '>'
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : MLEM.Ui.Elements.TextField.Rule
name : TextField.Rule
nameWithType : TextField.Rule
fullName : MLEM.Ui.Elements.TextField.Rule
isExternal : true
2021-10-14 20:30:40 +02:00
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.String
name : String
nameWithType : String
fullName : System.String
isExternal : true
2021-08-04 06:51:12 +02:00
- name : )
nameWithType : )
fullName : )
spec.vb :
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
2021-08-04 06:51:12 +02:00
name : OpenTextPrompt
2021-10-14 20:30:40 +02:00
nameWithType : TypelessAction.OpenTextPrompt
fullName : TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt
2021-08-04 06:51:12 +02:00
- name : (
nameWithType : (
fullName : (
- uid : System.String
name : String
nameWithType : String
fullName : System.String
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Action`1
name : Action
nameWithType : Action
fullName : System.Action
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- uid : System.String
name : String
nameWithType : String
fullName : System.String
isExternal : true
- name : )
nameWithType : )
fullName : )
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Predicate`1
name : Predicate
nameWithType : Predicate
fullName : System.Predicate
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- uid : System.String
name : String
nameWithType : String
fullName : System.String
isExternal : true
- name : )
nameWithType : )
fullName : )
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : MLEM.Ui.Elements.TextField.Rule
name : TextField.Rule
nameWithType : TextField.Rule
fullName : MLEM.Ui.Elements.TextField.Rule
isExternal : true
2021-10-14 20:30:40 +02:00
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.String
name : String
nameWithType : String
fullName : System.String
isExternal : true
2021-08-04 06:51:12 +02:00
- name : )
nameWithType : )
fullName : )
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Actions.Typeless.TypelessAction
commentId : T:TinyLife.Actions.Typeless.TypelessAction
parent : TinyLife.Actions.Typeless
name : TypelessAction
nameWithType : TypelessAction
fullName : TinyLife.Actions.Typeless.TypelessAction
- uid : TinyLife.Actions.Typeless
commentId : N : TinyLife.Actions.Typeless
name : TinyLife.Actions.Typeless
nameWithType : TinyLife.Actions.Typeless
fullName : TinyLife.Actions.Typeless
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Skills.Quality.Terrible
commentId : F:TinyLife.Skills.Quality.Terrible
isExternal : true
- uid : TinyLife.Skills.Quality
commentId : T:TinyLife.Skills.Quality
parent : TinyLife.Skills
name : Quality
nameWithType : Quality
fullName : TinyLife.Skills.Quality
- uid : TinyLife.Skills
commentId : N : TinyLife.Skills
name : TinyLife.Skills
nameWithType : TinyLife.Skills
fullName : TinyLife.Skills
- uid : TinyLife.Goals.Project.Progress*
commentId : Overload:TinyLife.Goals.Project.Progress
name : Progress
nameWithType : Project.Progress
fullName : TinyLife.Goals.Project.Progress
- uid : System.Single
commentId : T:System.Single
parent : System
isExternal : true
name : Single
nameWithType : Single
fullName : System.Single
- uid : TinyLife.Goals.Project.DailyPayReductionFactor
commentId : P:TinyLife.Goals.Project.DailyPayReductionFactor
isExternal : true
- uid : TinyLife.Goals.Project.DailyPay*
commentId : Overload:TinyLife.Goals.Project.DailyPay
name : DailyPay
nameWithType : Project.DailyPay
fullName : TinyLife.Goals.Project.DailyPay
- uid : TinyLife.Goals.Project.DailyPay
commentId : P:TinyLife.Goals.Project.DailyPay
isExternal : true
- uid : TinyLife.Goals.Project.DailyPayReductionFactor*
commentId : Overload:TinyLife.Goals.Project.DailyPayReductionFactor
name : DailyPayReductionFactor
nameWithType : Project.DailyPayReductionFactor
fullName : TinyLife.Goals.Project.DailyPayReductionFactor
- uid : TinyLife.Goals.Project.Person*
commentId : Overload:TinyLife.Goals.Project.Person
name : Person
nameWithType : Project.Person
fullName : TinyLife.Goals.Project.Person
- uid : TinyLife.Objects.Person
commentId : T:TinyLife.Objects.Person
parent : TinyLife.Objects
name : Person
nameWithType : Person
fullName : TinyLife.Objects.Person
- uid : TinyLife.Goals.Project.#ctor*
commentId : Overload:TinyLife.Goals.Project.#ctor
name : Project
nameWithType : Project.Project
fullName : TinyLife.Goals.Project.Project
- uid : TinyLife.Goals.Project.Validate*
commentId : Overload:TinyLife.Goals.Project.Validate
name : Validate
nameWithType : Project.Validate
fullName : TinyLife.Goals.Project.Validate
- uid : System.Boolean
commentId : T:System.Boolean
parent : System
isExternal : true
name : Boolean
nameWithType : Boolean
fullName : System.Boolean
- uid : TinyLife.Goals.Project.Progress
commentId : P:TinyLife.Goals.Project.Progress
isExternal : true
- uid : TinyLife.Skills.Skill
commentId : T:TinyLife.Skills.Skill
name : Skill
nameWithType : Skill
fullName : TinyLife.Skills.Skill
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
commentId : M:TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
2021-08-04 06:51:12 +02:00
isExternal : true
- uid : TinyLife.Goals.Project.MakeProgress*
commentId : Overload:TinyLife.Goals.Project.MakeProgress
name : MakeProgress
nameWithType : Project.MakeProgress
fullName : TinyLife.Goals.Project.MakeProgress
- uid : TinyLife.GameSpeed
commentId : T:TinyLife.GameSpeed
parent : TinyLife
name : GameSpeed
nameWithType : GameSpeed
fullName : TinyLife.GameSpeed
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Actions.ActionInfo
commentId : T:TinyLife.Actions.ActionInfo
parent : TinyLife.Actions
name : ActionInfo
nameWithType : ActionInfo
fullName : TinyLife.Actions.ActionInfo
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Skills.SkillType
commentId : T:TinyLife.Skills.SkillType
parent : TinyLife.Skills
name : SkillType
nameWithType : SkillType
fullName : TinyLife.Skills.SkillType
- uid : TinyLife
commentId : N : TinyLife
name : TinyLife
nameWithType : TinyLife
fullName : TinyLife
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Actions
commentId : N : TinyLife.Actions
name : TinyLife.Actions
nameWithType : TinyLife.Actions
fullName : TinyLife.Actions
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Goals.Project.Remove*
commentId : Overload:TinyLife.Goals.Project.Remove
name : Remove
nameWithType : Project.Remove
fullName : TinyLife.Goals.Project.Remove
- uid : TinyLife.Goals.Project.Remove
commentId : M:TinyLife.Goals.Project.Remove
isExternal : true
- uid : TinyLife.Goals.Project.GetAndReduceDailyPay*
commentId : Overload:TinyLife.Goals.Project.GetAndReduceDailyPay
name : GetAndReduceDailyPay
nameWithType : Project.GetAndReduceDailyPay
fullName : TinyLife.Goals.Project.GetAndReduceDailyPay
- uid : TinyLife.Goals.Project.Quality
commentId : F:TinyLife.Goals.Project.Quality
isExternal : true
- uid : TinyLife.Goals.Project.SetDailyPay*
commentId : Overload:TinyLife.Goals.Project.SetDailyPay
name : SetDailyPay
nameWithType : Project.SetDailyPay
fullName : TinyLife.Goals.Project.SetDailyPay
- uid : TinyLife.Actions.ActionType.RegisterAll(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionType.TypeSettings})
commentId : M:TinyLife.Actions.ActionType.RegisterAll(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionType.TypeSettings})
isExternal : true
- uid : TinyLife.Goals.Project.ActionSettings
commentId : T:TinyLife.Goals.Project.ActionSettings
parent : TinyLife.Goals
name : Project.ActionSettings
nameWithType : Project.ActionSettings
fullName : TinyLife.Goals.Project.ActionSettings
- uid : TinyLife.Goals.Project.CreateActions*
commentId : Overload:TinyLife.Goals.Project.CreateActions
name : CreateActions
nameWithType : Project.CreateActions
fullName : TinyLife.Goals.Project.CreateActions
- uid : System.Collections.Generic.ICollection{TinyLife.Actions.ActionType.TypeSettings}
commentId : T:System.Collections.Generic.ICollection{TinyLife.Actions.ActionType.TypeSettings}
parent : System.Collections.Generic
definition : System.Collections.Generic.ICollection`1
name : ICollection<ActionType.TypeSettings>
nameWithType : ICollection<ActionType.TypeSettings>
fullName : System.Collections.Generic.ICollection<TinyLife.Actions.ActionType.TypeSettings>
nameWithType.vb : ICollection(Of ActionType.TypeSettings)
fullName.vb : System.Collections.Generic.ICollection(Of TinyLife.Actions.ActionType.TypeSettings)
name.vb : ICollection(Of ActionType.TypeSettings)
spec.csharp :
- uid : System.Collections.Generic.ICollection`1
name : ICollection
nameWithType : ICollection
fullName : System.Collections.Generic.ICollection
isExternal : true
- name : <
nameWithType : <
fullName : <
- uid : TinyLife.Actions.ActionType.TypeSettings
name : ActionType.TypeSettings
nameWithType : ActionType.TypeSettings
fullName : TinyLife.Actions.ActionType.TypeSettings
- name : '>'
nameWithType : '>'
fullName : '>'
spec.vb :
- uid : System.Collections.Generic.ICollection`1
name : ICollection
nameWithType : ICollection
fullName : System.Collections.Generic.ICollection
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- uid : TinyLife.Actions.ActionType.TypeSettings
name : ActionType.TypeSettings
nameWithType : ActionType.TypeSettings
fullName : TinyLife.Actions.ActionType.TypeSettings
- name : )
nameWithType : )
fullName : )
- uid : System.Collections.Generic.ICollection`1
commentId : T:System.Collections.Generic.ICollection`1
isExternal : true
name : ICollection<T>
nameWithType : ICollection<T>
fullName : System.Collections.Generic.ICollection<T>
nameWithType.vb : ICollection(Of T)
fullName.vb : System.Collections.Generic.ICollection(Of T)
name.vb : ICollection(Of T)
spec.csharp :
- uid : System.Collections.Generic.ICollection`1
name : ICollection
nameWithType : ICollection
fullName : System.Collections.Generic.ICollection
isExternal : true
- name : <
nameWithType : <
fullName : <
- name : T
nameWithType : T
fullName : T
- name : '>'
nameWithType : '>'
fullName : '>'
spec.vb :
- uid : System.Collections.Generic.ICollection`1
name : ICollection
nameWithType : ICollection
fullName : System.Collections.Generic.ICollection
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- name : T
nameWithType : T
fullName : T
- name : )
nameWithType : )
fullName : )
- uid : System.Collections.Generic
commentId : N : System.Collections.Generic
isExternal : true
name : System.Collections.Generic
nameWithType : System.Collections.Generic
fullName : System.Collections.Generic
- uid : TinyLife.Goals.Project.Type
commentId : F:TinyLife.Goals.Project.Type
isExternal : true
- uid : TinyLife.Goals.Project.Name
commentId : F:TinyLife.Goals.Project.Name
isExternal : true
- uid : TinyLife.Goals.Project.GetVarieties*
commentId : Overload:TinyLife.Goals.Project.GetVarieties
name : GetVarieties
nameWithType : Project.GetVarieties
fullName : TinyLife.Goals.Project.GetVarieties
- uid : System.Predicate{TinyLife.Goals.Project}
commentId : T:System.Predicate{TinyLife.Goals.Project}
parent : System
definition : System.Predicate`1
name : Predicate<Project>
nameWithType : Predicate<Project>
fullName : System.Predicate<TinyLife.Goals.Project>
nameWithType.vb : Predicate(Of Project)
fullName.vb : System.Predicate(Of TinyLife.Goals.Project)
name.vb : Predicate(Of Project)
spec.csharp :
- uid : System.Predicate`1
name : Predicate
nameWithType : Predicate
fullName : System.Predicate
isExternal : true
- name : <
nameWithType : <
fullName : <
- uid : TinyLife.Goals.Project
name : Project
nameWithType : Project
fullName : TinyLife.Goals.Project
- name : '>'
nameWithType : '>'
fullName : '>'
spec.vb :
- uid : System.Predicate`1
name : Predicate
nameWithType : Predicate
fullName : System.Predicate
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- uid : TinyLife.Goals.Project
name : Project
nameWithType : Project
fullName : TinyLife.Goals.Project
- name : )
nameWithType : )
fullName : )
- uid : System.Func{TinyLife.Goals.Project,System.String}
commentId : T:System.Func{TinyLife.Goals.Project,System.String}
parent : System
definition : System.Func`2
name : Func<Project, String>
nameWithType : Func<Project, String>
fullName : System.Func<TinyLife.Goals.Project, System.String>
nameWithType.vb : Func(Of Project, String)
fullName.vb : System.Func(Of TinyLife.Goals.Project, System.String)
name.vb : Func(Of Project, String)
spec.csharp :
- uid : System.Func`2
name : Func
nameWithType : Func
fullName : System.Func
isExternal : true
- name : <
nameWithType : <
fullName : <
- uid : TinyLife.Goals.Project
name : Project
nameWithType : Project
fullName : TinyLife.Goals.Project
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.String
name : String
nameWithType : String
fullName : System.String
isExternal : true
- name : '>'
nameWithType : '>'
fullName : '>'
spec.vb :
- uid : System.Func`2
name : Func
nameWithType : Func
fullName : System.Func
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- uid : TinyLife.Goals.Project
name : Project
nameWithType : Project
fullName : TinyLife.Goals.Project
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.String
name : String
nameWithType : String
fullName : System.String
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety}
commentId : T:System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety}
parent : System.Collections.Generic
definition : System.Collections.Generic.IEnumerable`1
name : IEnumerable<ActionVariety>
nameWithType : IEnumerable<ActionVariety>
fullName : System.Collections.Generic.IEnumerable<TinyLife.Actions.ActionVariety>
nameWithType.vb : IEnumerable(Of ActionVariety)
fullName.vb : System.Collections.Generic.IEnumerable(Of TinyLife.Actions.ActionVariety)
name.vb : IEnumerable(Of ActionVariety)
spec.csharp :
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
nameWithType : IEnumerable
fullName : System.Collections.Generic.IEnumerable
isExternal : true
- name : <
nameWithType : <
fullName : <
- uid : TinyLife.Actions.ActionVariety
name : ActionVariety
nameWithType : ActionVariety
fullName : TinyLife.Actions.ActionVariety
- name : '>'
nameWithType : '>'
fullName : '>'
spec.vb :
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
nameWithType : IEnumerable
fullName : System.Collections.Generic.IEnumerable
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- uid : TinyLife.Actions.ActionVariety
name : ActionVariety
nameWithType : ActionVariety
fullName : TinyLife.Actions.ActionVariety
- name : )
nameWithType : )
fullName : )
- uid : System.Predicate`1
commentId : T:System.Predicate`1
isExternal : true
name : Predicate<T>
nameWithType : Predicate<T>
fullName : System.Predicate<T>
nameWithType.vb : Predicate(Of T)
fullName.vb : System.Predicate(Of T)
name.vb : Predicate(Of T)
spec.csharp :
- uid : System.Predicate`1
name : Predicate
nameWithType : Predicate
fullName : System.Predicate
isExternal : true
- name : <
nameWithType : <
fullName : <
- name : T
nameWithType : T
fullName : T
- name : '>'
nameWithType : '>'
fullName : '>'
spec.vb :
- uid : System.Predicate`1
name : Predicate
nameWithType : Predicate
fullName : System.Predicate
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- name : T
nameWithType : T
fullName : T
- name : )
nameWithType : )
fullName : )
- uid : System.Func`2
commentId : T:System.Func`2
isExternal : true
name : Func<T, TResult>
nameWithType : Func<T, TResult>
fullName : System.Func<T, TResult>
nameWithType.vb : Func(Of T, TResult)
fullName.vb : System.Func(Of T, TResult)
name.vb : Func(Of T, TResult)
spec.csharp :
- uid : System.Func`2
name : Func
nameWithType : Func
fullName : System.Func
isExternal : true
- name : <
nameWithType : <
fullName : <
- name : T
nameWithType : T
fullName : T
- name : ', '
nameWithType : ', '
fullName : ', '
- name : TResult
nameWithType : TResult
fullName : TResult
- name : '>'
nameWithType : '>'
fullName : '>'
spec.vb :
- uid : System.Func`2
name : Func
nameWithType : Func
fullName : System.Func
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- name : T
nameWithType : T
fullName : T
- name : ', '
nameWithType : ', '
fullName : ', '
- name : TResult
nameWithType : TResult
fullName : TResult
- name : )
nameWithType : )
fullName : )
- uid : System.Collections.Generic.IEnumerable`1
commentId : T:System.Collections.Generic.IEnumerable`1
isExternal : true
name : IEnumerable<T>
nameWithType : IEnumerable<T>
fullName : System.Collections.Generic.IEnumerable<T>
nameWithType.vb : IEnumerable(Of T)
fullName.vb : System.Collections.Generic.IEnumerable(Of T)
name.vb : IEnumerable(Of T)
spec.csharp :
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
nameWithType : IEnumerable
fullName : System.Collections.Generic.IEnumerable
isExternal : true
- name : <
nameWithType : <
fullName : <
- name : T
nameWithType : T
fullName : T
- name : '>'
nameWithType : '>'
fullName : '>'
spec.vb :
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
nameWithType : IEnumerable
fullName : System.Collections.Generic.IEnumerable
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- name : T
nameWithType : T
fullName : T
- name : )
nameWithType : )
fullName : )