C# Class SFA.DAS.EmployerIncentives.Abstractions.Commands.ValidationResult

Afficher le fichier Open project: SkillsFundingAgency/das-employer-incentives

Méthodes publiques

Méthode Description
AddError ( string propertyName ) : void
AddError ( string propertyName, string validationError ) : void
IsValid ( ) : bool
ValidationResult ( ) : System.Collections.Generic

Method Details

AddError() public méthode

public AddError ( string propertyName ) : void
propertyName string
Résultat void

AddError() public méthode

public AddError ( string propertyName, string validationError ) : void
propertyName string
validationError string
Résultat void

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

ValidationResult() public méthode

public ValidationResult ( ) : System.Collections.Generic
Résultat System.Collections.Generic