winccoa-manager
    Preparing search index...

    Class ServiceCore

    Base class for services.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Methods

    Constructors

    • Creates an instance of ServiceBase.

      Parameters

      • protocolType: string

        The protocol type of the service.

      • protocolVersion: number

        The protocol version of the service.

      • serviceName: string

        The name of the service.

      Returns ServiceCore

      Error if the service name is invalid.

    Accessors

    • get serviceBaseName(): string

      The base name of the service.

      Returns string

    Methods

    • Checks if a service name is valid.

      Parameters

      • serviceName: string

        The name of the service.

      Returns boolean

      True if the service name is valid, false otherwise.

      Allowed characters are letters, digits, and the following special characters: _ -