Click or drag to resize

SdkConfigurationSection Class

SDK configuration section.
Inheritance Hierarchy
SystemObject
  System.ConfigurationConfigurationElement
    System.ConfigurationConfigurationSection
      Sportradar.SDK.Services.SdkConfigurationSdkConfigurationSection

Namespace: Sportradar.SDK.Services.SdkConfiguration
Assembly: SdkConfiguration (in SdkConfiguration.dll) Version: 2.28.0.0
Syntax
C#
public class SdkConfigurationSection : ConfigurationSection, 
	ISdkConfiguration

The SdkConfigurationSection type exposes the following members.

Properties
 NameDescription
Public propertyBetPal SDK configuration element with LiveOdds BetPal feed provider settings.
Public propertyCommon SDK configuration element where common settings used throughout the SDK library are specified.
Public propertyCurrentConfigurationGets a reference to the top-level Configuration instance that represents the configuration hierarchy that the current ConfigurationElement instance belongs to.
(Inherited from ConfigurationElement)
Public propertyDynamic SDK configuration element where settings for the server-side configuration service are specified (mostly access parameters).
Public propertyElementInformationGets an ElementInformation object that contains the non-customizable information and functionality of the ConfigurationElement object.
(Inherited from ConfigurationElement)
Public propertyLcoo SDK configuration element with Live Cycle of Odds provider settings.
Public propertyLiveOdds SDK configuration element with LiveOdds feed provider settings.
Public propertyLiveOddsBetTypes SDK configuration element with LiveOdds BetType data feed provider settings.
Public propertyLiveOddsVbl SDK configuration element with LiveOdds VBL feed provider settings.
Public propertyLiveOddsVdr SDK configuration element with LiveOdds BetPal feed provider settings.
Public propertyLiveOddsVfc SDK configuration element with LiveOdds VFC feed provider settings.
Public propertyLiveOddsVfl SDK configuration element with LiveOdds VFL feed provider settings.
Public propertyLiveOddsVhc SDK configuration element with LiveOdds BetPal feed provider settings.
Public propertyLiveOddsVto SDK configuration element with LiveOdds VTO feed provider settings.
Public propertyLivePlex SDK configuration element with LiveOdds LivePlex feed provider settings.
Public propertyLiveScout SDK configuration element with LiveScout feed provider settings.
Public propertyLockAllAttributesExceptGets the collection of locked attributes.
(Inherited from ConfigurationElement)
Public propertyLockAllElementsExceptGets the collection of locked elements.
(Inherited from ConfigurationElement)
Public propertyLockAttributesGets the collection of locked attributes
(Inherited from ConfigurationElement)
Public propertyLockElementsGets the collection of locked elements.
(Inherited from ConfigurationElement)
Public propertyLockItemGets or sets a value indicating whether the element is locked.
(Inherited from ConfigurationElement)
Public propertyMessageDispatcher SDK configuration element where Message Dispatcher settings are specified.
Public propertyOddsCreator SDK configuration element with OddsCreator provider settings.
Public propertyPersistentState SDK configuration element with Persistent State provider settings (SqLite database settings).
Public propertySectionInformationGets a SectionInformation object that contains the non-customizable information and functionality of the ConfigurationSection object.
(Inherited from ConfigurationSection)
Public propertySoccerRoulette SDK configuration element with LiveOdds SoccerRoulette feed provider settings.
Top
Methods
 NameDescription
Public methodEqualsCompares the current ConfigurationElement instance to the specified object.
(Inherited from ConfigurationElement)
Public methodGetHashCodeGets a unique value representing the current ConfigurationElement instance.
(Inherited from ConfigurationElement)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsReadOnly
(Overrides ConfigurationElementIsReadOnly)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventOnConfigurationReloaded Event fired every time that configuration is reloaded / refreshed and might have changed. This is a good time for components to update their cached configuration settings, if any.
Top
See Also