Fire up your applications with Jetfire
RSS
Jetfire Wiki


Quick Search
»
Advanced Search »

Table of Contents [Hide/Show]


Jetfire Code: UserLogin

The Jetfire Code Class for UserLogin is shown below in the box. This class is used for Jetfire Users.

// U S E R L O G I N   
//===================================================================================
// UserLogin.txt
//===================================================================================
// Copyright (C) 2009 TrackerRealm Corporation
// This file is part of Jetfire.  http://Jetfire.ca
// 
// Jetfire is open software: you can redistribute it and/or modify it under the terms of the 
// GNU General Public License as published by the Free Software Foundation, version 3 of the License.
// 
// Jetfire is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; 
// without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
// See the GNU General Public License for more details.
// 
// You should have received a copy of the GNU General Public License along with Jetfire.  
// If not, see http://www.gnu.org/licenses.
// REMOVAL OF THIS NOTICE IS VIOLATION OF THE COPYRIGHT.
//===================================================================================
//
// DisplayName = "UserLogin";
// ToolTip = "Class that defines the Login User. This class is automatically added to Jetfire Web Parts.  
// This class is for reference only.";
//
namespace System 
{
	public workflow UserLogin : User
	{
		public UserLogin(string name, Profile profile) : base(name, profile)
		{ 
		} 
		// Add Properties 
		public string Password
		{
			get;
			set; 
		} 
		public string SALT
		{
			get;
			set; 
		} 
		public string Email
		{
			get;
			set; 
		} 
		public string Question
		{
			get;
			set; 
		} 
		public string Answer
		{
			get;
			set; 
		} 
		public string TimeZone
		{
			get;
			set; 
		} 
		public DateTime CreateDateTime
		{
			get;
			set; 
		} 
		public DateTime LastActivityDate
		{
			get;
			set; 
		} 
		public bool IsOnline
		{
			get;
			set; 
		} 
		public bool IsLockedOut
		{
			get;
			set; 
		} 
		public bool IsApproved
		{
			get;
			set; 
		} 
	} 
}

See Also

Jetfire Code Library
Jetfire Contacts Code Library

ScrewTurn Wiki version 3.0.4.560. Some of the icons created by FamFamFam.