Click or drag to resize
Infosoft Logo

WSValidationDetail Class

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

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

The WSValidationDetail type exposes the following members.

Properties
Remarks
A ValidationDetail is an extra piece of information determining what you can put in a dynamic attribute value that has a given validation. For example, for a gender validation there will be a list of ValidationDetail objects such as "K", "M", "U" which represent the allowed values for that validation.
See Also