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.) |