C# Class ScrewTurn.Wiki.LocalUserInfo

Stores a Local UserInfo object.
Inheritance: UserInfo
显示文件 Open project: mono/ScrewTurnWiki Class Usage Examples

Public Methods

Method Description
LocalUserInfo ( string username, string displayName, string email, bool active, System.DateTime dateTime, IUsersStorageProviderV30 provider, string passwordHash ) : System

Initializes a new instance of the LocalUserInfo class.

Method Details

LocalUserInfo() public method

Initializes a new instance of the LocalUserInfo class.
public LocalUserInfo ( string username, string displayName, string email, bool active, System.DateTime dateTime, IUsersStorageProviderV30 provider, string passwordHash ) : System
username string The Username.
displayName string The display name.
email string The Email.
active bool Specifies whether the Account is active or not.
dateTime System.DateTime The creation DateTime.
provider IUsersStorageProviderV30 The Users Storage Provider that manages the User.
passwordHash string The Password Hash.
return System