Candide.CandideUI.UserControls.SearchBar
Type JSONpublic class in Candide.CandideUI.UserControls
Type metadata
- Assembly
Romestead - Namespace
Candide.CandideUI.UserControls - Base type
Candide.CandideUI.Containers.CandidePanel - Hash
88EC78A3D3EB478B6F5443046F3E0A60D81C298268DA504D71F49D79A64AF45F
Relationships
Fields
| Name | Visibility | Signature |
|---|---|---|
Grid# | public | public Candide.CandideUI.TradingPost.Components.ItemSearchControlHolderGridScrollView Grid |
SearchTextInput# | public | public Candide.CandideUI.Input.CandideTextInputBox SearchTextInput |
SearchUpdated# | private | private System.EventHandler<Candide.CandideUI.ValueChangedEventArgs<System.String>> SearchUpdated |
_craftBtnPanel# | private | private Candide.CandideUI.Containers.CandideGrid _craftBtnPanel |
_lastSearch# | private | private System.String _lastSearch |
_searchButton# | private | private Candide.CandideUI.Components.Buttons.CandideIconButton _searchButton |
_searchTimer# | private | private System.Single _searchTimer |
Events
| Name | Visibility | Signature |
|---|---|---|
SearchUpdated# | public | public System.EventHandler<Candide.CandideUI.ValueChangedEventArgs<System.String>> SearchUpdated |
Methods
MatchesText
#
public System.Boolean MatchesText(System.String text)
Method metadata
- Visibilitypublic
- Return type
System.Boolean - StaticFalse
- VirtualFalse
- Hash
E7E77E16A6A558E616AB722FE6D237FA8734FD46CCC8004DF1FC7FE8B4A57E42 - Body hash
50C4AE6A666B2E321C74F568E95BF24947EAB05EC28A8E29D645AB343D3C6F2D - IL size19
Referenced calls
Candide.CandideUI.Input.CandideTextInputBox::get_Text()System.String::Contains(System.String, System.StringComparison)
Update
#
public System.Void Update(Microsoft.Xna.Framework.GameTime gameTime)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
CC4BE601FCFF3FDAFC9A3BD2CF2539FA19466499BE764A5CA6D420496766EE6A - Body hash
19D00F91F5ED55468A0FC2D7243C22FA509420DD5C3E6E5057A77F0F335EE5DE - IL size144
Referenced calls
Candide.CandideUI.CandideUiContainerMultipleItems::Update(Microsoft.Xna.Framework.GameTime)Microsoft.Xna.Framework.GameTime::get_ElapsedGameTime()System.TimeSpan::get_TotalSeconds()Candide.CandideUI.Input.CandideTextInputBox::get_Text()System.String::op_Equality(System.String, System.String)Candide.CandideUI.ValueChangedEventArgs<System.String>::.ctor(T, T)System.EventHandler<Candide.CandideUI.ValueChangedEventArgs<System.String>>::Invoke(System.Object, !0)