HookableSchemeService - класс |
Иерархия наследования
Пространство имён:
Tessa.Scheme
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public sealed class HookableSchemeService : HookableService<ISchemeService>,
ISchemeServiceWithCache, ISchemeService, ISchemeServiceWithStorage
Public NotInheritable Class HookableSchemeService
Inherits HookableService(Of ISchemeService)
Implements ISchemeServiceWithCache, ISchemeService, ISchemeServiceWithStorage
public ref class HookableSchemeService sealed : public HookableService<ISchemeService^>,
ISchemeServiceWithCache, ISchemeService, ISchemeServiceWithStorage
[<SealedAttribute>]
type HookableSchemeService =
class
inherit HookableService<ISchemeService>
interface ISchemeServiceWithCache
interface ISchemeService
interface ISchemeServiceWithStorage
end
Тип HookableSchemeService предоставляет следующие члены.
Конструкторы Свойства Методы
| Имя | Описание |
---|
| AddHook | (Унаследован от HookableServiceTService.) |
| CreateStorageAsync | |
| 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.) |
| GetDatabasePropertiesAsync | |
| GetFunctionAsync(Guid, CancellationToken) | |
| GetFunctionAsync(String, CancellationToken) | |
| GetFunctionsAsync | |
| GetHashCode | Serves as the default hash function. (Унаследован от Object.) |
| GetMigrationAsync(Guid, CancellationToken) | |
| GetMigrationAsync(String, CancellationToken) | |
| GetMigrationsAsync | |
| GetPartitionAsync(Guid, CancellationToken) | |
| GetPartitionAsync(String, CancellationToken) | |
| GetPartitionsAsync | |
| GetProcedureAsync(Guid, CancellationToken) | |
| GetProcedureAsync(String, CancellationToken) | |
| GetProceduresAsync | |
| GetStorageVersionAsync | |
| GetTableAsync(Guid, CancellationToken) | |
| GetTableAsync(String, CancellationToken) | |
| GetTablesAsync | |
| GetType | Gets the Type of the current instance. (Унаследован от Object.) |
| InvalidateCacheAsync | |
| InvalidateCacheIfChangedAsync | |
| IsStorageExistsAsync | |
| IsStorageUpToDateAsync | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object.) |
| RemoveFunctionAsync | |
| RemoveHook | (Унаследован от HookableServiceTService.) |
| RemoveMigrationAsync | |
| RemovePartitionAsync | |
| RemoveProcedureAsync | |
| RemoveTableAsync | |
| SaveDatabasePropertiesAsync | |
| SaveFunctionAsync | |
| SaveMigrationAsync | |
| SavePartitionAsync | |
| SaveProcedureAsync | |
| SaveTableAsync | |
| ToString | Returns a string that represents the current object. (Унаследован от Object.) |
| UpdateStorageAsync | |
В начало страницыМетоды расширения
| Имя | Описание |
---|
| Get | (Определяется ComHelper.) |
| InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.) |
| Invoke | (Определяется ComHelper.) |
| Set | (Определяется ComHelper.) |
| ValidateAsync(IValidationResultBuilder, Guid, Object, String, CancellationToken) | Перегружен.
Выполняет проверку наличия таблицы с идентификатором tableID в схеме.
(Определяется CardUIExtensions.) |
| ValidateAsync(IValidationResultBuilder, Guid, Guid, Object, String, Boolean, CancellationToken) | Перегружен.
Выполняет проверку наличия колонки с идентификатором columnID
в таблице с идентификатором tableID.
(Определяется CardUIExtensions.) |
В начало страницыСм. также