BenSelect Documentation
ObjectLoginToken Constructor(Guid,DateTime,String,Guid,Guid,String,String,String)
See Also  Send Feedback
Selerix.Foundation.Interfaces.Entities Namespace > ObjectLoginToken Class > ObjectLoginToken Constructor : ObjectLoginToken Constructor(Guid,DateTime,String,Guid,Guid,String,String,String)
loginGuid
The login unique identifier.
timeStamp
The time stamp.
userName
Name of the user.
portfolioId
The portfolio identifier.
objectId
The object identifier.
objectName
Name of the object.
objectType
Type of the object.
data
The data.
Initializes a new instance of the ObjectLoginToken class.

Syntax

JScript 
public function ObjectLoginToken( 
   loginGuid : Guid,
   timeStamp : DateTime,
   userName : String,
   portfolioId : Guid,
   objectId : Guid,
   objectName : String,
   objectType : String,
   data : String
);

Parameters

loginGuid
The login unique identifier.
timeStamp
The time stamp.
userName
Name of the user.
portfolioId
The portfolio identifier.
objectId
The object identifier.
objectName
Name of the object.
objectType
Type of the object.
data
The data.

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

© 2024 All Rights Reserved.