Shared.Data.ConstructionsGroupDataBase
Type JSONpublic class in Shared.Data
Type metadata
- Assembly
Shared - Namespace
Shared.Data - Base type
System.Object - Hash
ED392187E284B7F555C7F45A33E982A1F12AEFC390C0E441D320544AF8B65051
Relationships
Base type
System.Object
Fields
| Name | Visibility | Signature |
|---|---|---|
ConstructionsGroupDataMap# | public | public System.Collections.Generic.Dictionary<System.String, Shared.Models.Construction.ConstructionsGroupData> ConstructionsGroupDataMap |
Methods
AddData
#
public System.Void AddData(System.Collections.Generic.List<Shared.Models.Construction.ConstructionsGroupData> groupData)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
C035481A83ACD0D3AD0BE81FDE8E46994E3EB9C23ADF185E76059638A7B5C1CC - Body hash
D703C5D933F271C53CB50B8CAA2CE280516DB75BB726735EA545D33F6912C981 - IL size61
Referenced calls
System.Collections.Generic.List<Shared.Models.Construction.ConstructionsGroupData>::GetEnumerator()List.Enumerator<Shared.Models.Construction.ConstructionsGroupData>::get_Current()System.Collections.Generic.Dictionary<System.String, Shared.Models.Construction.ConstructionsGroupData>::TryAdd(!0, !1)List.Enumerator<Shared.Models.Construction.ConstructionsGroupData>::MoveNext()System.IDisposable::Dispose()
Called by
GetGroupDataOrNull
#
public Shared.Models.Construction.ConstructionsGroupData GetGroupDataOrNull(System.String id)
Method metadata
- Visibilitypublic
- Return type
Shared.Models.Construction.ConstructionsGroupData - StaticTrue
- VirtualFalse
- Hash
08E4B28038D42589957CB9A55F931533DE0003F1203305F2E7F8D6538737DBA2 - Body hash
81D7A6045D2740DF810BACD977048D9522CFE40C4FC58254B66E42747119A2C1 - IL size22
Referenced calls
System.Collections.Generic.Dictionary<System.String, Shared.Models.Construction.ConstructionsGroupData>::TryGetValue(!0, !1&)