C# Class LoginRadiusSDK.Utility.LoginRadiusArgumentValidator

Class that validates arguments.
Afficher le fichier Open project: LoginRadius/dot-net-sdk

Méthodes publiques

Méthode 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 méthode

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
Résultat void