Show / Hide Table of Contents

    Class ExtensibilityTypes

    Contains collections of all custom types that can be used in Sentinet extensibility points.

    Inheritance
    Object
    ExtensibilityTypes
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    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
    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>
    Back to top Nevatech Sentinet 6.5 Online Documentation