winccoa-manager
    Preparing search index...

    Class ServiceCore

    Base class for services.

    Hierarchy (View Summary)

    Index

    Constructors

    • Creates an instance of ServiceBase.

      Parameters

      • protocolType: string
      • protocolVersion: number
      • serviceFullName: string

        The full name of the service.

      Returns ServiceCore

      Error if the service full name is invalid.

    Accessors

    • get serviceFullName(): string

      The full name of the service.

      Returns string

    Methods

    • Checks if a service full name is valid.

      Parameters

      • serviceFullName: string

        The full name of the service.

      Returns boolean

      True if the service full name is valid, false otherwise.

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