Click or drag to resize

IUserBase Interface

Base interface of user.

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public interface IUserBase

The IUserBase type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Get or set a description for the user
Public propertyEmail
Get or set the email of the user
Public propertyFirstName
Get or set the first name of the user
Public propertyLanguageId
Get or set the ID of the user language
Public propertyLastName
Get or set the last name of the user
Public propertyLogin
Get or set the login of user
Top
Remarks
Common part with the final interface and the POCO
See Also