Romestead Assembly Reference

CandideServer.ASSERT

Type JSON

public class in CandideServer

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

Relationships

Base type

System.Object

Methods

COLLECTION_HAS_LENGTH

public System.Void COLLECTION_HAS_LENGTH(System.Collections.Generic.IReadOnlyCollection<System.Object> list, System.Int32 length, System.String caller)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash5D738B65B7E4EE0E2E96330B3C53AC5434F7D72A041DB990E9CC25D12C126270
  • Body hashCF8A26CC59B0EDAC37CB649BD44C169F0E684A1854DD9C99CF2691D21C9A1658
  • IL size91
Referenced calls
  • System.Collections.Generic.IReadOnlyCollection<System.Object>::get_Count()
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::.ctor(System.Int32, System.Int32)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendLiteral(System.String)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(!!0)
  • System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::ToStringAndClear()
  • CandideServer.Exceptions.ServerAssertException::.ctor(System.String, System.String)
String literals
  • Expected length
  • but it was
  • .

CONSTRUCTION_IS_BUILDING

public System.Void CONSTRUCTION_IS_BUILDING(Shared.Models.Construction.ConstructionModel construction, System.String caller)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashB549DBE24A54F026796719C6137A64ED8231A114DF9B95441280962C4B6ECBC2
  • Body hashFB54679674D73254FEC4704872F9AB9DE51634A00391F77465001D19185C79EF
  • IL size74
Referenced calls
  • System.String::Concat(System.String, System.String, System.String)
  • CandideServer.Exceptions.ServerAssertException::.ctor(System.String, System.String)
String literals
  • Construction with Id:
  • does not have BuildingId associated with it.
  • is not a Building.

FALSE

public System.Void FALSE(System.Boolean value, System.String caller)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash81ACBB91862AD318532920C926436EEA52C4B42E7D962BF66D9E34A500107694
  • Body hash5CA54A986E98E0E6727D6D87EB9C53431DD23A8787BA0236F1BCB9DF8F7A8F37
  • IL size16
Referenced calls
  • CandideServer.Exceptions.ServerAssertException::.ctor(System.String, System.String)
String literals
  • Expected value to be False, was True.

NOT_NULL

public System.Void NOT_NULL(System.Object obj, System.String caller)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash5195432B2BA4A48BCCE0C7C86786318816591013D4E5878AFFBF23EA9C823B18
  • Body hashC33491AB07D2F4072103C1A7B61509CEBA82A314BDE278D2105CB8C1C4FA1020
  • IL size16
Referenced calls
  • CandideServer.Exceptions.ServerAssertException::.ctor(System.String, System.String)
String literals
  • Object was null.

STRING_ID

public System.Void STRING_ID(System.String s, System.String caller)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash73119360A63E28ADC5D498A2E0CCA50A226ECCC40113027120ADAB855C61A260
  • Body hash1D0AEAB36BF7F623994C8B672BE79FE643B18EF213BA90230669DB549F81027E
  • IL size27
Referenced calls
  • System.String::IsNullOrWhiteSpace(System.String)
  • System.String::Concat(System.String, System.String)
  • CandideServer.Exceptions.ServerAssertException::.ctor(System.String, System.String)
String literals
  • String ID is not valid. Was:

TRUE

public System.Void TRUE(System.Boolean value, System.String caller)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash8549A247CA57E13F2DA426E28ED9C3EC91DB372D9E715CF22672FCB94E760427
  • Body hash77AB7FA3D0017E5C220DDA8EE6183B69A350DB956637B4C3FC8AF09F98DC9100
  • IL size16
Referenced calls
  • CandideServer.Exceptions.ServerAssertException::.ctor(System.String, System.String)
String literals
  • Expected value to be True, was False.