|
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.UserRegisterAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax public class WSValidationDetail
No code example is currently available or this language may not be supported.
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