Romestead Assembly Reference

Candide.CandideUI.UserControls.RomanyItemsControl

Type JSON

public class in Candide.CandideUI.UserControls

Methods6
Properties0
Fields8
Events0
Type metadata

Relationships

Fields

NameVisibilitySignature
Gridpublicpublic Candide.CandideUI.UserControls.RomanyItemsHolderGridScrollView Grid
SearchTextInputpublicpublic Candide.CandideUI.Input.CandideTextInputBox SearchTextInput
_craftBtnPanelprivateprivate Candide.CandideUI.Containers.CandideHorizontalStackPanel _craftBtnPanel
_lastSearchprivateprivate System.String _lastSearch
_recipeNameprivateprivate Candide.CandideUI.Components.CandideIconLabel _recipeName
_searchButtonprivateprivate Candide.CandideUI.Components.Buttons.CandideIconButton _searchButton
_searchTimerprivateprivate System.Single _searchTimer
_storedSearchTextprivateprivate System.String _storedSearchText

Methods

CandideExtendedInteractionsHandlerOnDraggedContentChanged

private System.Void CandideExtendedInteractionsHandlerOnDraggedContentChanged(System.Object sender, Candide.CandideUI.Components.Holder.ICandideDraggableHolderContent e)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash5F552763F99C640182148A3DBEF2698B41804E16E78EBEB34E6C1A6F158ED165
  • Body hash3E9BCA3BE4EB022ED550CACCD23E0357810DF62B09458D143732CE6CB01E87D3
  • IL size23
Referenced calls
Called by

OnDismount

protected System.Void OnDismount()

Method metadata
  • Visibilityprotected
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash1E132EA70684BD77441243BD947572034E9D963D46F51F706E8CD9B5BF7AEF91
  • Body hashCA4E7F8CF24830B8967F072126F8231E22EE66FE7950F2E4F33BE4F80A4FC0EB
  • IL size35
Referenced calls

OnMount

protected System.Void OnMount()

Method metadata
  • Visibilityprotected
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash5770C37B87C54540A3655C8499F3FA62C2408E83927B0540CBB8AF55164BDC13
  • Body hashFB84DE9C7120D70A1AB5B397E76D123640C1962FBCEBEA79CE3A36E277C44918
  • IL size24
Referenced calls

Update

public System.Void Update(Microsoft.Xna.Framework.GameTime gameTime)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash18D52DD1814F681C5F3879F55746102421E429D1B88D7180CB309C199A7E052F
  • Body hashFE96C7C0B728AEC686EE8428F75DF55D983C072683C506BA13A0E376C70CA9BB
  • IL size79
Referenced calls

UpdateGrid

public System.Void UpdateGrid(System.String text)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashC18A4BB14786A5E87717C49A6E5FF032ABB9EFDF42A09AF8E48528D4996701EF
  • Body hash55A5CF33779DF30FBD01018C9154ED606D7D1977C53DE7B4677EC94EFFD78D26
  • IL size132
Referenced calls
  • RomanyItemsControl.<>c__DisplayClass10_0::.ctor()
  • System.String::op_Equality(System.String, System.String)
  • System.Collections.Generic.Dictionary<System.String, Shared.Models.Items.ItemData>::get_Values()
  • RomanyItemsControl.<>c__DisplayClass10_0::<UpdateGrid>b__0(Shared.Models.Items.ItemData)
  • System.Func<Shared.Models.Items.ItemData, System.Boolean>::.ctor(System.Object, System.IntPtr)
  • System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable<!!0>, System.Func<!!0, System.Boolean>)
  • System.Linq.Enumerable::ToList(System.Collections.Generic.IEnumerable<!!0>)
  • Candide.CandideUI.UserControls.RomanyItemsHolderGridScrollView::SetItems(System.Collections.Generic.List<Shared.Models.Items.ItemData>)
  • System.Collections.Generic.List<Shared.Models.Items.ItemData>::get_Count()
Called by