Interface UserPropertiesRpcServiceAsync


public interface UserPropertiesRpcServiceAsync
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    getPropertyKeys(<any> callback)
     
    void
    updateProperties(UserDto user, List<UserPropertyDto> addedProperties, List<UserPropertyDto> modifiedProperties, List<UserPropertyDto> removedProperties, <any> callback)
     
  • Method Details

    • getPropertyKeys

      void getPropertyKeys(<any> callback)
    • updateProperties

      void updateProperties(UserDto user, List<UserPropertyDto> addedProperties, List<UserPropertyDto> modifiedProperties, List<UserPropertyDto> removedProperties, <any> callback)