Creates new instance of the User class.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public User(
	string name,
	UserType userType
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String, _
	userType As UserType _
)
Visual C++
public:
User(
	String^ name, 
	UserType userType
)

Parameters

name
Type: System..::.String
userType
Type: PerpetuumSoft.DataModel.MsSql..::.UserType

See Also