Highway Framework  Release 1.0.1.0
The fastest and smoothest way to great architecture
 All Classes Namespaces Functions Variables Properties Events
Public Member Functions
Highway.Data.Interfaces.IUserNameService Interface Reference

This gives a standard interface for the user name service, Which is leveraged by the PreSave interceptors to supply user names for audit tagging on entities. More...

Inheritance diagram for Highway.Data.Interfaces.IUserNameService:
Highway.Data.Services.DefaultUserNameService

List of all members.

Public Member Functions

string GetCurrentUserName ()
 Basic Method for returning the current user name

Detailed Description

This gives a standard interface for the user name service, Which is leveraged by the PreSave interceptors to supply user names for audit tagging on entities.


Member Function Documentation

string Highway.Data.Interfaces.IUserNameService.GetCurrentUserName ( )

Basic Method for returning the current user name

Returns:
The current user's name or login

Implemented in Highway.Data.Services.DefaultUserNameService.


The documentation for this interface was generated from the following file: