Search Results for

    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()
    Namespace: Nevatech.Vsb.Repository.Services
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    public sealed class ExtensibilityTypes

    Constructors

    ExtensibilityTypes()

    Declaration
    public ExtensibilityTypes()

    Properties

    AlertHandlerTypes

    Gets collection of custom alert handler types.

    Declaration
    [DataMember]
    public Collection<AlertHandlerType> AlertHandlerTypes { get; }
    Property Value
    Type Description
    Collection<AlertHandlerType>

    ComponentTypes

    Gets collection of custom message pipeline component types.

    Declaration
    [DataMember]
    public Collection<ComponentType> ComponentTypes { get; }
    Property Value
    Type Description
    Collection<ComponentType>

    ExpressionTypes

    Gets collection of custom access rule expressions types.

    Declaration
    [DataMember]
    public Collection<ExpressionType> ExpressionTypes { get; }
    Property Value
    Type Description
    Collection<ExpressionType>

    RouterTypes

    Gets collection of custom message router types.

    Declaration
    [DataMember]
    public Collection<RouterType> RouterTypes { get; }
    Property Value
    Type Description
    Collection<RouterType>
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation