Для изменения размера нажмите или перетащите

ProviderSettingsSection - методы

Тип ProviderSettingsSection предоставляет следующие члены.

Методы
  ИмяОписание
Защищённый методCombinePath
Защищённый методDeserializeElement
Reads XML from the configuration file.
(Унаследован от ConfigurationElement.)
Защищённый методDeserializeSection
Reads XML from the configuration file.
(Унаследован от ConfigurationSection.)
Открытый методEquals
Compares the current ConfigurationElement instance to the specified object.
(Унаследован от ConfigurationElement.)
Открытый методGetHashCode
Gets a unique value representing the current ConfigurationElement instance.
(Унаследован от ConfigurationElement.)
Защищённый методGetRuntimeObject
Returns a custom object when overridden in a derived class.
(Унаследован от ConfigurationSection.)
Защищённый методGetTransformedAssemblyString
Returns the transformed version of the specified assembly name.
(Унаследован от ConfigurationElement.)
Защищённый методGetTransformedTypeString
Returns the transformed version of the specified type name.
(Унаследован от ConfigurationElement.)
Защищённый методInit
Sets the ConfigurationElement object to its initial state.
(Унаследован от ConfigurationElement.)
Защищённый методInitializeAutoInitilize
Защищённый методInitializeDefault
Used to initialize a default set of values for the ConfigurationElement object.
(Унаследован от ConfigurationElement.)
Защищённый методIsModified
Indicates whether this configuration element has been modified since it was last saved or loaded when implemented in a derived class.
(Унаследован от ConfigurationSection.)
Открытый методIsReadOnly
Gets a value indicating whether the ConfigurationElement object is read-only.
(Унаследован от ConfigurationElement.)
Защищённый методListErrors
Adds the invalid-property errors in this ConfigurationElement object, and in all subelements, to the passed list.
(Унаследован от ConfigurationElement.)
Защищённый методOnDeserializeUnrecognizedAttribute
Gets a value indicating whether an unknown attribute is encountered during deserialization.
(Унаследован от ConfigurationElement.)
Защищённый методOnDeserializeUnrecognizedElement
Gets a value indicating whether an unknown element is encountered during deserialization.
(Унаследован от ConfigurationElement.)
Защищённый методOnRequiredPropertyNotFound
Throws an exception when a required property is not found.
(Унаследован от ConfigurationElement.)
Защищённый методPostDeserialize
Called after deserialization.
(Унаследован от ConfigurationElement.)
Защищённый методPreSerialize
Called before serialization.
(Унаследован от ConfigurationElement.)
Защищённый методReplaceConfigDir
Защищённый методReset
Resets the internal state of the ConfigurationElement object, including the locks and the properties collections.
(Унаследован от ConfigurationElement.)
Защищённый методResetModified
Resets the value of the IsModified method to when implemented in a derived class.
(Унаследован от ConfigurationSection.)
Защищённый методSerializeElement
Writes the contents of this configuration element to the configuration file when implemented in a derived class.
(Унаследован от ConfigurationElement.)
Защищённый методSerializeSection
Creates an XML string containing an unmerged view of the ConfigurationSection object as a single section to write to a file.
(Унаследован от ConfigurationSection.)
Защищённый методSerializeToXmlElement
Writes the outer tags of this configuration element to the configuration file when implemented in a derived class.
(Унаследован от ConfigurationElement.)
Защищённый методSetPropertyValue
Sets a property to the specified value.
(Унаследован от ConfigurationElement.)
Защищённый методSetReadOnly
Sets the IsReadOnly property for the ConfigurationElement object and all subelements.
(Унаследован от ConfigurationElement.)
Защищённый методShouldSerializeElementInTargetVersion
Indicates whether the specified element should be serialized when the configuration object hierarchy is serialized for the specified target version of the .NET Framework.
(Унаследован от ConfigurationSection.)
Защищённый методShouldSerializePropertyInTargetVersion
Indicates whether the specified property should be serialized when the configuration object hierarchy is serialized for the specified target version of the .NET Framework.
(Унаследован от ConfigurationSection.)
Защищённый методShouldSerializeSectionInTargetVersion
Indicates whether the current ConfigurationSection instance should be serialized when the configuration object hierarchy is serialized for the specified target version of the .NET Framework.
(Унаследован от ConfigurationSection.)
Защищённый методUnmerge
Modifies the ConfigurationElement object to remove all values that should not be saved.
(Унаследован от ConfigurationElement.)
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияGetID
Получить идентификатор из объекта. Вызывает ToString().ToLower()
(Определяется ObjectExtensions.)
Открытый метод расширенияImplementation
Получить реальный объект из класса
(Определяется ModelExtensions.)
Открытый метод расширенияSafeToString (Определяется ObjectExtensions.)
Открытый метод расширенияToEncodedJson
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.)
Открытый метод расширенияToJson
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.)
Открытый метод расширенияToJsonSlice
Получить представление объекта в структуре Json. Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.)
В начало страницы
См. также