public sealed class PlaceholderViewExecutor : PlaceholderExecutor,
IPlaceholderViewExecutor
Public NotInheritable Class PlaceholderViewExecutor
Inherits PlaceholderExecutor
Implements IPlaceholderViewExecutor
public ref class PlaceholderViewExecutor sealed : public PlaceholderExecutor,
IPlaceholderViewExecutor
[<SealedAttribute>]
type PlaceholderViewExecutor =
class
inherit PlaceholderExecutor
interface IPlaceholderViewExecutor
end
PlaceholderViewExecutor | Создаёт экземпляр класса с указанием его зависимостей. |
CoerceAfterLoading | Корректировка загруженного из базы данных значения, которое затем будет отформатировано и выведено в виде строки. (Унаследован от PlaceholderExecutor) |
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) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
TryExecuteRowListAsync | Выполняет представление и возвращает список строк таблицы или null, если выполнить представление не удалось. Рекомендуется использовать метод при выполнении представления для плейсхолдера, работающего в "режиме таблицы". |
TryExecuteScalarListAsync | Выполняет представление и возвращает список скалярных полей или null, если выполнить представление не удалось. Рекомендуется использовать метод при выполнении представления для плейсхолдера, работающего в "режиме поля". |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |