Click or drag to resize
Infosoft Logo

ISystemUserService Interface

Defines operations for working with data associated with a user.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Users
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface ISystemUserService : IBusinessService

The ISystemUserService type exposes the following members.

Methods
 NameDescription
Public methodGetAccessTitles Gets a list of titles that a given user has access to.
Public methodGetCulture Gets the culture of the user with a given ID.
Public methodGetDefaultTitle Gets the default title of user with a given ID.
Public methodGetSalesPersons Gets the sales persons of the user with a given ID.
Public methodGetSystemRoles Gets the roles of the user with a given ID.
Public methodGetSystemUserByCode Gets the user with a given code/username.
Public methodGetSystemUserById Gets the user with a given ID.
Top
See Also