Romestead Assembly Reference

Candide.CandideUI.Components.CandideErrorTextWrapper

Type JSON

public class in Candide.CandideUI.Components

Methods2
Properties1
Fields4
Events0
Type metadata

Relationships

Fields

NameVisibilitySignature
_overWrappingElementprivateprivate Candide.CandideUI.CandideUiElement _overWrappingElement
_showingErrorprivateprivate System.Boolean _showingError
_spinnerprivateprivate Candide.CandideUI.Components.Displays.Spinner _spinner
_textLabelprivateprivate Candide.CandideUI.Components.CandideTextLabel _textLabel

Properties

NameVisibilitySignature
ShowingErrorpublicpublic System.Boolean ShowingError

Methods

FinishedLoading

public System.Void FinishedLoading()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash8EBDF9A7BC2A0282CF2D37DAA961DA097354A3CC13C7A25485AFB4A4BD36F8D8
  • Body hashB4B2B2896AB790737870DA6B838E82D27A96C90C47CFAA6949641BBB4FF47B36
  • IL size13
Referenced calls
  • Candide.CandideUI.Components.Displays.Spinner::set_Visible(System.Boolean)
Called by

ShowError

public System.Void ShowError(System.String message)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashB4A4607A4675F52D8C633F66F8BEE4A8C67AC543A68C603274FC0C866D0EF903
  • Body hash956A91EF5510DFBE51BCEFD7EDF40DA0DE5ACECB7C281DBE8D54C4052EB82842
  • IL size32
Referenced calls
  • Candide.CandideUI.Components.CandideTextLabel::set_Text(System.String)
  • Candide.CandideUI.Components.CandideErrorTextWrapper::set_ShowingError(System.Boolean)
  • Candide.CandideUI.Components.Displays.Spinner::set_Visible(System.Boolean)
Called by