C# 클래스 DotNetNuke.Extensions.DomainModel.ValidatableObject

상속: BaseObject, IRuleValidatable
파일 보기 프로젝트 열기: JonHaywood/DotNetNuke.Extensions

공개 메소드들

메소드 설명
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.

메소드 상세

GetRuleViolations() 공개 메소드

Gets a collection of business rule violations, if there are any.
public GetRuleViolations ( ) : IEnumerable
리턴 IEnumerable

IsValid() 공개 메소드

Returns true if the object passes all business rule checks.
public IsValid ( ) : bool
리턴 bool