Romestead Assembly Reference

CandideServer.Database.WorkRecipeGroupDataBase

Type JSON

public class in CandideServer.Database

Methods3
Properties0
Fields2
Events0
Type metadata
  • AssemblyCandideServer
  • NamespaceCandideServer.Database
  • Base typeSystem.Object
  • HashFC53B3200660E9CCAA0345E52929480DEDDE49CD786C31FE588B509AAD190786

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
DataMappublicpublic System.Collections.Generic.Dictionary<System.String, CandideServer.Database.WorkRecipeGroupData> DataMap
MissingDatapublicpublic CandideServer.Database.WorkRecipeGroupData MissingData

Methods

AddRecipeGroups

public System.Void AddRecipeGroups(System.Collections.Generic.List<CandideServer.Database.WorkRecipeGroupData> recipes)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash36042764829C68EC7CC11D26C6BC9C2A58D0336C82B227A1062F2CF10BE06CBD
  • Body hashEB086B3E6BABC4BB0F129BC0AB37CBA0994C20EF5A5C7F0FA79577EC246C79AD
  • 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()
Called by
String literals
  • Detected duplicate recipe groups for recipe group id '
  • '.

GetRecipesOrMissing

public CandideServer.Database.WorkRecipeGroupData GetRecipesOrMissing(System.String id)

Method metadata
  • Visibilitypublic
  • Return typeCandideServer.Database.WorkRecipeGroupData
  • StaticTrue
  • VirtualFalse
  • Hash00F11E7CB422DA5F94E6F0B15701120AEE9D8EAC6F4F1FFAC6EE00AD514B6898
  • Body hash7E3CFF9806476707F82054C2A8AF3A162B09EB1150D8179ADD947F82E5B8C7E8
  • IL size26
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, CandideServer.Database.WorkRecipeGroupData>::TryGetValue(!0, !1&)
Called by

GetRecipesOrNull

public CandideServer.Database.WorkRecipeGroupData GetRecipesOrNull(System.String id)

Method metadata
  • Visibilitypublic
  • Return typeCandideServer.Database.WorkRecipeGroupData
  • StaticTrue
  • VirtualFalse
  • Hash012ED218451EA6CB4F92B49745692F4CB3FDBEF79699B49FAB0E187F999D9133
  • Body hashFDB8F3BF014942BDC17E1A970D415E4B6EE3335D616D14AA1BDD1DDFABB01FD1
  • IL size22
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, CandideServer.Database.WorkRecipeGroupData>::TryGetValue(!0, !1&)