Shared.Data.ShopDataBase
Type JSONpublic class in Shared.Data
Type metadata
- Assembly
Shared - Namespace
Shared.Data - Base type
System.Object - Hash
187755C35C00834A0B23474891B5EDAB58F4A8060FAF9C1D0748A2327D2B481A
Relationships
Base type
System.Object
Fields
| Name | Visibility | Signature |
|---|---|---|
MissingShop# | public | public Shared.Models.Shops.Shop MissingShop |
ShopDataMap# | public | public System.Collections.Generic.Dictionary<System.String, Shared.Models.Shops.Shop> ShopDataMap |
Methods
AddData
#
public System.Void AddData(System.Collections.Generic.List<Shared.Models.Shops.Shop> shops)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
FBD568B31F48173CA5E59DAA808A50BEE14652BB2FF178A8A66D9C7C2BE31CDD - Body hash
545EDAFF4D9E79A6DFD849309C5CCBA21D2B70720A7DA0C2FA591A3A97A1AED8 - IL size61
Referenced calls
System.Collections.Generic.List<Shared.Models.Shops.Shop>::GetEnumerator()List.Enumerator<Shared.Models.Shops.Shop>::get_Current()System.Collections.Generic.Dictionary<System.String, Shared.Models.Shops.Shop>::TryAdd(!0, !1)List.Enumerator<Shared.Models.Shops.Shop>::MoveNext()System.IDisposable::Dispose()
Called by
GetShopOrMissing
#
public Shared.Models.Shops.Shop GetShopOrMissing(System.String id)
Method metadata
- Visibilitypublic
- Return type
Shared.Models.Shops.Shop - StaticTrue
- VirtualFalse
- Hash
8062870A18FC8BA530102DEA04E31C192CCB58F044ABE458D85DDCAAAEAE69AE - Body hash
A9F551E97443D07B0057E4AF1F2EC113472E24F2FA2A5E2D90C1A8673EF87C04 - IL size48
Referenced calls
System.Collections.Generic.Dictionary<System.String, Shared.Models.Shops.Shop>::TryGetValue(!0, !1&)System.String::Concat(System.String, System.String)CandideCreator.Shared.Helpers.WarningHelper::Warning(System.String)
String literals
Unknown shop:
GetShopOrNull
#
public Shared.Models.Shops.Shop GetShopOrNull(System.String id)
Method metadata
- Visibilitypublic
- Return type
Shared.Models.Shops.Shop - StaticTrue
- VirtualFalse
- Hash
4A252745F5288572B0511FC507ECA94F1F7F11E2EF18C412C1046BB8D80F0B6C - Body hash
859C1CBA746A5AB0C2A2C8534FDEECAAD260DABCAFF9C911B75D4C99BEF89199 - IL size22
Referenced calls
System.Collections.Generic.Dictionary<System.String, Shared.Models.Shops.Shop>::TryGetValue(!0, !1&)