Class ExtensibilityTypes
Contains collections of all custom types that can be used in Sentinet extensibility points.
Inheritance
System.Object
ExtensibilityTypes
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
---|---|
System.Collections.ObjectModel.Collection<AlertHandlerType> |
ComponentTypes
Gets collection of custom message pipeline component types.
Declaration
public Collection<ComponentType> ComponentTypes { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.Collection<ComponentType> |
ExpressionTypes
Gets collection of custom access rule expressions types.
Declaration
public Collection<ExpressionType> ExpressionTypes { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.Collection<ExpressionType> |
RouterTypes
Gets collection of custom message router types.
Declaration
public Collection<RouterType> RouterTypes { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.Collection<RouterType> |