ProviderSettingsSection - класс |
Пространство имён: EleWise.ELMA.Configuration
public abstract class ProviderSettingsSection : ConfigurationSection
Тип ProviderSettingsSection предоставляет следующие члены.
Имя | Описание | |
---|---|---|
ProviderSettingsSection | Инициализирует новый экземпляр класса ProviderSettingsSection |
Имя | Описание | |
---|---|---|
AutoInitialize |
Автоматическая инициализация провайдера при загрузке
| |
CurrentConfiguration | Gets a reference to the top-level Configuration instance that represents the configuration hierarchy that the current ConfigurationElement instance belongs to. (Унаследован от ConfigurationElement.) | |
ElementInformation | Gets an ElementInformation object that contains the non-customizable information and functionality of the ConfigurationElement object. (Унаследован от ConfigurationElement.) | |
ElementProperty | Gets the ConfigurationElementProperty object that represents the ConfigurationElement object itself. (Унаследован от ConfigurationElement.) | |
EvaluationContext | Gets the ContextInformation object for the ConfigurationElement object. (Унаследован от ConfigurationElement.) | |
HasContext | Gets a value that indicates whether the CurrentConfiguration property is . (Унаследован от ConfigurationElement.) | |
Item | Gets or sets a property or attribute of this configuration element. (Унаследован от ConfigurationElement.) | |
Item | Gets or sets a property, attribute, or child element of this configuration element. (Унаследован от ConfigurationElement.) | |
LockAllAttributesExcept | Gets the collection of locked attributes. (Унаследован от ConfigurationElement.) | |
LockAllElementsExcept | Gets the collection of locked elements. (Унаследован от ConfigurationElement.) | |
LockAttributes | Gets the collection of locked attributes (Унаследован от ConfigurationElement.) | |
LockElements | Gets the collection of locked elements. (Унаследован от ConfigurationElement.) | |
LockItem | Gets or sets a value indicating whether the element is locked. (Унаследован от ConfigurationElement.) | |
Properties | Gets the collection of properties. (Унаследован от ConfigurationElement.) | |
ProviderType |
Уникальный идентификатор провайдера БД
| |
SectionInformation | Gets a SectionInformation object that contains the non-customizable information and functionality of the ConfigurationSection object. (Унаследован от ConfigurationSection.) |
Имя | Описание | |
---|---|---|
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.) |