Show / Hide Table of Contents

Class CollaborationLevel

Inheritance
System.Object
CollaborationLevel
Namespace: Eco.Shared.Services
Assembly: Eco.Shared.dll
Syntax
public sealed class CollaborationLevel : Enum

Fields

HighCollaboration

Declaration
[LocDescription("High-Trust Society. May specialize in needed amount, with minimal extra. Slow skill rate.")]
public const CollaborationLevel HighCollaboration
Field Value
Type Description
CollaborationLevel

LowCollaboration

Declaration
[LocDescription("Self-Reliant Society. May specialize in most things. Medium skill rate.")]
public const CollaborationLevel LowCollaboration
Field Value
Type Description
CollaborationLevel

MediumCollaboration

Declaration
[LocDescription("Stable Society. May specialize in needed amount, plus extra. Normal skill rate.")]
public const CollaborationLevel MediumCollaboration
Field Value
Type Description
CollaborationLevel

NoCollaboration

Declaration
[LocDescription("Lone wolf. May specialize in everything. Fast skill rate.")]
public const CollaborationLevel NoCollaboration
Field Value
Type Description
CollaborationLevel

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods

CommandLine.FeedFromCommandLine(Object)
CommandLine.ToCommandLineArgs(Object, Func<Object, Boolean>)
ListUtil.DepthFirstTraversal<T>(T, Func<T, IEnumerable<T>>)
EnumerableExtensions.SingleItemAsEnumerable<T>(T)
EventUtils.RaiseEvent<TEventArgs>(Object, String, TEventArgs)
PredicateUtils.MatchesAll<TEnumerable, T>(T, TEnumerable)
PredicateUtils.MatchesAll<T>(T, Func<T, Boolean>[])
PredicateUtils.MatchesAny<TEnumerable, T>(T, TEnumerable)
ReflectionUtils.PropertyValue<T>(Object, PropertyInfo)
ReflectionUtils.TryGetPropertyValueByName<T>(Object, String, out T)
ReflectionUtils.GetPropertyValueByName<T>(Object, String)
ReflectionUtils.SetPropertyByName(Object, String, Object)
ReflectionUtils.GetStructPropertyByName<T>(Object, String)
ReflectionUtils.GetStringPropertyByName(Object, String)
ReflectionUtils.ZipByProperty<T>(Object, Object, Object, Func<T, T, T>)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾