Interface IAutoValueServiceRegistry<ValueType>


  • public interface IAutoValueServiceRegistry<ValueType>
    Registry, which provides access to 1C:Enterprise runtime version specific auto value by given IAutoValueContext.
    • Method Detail

      • get

        ValueType get​(Version version,
                      IAutoValueContext context)
        Returns 1C:Enterprise runtime version specific auto value by given of IAutoValueContext.
        Parameters:
        version - the 1C:Enterprise runtime version, cannot be null
        context - the given context, cannot be null
        Returns:
        1C:Enterprise runtime version specific auto value by given IAutoValueContext, can be null