Class ExtensibilityTypes
Contains collections of all custom types that can be used in Sentinet extensibility points.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Services
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class ExtensibilityTypes
  Constructors
ExtensibilityTypes()
Declaration
public ExtensibilityTypes()
  Properties
AlertHandlerTypes
Gets collection of custom alert handler types.
Declaration
public Collection<AlertHandlerType> AlertHandlerTypes { get; }
  Property Value
| Type | Description | 
|---|---|
| Collection<AlertHandlerType> | 
ComponentTypes
Gets collection of custom message pipeline component types.
Declaration
public Collection<ComponentType> ComponentTypes { get; }
  Property Value
| Type | Description | 
|---|---|
| Collection<ComponentType> | 
ExpressionTypes
Gets collection of custom access rule expressions types.
Declaration
public Collection<ExpressionType> ExpressionTypes { get; }
  Property Value
| Type | Description | 
|---|---|
| Collection<ExpressionType> | 
RouterTypes
Gets collection of custom message router types.
Declaration
public Collection<RouterType> RouterTypes { get; }
  Property Value
| Type | Description | 
|---|---|
| Collection<RouterType> |