User Constructor(Store,String,String,Nullable<DateTime>,String,String,String,Boolean,Boolean,DateTime,Nullable<DateTime>,Nullable<DateTime>,Nullable<DateTime>,Nullable<DateTime>,Int32,Nullable<DateTime>,Int32,Nullable<DateTime>,String)
In This Topic
Initializes a new instance of the User class.
Syntax
public User(
Store ,
string ,
string ,
Nullable<DateTime> ,
string ,
string ,
string ,
bool ,
bool ,
DateTime ,
Nullable<DateTime> ,
Nullable<DateTime> ,
Nullable<DateTime> ,
Nullable<DateTime> ,
int ,
Nullable<DateTime> ,
int ,
Nullable<DateTime> ,
string
)
Parameters
- store
- The value of store
- username
- The value of username
- email
- The value of email
- affiliatereferraldate
- The value of affiliatereferraldate
- paypalid
- The value of paypalid
- passwordquestion
- The value of passwordquestion
- passwordanswer
- The value of passwordanswer
- isapproved
- The value of isapproved
- islockedout
- The value of islockedout
- createdate
- The value of createdate
- lastactivitydate
- The value of lastactivitydate
- lastlogindate
- The value of lastlogindate
- lastpasswordchangeddate
- The value of lastpasswordchangeddate
- lastlockoutdate
- The value of lastlockoutdate
- failedpasswordattemptcount
- The value of failedpasswordattemptcount
- failedpasswordattemptwindowstart
- The value of failedpasswordattemptwindowstart
- failedpasswordanswerattemptcount
- The value of failedpasswordanswerattemptcount
- failedpasswordanswerattemptwindowstart
- The value of failedpasswordanswerattemptwindowstart
- comment
- The value of comment
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also