Show / Hide Table of Contents

Class EcopediaPageReference

Inheritance
System.Object
EcopediaPageReference
Namespace: Eco.Gameplay.EcopediaRoot
Assembly: Eco.Gameplay.dll
Syntax
public sealed class EcopediaPageReference : ValueType

Constructors

EcopediaPageReference(String, String, String, LocString)

Declaration
public EcopediaPageReference(string iconName, string category, string page, LocString pageDisplayName)
Parameters
Type Name Description
System.String iconName
System.String category
System.String page
LocString pageDisplayName

EcopediaPageReference(String, String, String, Nullable<LocString>, String, Nullable<LocString>)

Declaration
public EcopediaPageReference(string iconName, string category, string page, Nullable<LocString> pageDisplayName, string subpage, Nullable<LocString> subpageDisplayName)
Parameters
Type Name Description
System.String iconName
System.String category
System.String page
System.Nullable<LocString> pageDisplayName
System.String subpage
System.Nullable<LocString> subpageDisplayName

EcopediaPageReference(String, String, String, String)

Declaration
public EcopediaPageReference(string iconName, string category, string page, string subpage)
Parameters
Type Name Description
System.String iconName
System.String category
System.String page
System.String subpage

Fields

Category

Declaration
public string Category
Field Value
Type Description
System.String

IconName

Declaration
public string IconName
Field Value
Type Description
System.String

Page

Declaration
public string Page
Field Value
Type Description
System.String

PageDisplayName

Declaration
public Nullable<LocString> PageDisplayName
Field Value
Type Description
System.Nullable<LocString>

Subpage

Declaration
public string Subpage
Field Value
Type Description
System.String

SubpageDisplayName

Declaration
public Nullable<LocString> SubpageDisplayName
Field Value
Type Description
System.Nullable<LocString>

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾