• Retrieves a concatenated string from an entity's dynamic properties.

    Parameters

    • entity: Entity

      The entity from which to retrieve the dynamic properties.

    • propertyName: string

      The base name of the dynamic property to retrieve.

    • zeroLengthPlaceholder: string = ""

      A placeholder string to return if the dynamic property length is zero. Defaults to an empty string.

    Returns string

    The concatenated string from the entity's dynamic properties, or the zeroLengthPlaceholder if the length is zero.

    If the propertyName is not a string.