Click or drag to resize
Infosoft Logo

WSUser Class

The WSUser class is used to make transport objects to be used in WCF web services. It's a simplified version of the ServiceUser class.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContracts.UserRegisterWSUser

Namespace: Infosoft.Common.Contracts.DataContracts.UserRegister
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class WSUser

The WSUser type exposes the following members.

Properties
 NameDescription
Public propertyEmail 
Public propertyName 
Public propertyPassword 
Public propertyUser_Id 
Top
Remarks
A user represents a person using any of a number of services.
See Also