Show / Hide Table of Contents

Class TextItemData

Inheritance
System.Object
TextItemData
Implements
IController
IViewController
IHasUniversalID
System.ComponentModel.INotifyPropertyChanged
IClearRequestHandler
Namespace: Eco.Gameplay.Components
Assembly: Eco.Gameplay.dll
Syntax
public class TextItemData : Object, IController, IViewController, IHasUniversalID, INotifyPropertyChanged, IClearRequestHandler

Constructors

TextItemData()

Declaration
public TextItemData()

Properties

ControllerID

Declaration
public ref int ControllerID { get; }
Property Value
Type Description
System.Int32

HasDataThatCanBeCleared

Declaration
public bool HasDataThatCanBeCleared { get; }
Property Value
Type Description
System.Boolean

Text

Declaration
public string Text { get; set; }
Property Value
Type Description
System.String

Methods

TryHandleClearRequest(Player)

Declaration
public Result TryHandleClearRequest(Player player)
Parameters
Type Name Description
Player player
Returns
Type Description
Result

Events

PropertyChanged

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type Description
System.ComponentModel.PropertyChangedEventHandler

Implements

IController
IViewController
IHasUniversalID
System.ComponentModel.INotifyPropertyChanged
IClearRequestHandler

Extension Methods

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