C# Class DotNetNuke.Extensions.DomainModel.ValidatableObject

Inheritance: BaseObject, IRuleValidatable
Afficher le fichier Open project: JonHaywood/DotNetNuke.Extensions

Méthodes publiques

Méthode Description
GetRuleViolations ( ) : IEnumerable

Gets a collection of business rule violations, if there are any.

IsValid ( ) : bool

Returns true if the object passes all business rule checks.

Method Details

GetRuleViolations() public méthode

Gets a collection of business rule violations, if there are any.
public GetRuleViolations ( ) : IEnumerable
Résultat IEnumerable

IsValid() public méthode

Returns true if the object passes all business rule checks.
public IsValid ( ) : bool
Résultat bool