public sealed class DefaultFieldPlaceholderReplacer : FieldPlaceholderReplacerPublic NotInheritable Class DefaultFieldPlaceholderReplacer
Inherits FieldPlaceholderReplacerpublic ref class DefaultFieldPlaceholderReplacer sealed : public FieldPlaceholderReplacer[<SealedAttribute>]
type DefaultFieldPlaceholderReplacer =
class
inherit FieldPlaceholderReplacer
end| DefaultFieldPlaceholderReplacer | Создаёт экземпляр класса с указанием его зависимостей. |
| 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) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ReplaceAsync |
Заменяет плейсхолдер, работающий в режиме "поле", на строку текста.
Возвращает null, если замену невозможно выполнить.
Если возвращается пустая строка, то выполняется преднамеренная замена на пустую строку.
(Унаследован от FieldPlaceholderReplacer) |
| ReplaceCoreAsync |
Заменяет плейсхолдер, работающий в режиме "поле", на строку текста.
Возвращает null, если замену невозможно выполнить.
Если возвращается пустая строка, то выполняется преднамеренная замена на пустую строку.
(Переопределяет FieldPlaceholderReplacerReplaceCoreAsync(IPlaceholderReplacementContext, IPlaceholder, CancellationToken)) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |