public sealed class WorkflowActionRegistry : Registry<Guid, IWorkflowAction>,
IWorkflowActionRegistry, IRegistry<Guid, IWorkflowAction>
Public NotInheritable Class WorkflowActionRegistry
Inherits Registry(Of Guid, IWorkflowAction)
Implements IWorkflowActionRegistry, IRegistry(Of Guid, IWorkflowAction)
public ref class WorkflowActionRegistry sealed : public Registry<Guid, IWorkflowAction^>,
IWorkflowActionRegistry, IRegistry<Guid, IWorkflowAction^>
[<SealedAttribute>]
type WorkflowActionRegistry =
class
inherit Registry<Guid, IWorkflowAction>
interface IWorkflowActionRegistry
interface IRegistry<Guid, IWorkflowAction>
end
WorkflowActionRegistry | Инициализирует новый экземпляр класса WorkflowActionRegistry |
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) |
Get | |
GetAll | Возвращает все зарегистрированные в реестре объекты. (Унаследован от RegistryTIdentifier, TItem) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
IsDefined(TIdentifier) | Возвращает признак того, что в реестре был зарегистрирован объект по заданному идентификатору. (Унаследован от RegistryTIdentifier, TItem) |
IsDefined(TItem) | Возвращает признак того, что заданный объект был зарегистрирован в реестре. (Унаследован от RegistryTIdentifier, TItem) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
Register | Регистрирует объект по его идентификатору. Метод замещает предыдущую регистрацию при её наличии. (Унаследован от RegistryTIdentifier, TItem) |
RegisterCore | Регистрирует объект по его идентификатору. Метод замещает предыдущую регистрацию при её наличии. (Унаследован от RegistryTIdentifier, TItem) |
RegisterNew |
Регистрирует новый объект в реестре.
Если элемент уже присутствует, то никаких действий не производится.
(Унаследован от RegistryTIdentifier, TItem) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
TryGet |
Возвращает объект в параметре result, зарегистрированный в реестре по заданному идентификатору.
Метод возвращает false, если объект отсутствует в реестре.
(Унаследован от RegistryTIdentifier, TItem) |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |