Click or drag to resize
Infosoft Logo

WSService Class

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

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

The WSService type exposes the following members.

Properties
 NameDescription
Public propertyDescription 
Public propertyName 
Public propertyService_Id 
Top
Remarks
A service is a standalone system that can communicate with the user database.
See Also