[OrderAttribute(1)]
public class IncludeConfigurationDirective : ConfigurationDirectiveBase<OrderAttribute(1)>
Public Class IncludeConfigurationDirective
Inherits ConfigurationDirectiveBase[OrderAttribute(1)]
public ref class IncludeConfigurationDirective : public ConfigurationDirectiveBase[<OrderAttribute(1)>]
type IncludeConfigurationDirective =
class
inherit ConfigurationDirectiveBase
end| IncludeConfigurationDirective | Инициализирует новый экземпляр класса IncludeConfigurationDirective |
| Instance | Экземпляр класса. |
| Key |
Ключ, по которому директива расположена в хранилище.
(Переопределяет ConfigurationDirectiveBaseKey) |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetItemSourceAsync | Возвращает объект IConfigurationBuilderItemSource для обработки файлов по указанному пути или null, если обработка не требуется. |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ProcessValueAsync |
Выполняет обработку значения директивы.
(Унаследован от ConfigurationDirectiveBase) |
| ProcessValueCoreAsync |
Выполняет обработку значения директивы.
(Переопределяет ConfigurationDirectiveBaseProcessValueCoreAsync(Object, DictionaryString, Object, IConfigurationBuilderContext, CancellationToken)) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| KeyConst | Ключ, по которому директива расположена в хранилище. |