C# Class IdokladSdk.ApiValidator

Show file Open project: mholec/idoklad-sdk-csharp

Public Methods

Method Description
ValidateObject ( object obj, List &errors ) : bool

Validates object based on object's data annotations

Method Details

ValidateObject() public static method

Validates object based on object's data annotations
public static ValidateObject ( object obj, List &errors ) : bool
obj object
errors List
return bool