IdeaBlade DevForce 2010 Help Reference
SetUserProfile Method
See Also  Send Feedback
IdeaBlade.EntityModel.Web Assembly > IdeaBlade.EntityModel.Web Namespace > AspAuthenticatingLoginManager Class : SetUserProfile Method



user
Sets profile properties into the UserBase instance.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub SetUserProfile( _
   ByVal user As UserBase _
) 
Visual Basic (Usage)Copy Code
Dim instance As AspAuthenticatingLoginManager
Dim user As UserBase
 
instance.SetUserProfile(user)
C# 
protected virtual void SetUserProfile( 
   UserBase user
)
C++/CLI 
protected:
virtual void SetUserProfile( 
   UserBase^ user
) 

Parameters

user

Remarks

Called for authenticated and unauthenticated users. The default implementation will use reflection to set values for matching Profile properties in the UserBase custom class if the ASP.NET Profile Manager is enabled.

Note that the base IdeaBlade.EntityModel.UserBase class has no custom properties defined. To use the ASP.NET Profile feature and have these properties available in your client application you must extend UserBase.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.