Oddity
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 COddity.Configuration.ApiConfigurationContains a set of constant parameters with API configuration.
 COddity.Models.Query.Filters.BetweenFilter< TData >
 COddity.Builders.BuilderBase< TReturn >Represents an abstract base class for all builders.
 COddity.Builders.SimpleBuilder< TReturn >Represents a simple builder used to retrieve data without any filters.
 CBuilderBase< List< TReturn >>
 COddity.Builders.ListBuilder< TReturn >Represents a list builder used to retrieve data (collection of objects) without any filters.
 CBuilderBase< PaginatedModel< TReturn >>
 COddity.Builders.QueryBuilder< TReturn >Represents a query builder used to retrieve data with filters specified by the user.
 COddity.Events.BuilderDelegatesContainer for all delegates invoked during processing a request.
 COddity.Cache.CacheItem< TData >Represents an container for the cached data.
 COddity.Cache.CacheService< TData >Represents an cache service used to manage cached data.
 COddity.Cache.CacheService< TReturn >
 COddity.Endpoints.EndpointBase< TData >Represents a base class for all endpoints.
 COddity.Endpoints.CapsulesEndpoint< TData >Represents an entry point of /capsules endpoint.
 COddity.Endpoints.CompanyEndpoint< TData >Represents an entry point of /company endpoint.
 COddity.Endpoints.CoresEndpoint< TData >Represents an entry point of /cores endpoint.
 COddity.Endpoints.CrewEndpoint< TData >Represents an entry point of /crew endpoint.
 COddity.Endpoints.DragonsEndpoint< TData >Represents an entry point of /dragons endpoint.
 COddity.Endpoints.LandpadsEndpoint< TData >Represents an entry point of /landpads endpoint.
 COddity.Endpoints.LaunchesEndpoint< TData >Represents an entry point of /launches endpoint.
 COddity.Endpoints.LaunchpadsEndpoint< TData >Represents an entry point of /launchpads endpoint.
 COddity.Endpoints.PayloadsEndpoint< TData >Represents an entry point of /payloads endpoint.
 COddity.Endpoints.RoadsterEndpoint< TData >Represents an entry point of /roadster endpoint.
 COddity.Endpoints.RocketsEndpoint< TData >Represents an entry point of /rockets endpoint.
 COddity.Endpoints.ShipsEndpoint< TData >Represents an entry point of /ships endpoint.
 COddity.Endpoints.StarlinkEndpoint< TData >Represents an entry point of /starlink endpoint.
 CEventArgs
 COddity.Events.RequestSendEventArgsContains OnRequestSend event arguments.
 COddity.Events.ResponseReceiveEventArgsContains OnResponseReceive event arguments.
 CException
 COddity.Exceptions.ApiBadRequestExceptionThe exception that is thrown when SpaceX API has received invalid request which cannot be processed.
 COddity.Exceptions.ApiUnavailableExceptionThe exception that is thrown when SpaceX API is unavailable and data can't be loaded.
 COddity.Models.Query.Filters.GreaterThanFilter< TData >
 CIDisposable
 COddity.OddityCoreRepresents an core of the library. Use it to retrieve data from the unofficial SpaceX API.
 COddity.Models.IIdentifiableBase interface for all models containing its own ID.
 COddity.Models.Capsules.CapsuleInfo
 COddity.Models.Company.CompanyInfo
 COddity.Models.Cores.CoreInfo
 COddity.Models.Crew.CrewInfo
 COddity.Models.Dragon.DragonInfo
 COddity.Models.Landpads.LandpadInfo
 COddity.Models.Launches.LaunchInfo
 COddity.Models.Launchpads.LaunchpadInfo
 COddity.Models.Payloads.PayloadInfo
 COddity.Models.Roadster.RoadsterInfo
 COddity.Models.Rockets.RocketInfo
 COddity.Models.Ships.ShipInfo
 COddity.Models.Starlink.StarlinkInfo
 COddity.Models.Query.Filters.InFilter< TData >
 COddity.Models.Query.Filters.LessThanFilter< TData >
 COddity.Configuration.LibraryConfigurationContains a set of constant parameters with library configuration.
 COddity.Models.ModelBaseRepresents an abstract class for all models.
 COddity.Models.Capsules.CapsuleInfo
 COddity.Models.Common.IspInfo
 COddity.Models.Common.MassInfo
 COddity.Models.Common.SizeInfo
 COddity.Models.Common.SpaceTrackInfo
 COddity.Models.Common.ThrustInfo
 COddity.Models.Common.VolumeInfo
 COddity.Models.Company.CompanyHeadquartersInfo
 COddity.Models.Company.CompanyInfo
 COddity.Models.Company.CompanyLinksInfo
 COddity.Models.Cores.CoreInfo
 COddity.Models.Crew.CrewInfo
 COddity.Models.Dragon.DragonCargoInfo
 COddity.Models.Dragon.DragonHeatshieldInfo
 COddity.Models.Dragon.DragonInfo
 COddity.Models.Dragon.DragonPressurizedCapsuleInfo
 COddity.Models.Dragon.DragonThrustersInfo
 COddity.Models.Dragon.DragonTrunkInfo
 COddity.Models.Landpads.LandpadInfo
 COddity.Models.Launches.LaunchCoreInfo
 COddity.Models.Launches.LaunchFailure
 COddity.Models.Launches.LaunchFairingsInfo
 COddity.Models.Launches.LaunchFlickrInfo
 COddity.Models.Launches.LaunchInfo
 COddity.Models.Launches.LaunchLinks
 COddity.Models.Launches.LaunchPatchInfo
 COddity.Models.Launches.LaunchRedditInfo
 COddity.Models.Launchpads.LaunchpadInfo
 COddity.Models.Payloads.PayloadDragonInfo
 COddity.Models.Payloads.PayloadInfo
 COddity.Models.Roadster.RoadsterInfo
 COddity.Models.Rockets.RocketEnginesInfo
 COddity.Models.Rockets.RocketFairingInfo
 COddity.Models.Rockets.RocketFirstStageInfo
 COddity.Models.Rockets.RocketInfo
 COddity.Models.Rockets.RocketLandingLegsInfo
 COddity.Models.Rockets.RocketPotentialPayloadInfo
 COddity.Models.Rockets.RocketPotentialPayloadWeightInfo
 COddity.Models.Rockets.SecondStageInfo
 COddity.Models.Ships.ShipInfo
 COddity.Models.Starlink.StarlinkInfo
 COddity.Models.PaginatedModel< TData >Represents an wrapper for a model, providing methods to manage a pagination.
 COddity.Builders.QueryBuilder< TData >
 COddity.Models.Query.QueryModel
 COddity.Models.Query.QueryOptions
 COddity.Models.StatisticsRepresents an container for statistics.