Using TopCoder

.NET

Data Validation Version 1.0

STATUS KEY : Specification Design and Architecture Development and Testing Complete
  • Overview

    Analyzes objects to verify the content meets defined rules.

  • Functionality

    The Data Validation component analyses objects to verify that the content meets defined rules. Object content is different for each class and is defined by each class specific DataValidation handler. For example, an Integer handler could validate that the object passed in is in fact an integer and falls within a specified range. In addition, data can be validated across object types.

    The Data Validation component can be used to facilitate server side data validation for web-based applications. The component can be used to validate that input parameters, which are all represented as strings, are of the correct type, length and within a specified range.
  • Technologies

    .NET, C#

    Availability

    Version 1.0

This component is a Base Component