Click or drag to resize
Infosoft Logo

WSUserService Class

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

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

The WSUserService type exposes the following members.

Properties
 NameDescription
Public propertyReferenceKey 
Public propertyService 
Public propertyUser 
Top
Remarks
This type represents the link between a user and a service, and may also contain an optional reference key for the user/service relationship.
See Also