Romestead Assembly Reference

CandideServer.Helpers.BucketEntityHelper

Type JSON

public class in CandideServer.Helpers

Methods6
Properties0
Fields0
Events0
Type metadata
  • AssemblyCandideServer
  • NamespaceCandideServer.Helpers
  • Base typeSystem.Object
  • Hash7D8CD26A36DE06ED00AA9CCA8141E8152B3C48C5E0543894F557921C10AA9447

Relationships

Base type

System.Object

Methods

CreateBucketMaterialAggregateFromEntityParamters

public System.Void CreateBucketMaterialAggregateFromEntityParamters(CandideServer.Entities.ServerEntityModel bucketEntity)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashEE9D6FFADADF34B2AA6ECF8A5931B05186DCEABBB2F5DA7563AFA3BDE9089A72
  • Body hashFC5C511D033AA19E8E2685DEAA97224EF6A73B645697496FD35570B08AECCF5B
  • IL size105
Referenced calls
  • Shared.Helpers.BucketEntityHelperShared::get_GetNewDefaultConstructionMaterials()
  • System.Collections.Generic.Dictionary<System.String, System.String>::TryGetValue(!0, !1&)
  • System.String::IsNullOrWhiteSpace(System.String)
  • System.Int32::Parse(System.String)
  • System.Collections.Generic.Dictionary<System.String, System.Int32>::set_Item(!0, !1)
Called by
String literals
  • bucket_content_resource_id
  • bucket_content_amount

IsBucketEmpty

public System.Boolean IsBucketEmpty(System.Collections.Generic.Dictionary<System.String, System.String> entityParameters)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticTrue
  • VirtualFalse
  • Hash86176BF7241D1E14ED1B7AE29F3CADDEB36AA2B9C58CF3CCED104285F63E0A16
  • Body hash188796C83AB68B17B0A1A55EB75912398C73469A23A3CBA3544A089DA3743DF2
  • IL size34
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, System.String>::TryGetValue(!0, !1&)
  • System.String::op_Equality(System.String, System.String)
Called by
String literals
  • bucket_content_type
  • Empty

SetEmpty

public System.Void SetEmpty(System.Collections.Generic.Dictionary<System.String, System.String>& parametersRef, Shared.Models.Construction.ConstructionMaterialsAggregate& constructionMaterials)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash631F13D2E8D7D6014ABC3147F6F7ABCD567026E7D00CBADC1215BA62E0F09F04
  • Body hash6482D99F900EA791FF44FCE0A625AEB46244D7CC24D6D05CD26548CFDF035E63
  • IL size64
Referenced calls
Called by
String literals
  • bucket_content_type
  • Empty
  • bucket_content_resource_id
  • bucket_content_amount
  • 0
  • resource:bucket

TryGetBucketContentFromEntity

public System.Boolean TryGetBucketContentFromEntity(CandideServer.Entities.ServerEntityModel bucketEntity, out Shared.Models.Construction.ConstructionMaterialsAggregate& contentAggregate)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticTrue
  • VirtualFalse
  • Hash911A5D9424B86F8B558A3E0AC8CDC3A367BA95A02718C0743ECDD78FB4B10F9B
  • Body hashD635A80BF264D2FADA502CE9CA0A773A43D049278B5275EAC9B68CF5C7C2C5F5
  • IL size254
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, System.String>::TryGetValue(!0, !1&)
  • System.String::IsNullOrWhiteSpace(System.String)
  • System.Int32::Parse(System.String)
  • Shared.Models.Construction.ConstructionMaterialsAggregate::.ctor()
  • System.Collections.Generic.Dictionary<System.String, System.Int32>::.ctor()
  • System.Collections.Generic.Dictionary<System.String, System.Int32>::Add(!0, !1)
  • Shared.Models.Construction.ConstructionMaterialsAggregate::GetAmountForResource(System.String)
  • System.Collections.Generic.Dictionary<System.String, System.Int32>::GetEnumerator()
  • Dictionary.Enumerator<System.String, System.Int32>::get_Current()
  • System.Collections.Generic.KeyValuePair<System.String, System.Int32>::get_Key()
  • System.String::op_Inequality(System.String, System.String)
  • System.Collections.Generic.KeyValuePair<System.String, System.Int32>::get_Value()
  • System.Collections.Generic.Dictionary<System.String, System.Int32>::set_Item(!0, !1)
  • Dictionary.Enumerator<System.String, System.Int32>::MoveNext()
  • System.IDisposable::Dispose()
Called by
String literals
  • bucket_content_resource_id
  • bucket_content_amount
  • resource:bucket

TryGetBucketContentFromEntity

public System.Boolean TryGetBucketContentFromEntity(CandideServer.Entities.ServerEntityModel bucketEntity, out System.String& contentResourceId, out System.Int32& resourceAmount)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticTrue
  • VirtualFalse
  • HashD5EA469A9C64A4FFFCE090A9B2627205FFFD73B0597E47EA667C85A17E3EA606
  • Body hash1D2FDAB8B249B93CB365570AAC1310BBD1777D717486F8BF7E8D8CADCFB4F4A4
  • IL size231
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, System.String>::TryGetValue(!0, !1&)
  • System.String::IsNullOrWhiteSpace(System.String)
  • System.Int32::Parse(System.String)
  • Shared.Models.Construction.ConstructionMaterialsAggregate::GetAmountForResource(System.String)
  • System.Collections.Generic.Dictionary<System.String, System.Int32>::GetEnumerator()
  • Dictionary.Enumerator<System.String, System.Int32>::get_Current()
  • System.Collections.Generic.KeyValuePair<System.String, System.Int32>::get_Key()
  • System.String::op_Equality(System.String, System.String)
  • System.Collections.Generic.KeyValuePair<System.String, System.Int32>::get_Value()
  • Dictionary.Enumerator<System.String, System.Int32>::MoveNext()
  • System.IDisposable::Dispose()
Called by
String literals
  • bucket_content_resource_id
  • bucket_content_amount
  • resource:bucket

TrySetBucketParameters

public System.Boolean TrySetBucketParameters(System.Collections.Generic.Dictionary<System.String, System.String>& parametersRef, Shared.Models.Construction.ConstructionMaterialsAggregate& constructionMaterials, BucketEntityHelperShared.BucketContentType type, System.String resourceId, System.Int32 amount)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticTrue
  • VirtualFalse
  • HashE6E19B172354672B9A8A919801036557DA2FB357AFBAB61C86BED93F8460F510
  • Body hashC76C6DDA56681F7D63A25F1C5E763FF4CBA6C2C62C2CBDEAACB4AEEA02D9F735
  • IL size312
Referenced calls
Called by
String literals
  • TrySetBucketParameters
  • : Received BucketContentType
  • but no resource ID was given. Defaulting to
  • but could not find the resource ID in the database. Defaulting to
  • bucket_content_type
  • bucket_content_resource_id
  • bucket_content_amount
  • resource:bucket
  • type