RepoParametersConfig Properties KerbalData - KSP Data Unlocked!
The RepoParametersConfig type exposes the following members.
Properties

  NameDescription
Protected propertyOnlineAddElementName
Gets or sets the name of the OnlineConfigurationElement to associate with the add operation in the OnlineConfigurationElementCollection when overridden in a derived class.
(Inherited from OnlineConfigurationElementCollection.)
Protected propertyOnlineClearElementName
Gets or sets the name for the OnlineConfigurationElement to associate with the clear operation in the OnlineConfigurationElementCollection when overridden in a derived class.
(Inherited from OnlineConfigurationElementCollection.)
Public propertyCollectionType
Gets the type of the OnlineConfigurationElementCollection.
(Overrides OnlineConfigurationElementCollection CollectionType.)
Public propertyOnlineCount
Gets the number of elements in the collection.
(Inherited from OnlineConfigurationElementCollection.)
Public propertyOnlineCurrentConfiguration
Gets a reference to the top-level OnlineConfiguration instance that represents the configuration hierarchy that the current OnlineConfigurationElement instance belongs to.
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineElementInformation
Gets an OnlineElementInformation object that contains the non-customizable information and functionality of the OnlineConfigurationElement object.
(Inherited from OnlineConfigurationElement.)
Protected propertyElementName
Gets the name used to identify this collection of elements
(Overrides OnlineConfigurationElementCollection ElementName.)
Protected propertyOnlineElementProperty
Gets the OnlineConfigurationElementProperty object that represents the OnlineConfigurationElement object itself.
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineEmitClear
Gets or sets a value that specifies whether the collection has been cleared.
(Inherited from OnlineConfigurationElementCollection.)
Protected propertyOnlineEvaluationContext
Gets the OnlineContextInformation object for the OnlineConfigurationElement object.
(Inherited from OnlineConfigurationElement.)
Protected propertyHasContext
Gets a value that indicates whether the OnlineCurrentConfiguration property is null.
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineIsSynchronized
Gets a value indicating whether access to the collection is synchronized.
(Inherited from OnlineConfigurationElementCollection.)
Protected propertyOnlineItem ConfigurationProperty 
Gets or sets a property or attribute of this configuration element.
(Inherited from OnlineConfigurationElement.)
Protected propertyOnlineItem String 
Gets or sets a property, attribute, or child element of this configuration element.
(Inherited from OnlineConfigurationElement.)
Public propertyItem Int32 
Gets the RepoParameterConfig at the specified index.
Public propertyItem Object 
Gets the RepoParameterConfig with the specified key.
Public propertyOnlineLockAllAttributesExcept
Gets the collection of locked attributes.
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineLockAllElementsExcept
Gets the collection of locked elements.
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineLockAttributes
Gets the collection of locked attributes
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineLockElements
Gets the collection of locked elements.
(Inherited from OnlineConfigurationElement.)
Public propertyOnlineLockItem
Gets or sets a value indicating whether the element is locked.
(Inherited from OnlineConfigurationElement.)
Protected propertyOnlineProperties
Gets the collection of properties.
(Inherited from OnlineConfigurationElement.)
Protected propertyOnlineRemoveElementName
Gets or sets the name of the OnlineConfigurationElement to associate with the remove operation in the OnlineConfigurationElementCollection when overridden in a derived class.
(Inherited from OnlineConfigurationElementCollection.)
Public propertyOnlineSyncRoot
Gets an object used to synchronize access to the OnlineConfigurationElementCollection.
(Inherited from OnlineConfigurationElementCollection.)
Protected propertyOnlineThrowOnDuplicate
Gets a value indicating whether an attempt to add a duplicate OnlineConfigurationElement to the OnlineConfigurationElementCollection will cause an exception to be thrown.
(Inherited from OnlineConfigurationElementCollection.)
Back to Top
See Also