C# Class LoginRadiusSDK.Utility.LoginRadiusArgumentValidator

Class that validates arguments.
Mostrar archivo Open project: LoginRadius/dot-net-sdk

Public Methods

Method Description
Validate ( object argument, string name ) : void

Helper method for validating an argument that will be used by API in any requests.

Method Details

Validate() public method

Helper method for validating an argument that will be used by API in any requests.
public Validate ( object argument, string name ) : void
argument object The object to be validated.
name string Name of the function to be Validate
return void