public abstract class ConfigurationBuilderItemBase : IConfigurationBuilderItem,
IEquatable<IConfigurationBuilderItem>Public MustInherit Class ConfigurationBuilderItemBase
Implements IConfigurationBuilderItem, IEquatable(Of IConfigurationBuilderItem)public ref class ConfigurationBuilderItemBase abstract : IConfigurationBuilderItem,
IEquatable<IConfigurationBuilderItem^>[<AbstractClassAttribute>]
type ConfigurationBuilderItemBase =
class
interface IConfigurationBuilderItem
interface IEquatable<IConfigurationBuilderItem>
end| ConfigurationBuilderItemBase | Инициализирует новый экземпляр класса ConfigurationBuilderItemBase |
| FilePathForError | Путь до файла, записываемый в свойство FilePath при возникновении ошибок, связанных с вызовом методов этого объекта. Может быть равен null/пустой строке, если информация по файлу не предоставляется. |
| Equals(IConfigurationBuilderItem) | Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Переопределяет ObjectEquals(Object)) |
| EqualsCore | Indicates whether the current object is equal to another object of the same type. |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| FinalizeContextAsync | Завершает обработку контекста context после обработки текущего объекта в блоке finally. |
| FinalizeContextCoreAsync | Подготавливает контекст context перед обработкой текущего объекта. |
| GetHashCode | Serves as the default hash function. (Переопределяет ObjectGetHashCode) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| LoadStorageAsync | Загружает хранилище для текущего файла конфигурации или null, если хранилище отсутствует. |
| LoadStorageCoreAsync | Загружает хранилище для текущего файла конфигурации или null, если хранилище отсутствует. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| PrepareContextAsync | Подготавливает контекст context перед обработкой текущего объекта. |
| PrepareContextCoreAsync | Подготавливает контекст context перед обработкой текущего объекта. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| TryCreateWatcherAsync | Создаёт объект, обеспечивающий возможность прослушивания изменений в конфигурационном файле, или null, если такой объект не поддерживается. |
| TryCreateWatcherCoreAsync | Подготавливает контекст context перед обработкой текущего объекта. |