C# Class Nfield.PowerShell.Helpers.Concrete.CustomInterviewerValidatorAttribute

Inheritance: System.Management.Automation.ValidateEnumeratedArgumentsAttribute
Mostrar archivo Open project: NIPOSoftware/Nfield-Powershell Class Usage Examples

Public Methods

Method Description
Validate ( Interviewer interviewer ) : void

Protected Methods

Method Description
ValidateElement ( object element ) : void

Method Details

Validate() public method

public Validate ( Interviewer interviewer ) : void
interviewer Nfield.Models.Interviewer
return void

ValidateElement() protected method

protected ValidateElement ( object element ) : void
element object
return void