Show / Hide Table of Contents

Class MapEditRequest

Inheritance
System.Object
MapEditRequest
Namespace: Eco.Shared.Gameplay
Assembly: Eco.Shared.dll
Syntax
public class MapEditRequest : Object

Constructors

MapEditRequest()

Declaration
public MapEditRequest()

Properties

AllowNameChange

Declaration
[Eco(true)]
public bool AllowNameChange { get; set; }
Property Value
Type Description
System.Boolean

AllowNewEntries

Declaration
[Eco(true)]
public bool AllowNewEntries { get; set; }
Property Value
Type Description
System.Boolean

DefaultEntryStatus

Declaration
[Eco(true)]
public EditableEntryStatus DefaultEntryStatus { get; set; }
Property Value
Type Description
EditableEntryStatus

EntryStatus

Declaration
[Eco(true)]
public Dictionary<int, EditableEntryStatus> EntryStatus { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.Int32, EditableEntryStatus>

MapHint

Declaration
[Eco(true)]
public LocString MapHint { get; set; }
Property Value
Type Description
LocString

MapHintTitle

Declaration
[Eco(true)]
public string MapHintTitle { get; set; }
Property Value
Type Description
System.String

Overlay

Declaration
[Eco(true)]
public EditableOverlay Overlay { get; set; }
Property Value
Type Description
EditableOverlay

Readonly

Declaration
[Eco(true)]
public bool Readonly { get; set; }
Property Value
Type Description
System.Boolean

RelatedRegistrar

Declaration
[Eco(true)]
public string RelatedRegistrar { get; set; }
Property Value
Type Description
System.String

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
☀
☾