CandideServer.Database.WorkRecipeGroupDataBase
Type JSONpublic class in CandideServer.Database
Type metadata
- Assembly
CandideServer - Namespace
CandideServer.Database - Base type
System.Object - Hash
FC53B3200660E9CCAA0345E52929480DEDDE49CD786C31FE588B509AAD190786
Relationships
Base type
System.Object
Fields
| Name | Visibility | Signature |
|---|---|---|
DataMap# | public | public System.Collections.Generic.Dictionary<System.String, CandideServer.Database.WorkRecipeGroupData> DataMap |
MissingData# | public | public CandideServer.Database.WorkRecipeGroupData MissingData |
Methods
AddRecipeGroups
#
public System.Void AddRecipeGroups(System.Collections.Generic.List<CandideServer.Database.WorkRecipeGroupData> recipes)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
36042764829C68EC7CC11D26C6BC9C2A58D0336C82B227A1062F2CF10BE06CBD - Body hash
EB086B3E6BABC4BB0F129BC0AB37CBA0994C20EF5A5C7F0FA79577EC246C79AD - IL size85
Referenced calls
System.Collections.Generic.List<CandideServer.Database.WorkRecipeGroupData>::GetEnumerator()List.Enumerator<CandideServer.Database.WorkRecipeGroupData>::get_Current()System.Collections.Generic.Dictionary<System.String, CandideServer.Database.WorkRecipeGroupData>::TryAdd(!0, !1)System.String::Concat(System.String, System.String, System.String)CandideCreator.Shared.Helpers.ServerWarningHelper::Warning(System.String)List.Enumerator<CandideServer.Database.WorkRecipeGroupData>::MoveNext()System.IDisposable::Dispose()
String literals
Detected duplicate recipe groups for recipe group id ''.
GetRecipesOrMissing
#
public CandideServer.Database.WorkRecipeGroupData GetRecipesOrMissing(System.String id)
Method metadata
- Visibilitypublic
- Return type
CandideServer.Database.WorkRecipeGroupData - StaticTrue
- VirtualFalse
- Hash
00F11E7CB422DA5F94E6F0B15701120AEE9D8EAC6F4F1FFAC6EE00AD514B6898 - Body hash
7E3CFF9806476707F82054C2A8AF3A162B09EB1150D8179ADD947F82E5B8C7E8 - IL size26
Referenced calls
System.Collections.Generic.Dictionary<System.String, CandideServer.Database.WorkRecipeGroupData>::TryGetValue(!0, !1&)
GetRecipesOrNull
#
public CandideServer.Database.WorkRecipeGroupData GetRecipesOrNull(System.String id)
Method metadata
- Visibilitypublic
- Return type
CandideServer.Database.WorkRecipeGroupData - StaticTrue
- VirtualFalse
- Hash
012ED218451EA6CB4F92B49745692F4CB3FDBEF79699B49FAB0E187F999D9133 - Body hash
FDB8F3BF014942BDC17E1A970D415E4B6EE3335D616D14AA1BDD1DDFABB01FD1 - IL size22
Referenced calls
System.Collections.Generic.Dictionary<System.String, CandideServer.Database.WorkRecipeGroupData>::TryGetValue(!0, !1&)