C# 클래스 nHydrate.EFCore.DataAccess.NHComplexObject

상속: System.Data.Objects.DataClasses.ComplexObject, INHEntityObject
파일 보기 프로젝트 열기: nHydrate/nHydrate

공개 메소드들

메소드 설명
GetRuleViolations ( ) : IEnumerable

Get the validation rule violations

IsEquivalent ( INHEntityObject item ) : bool

Test another entity object for equivalence against the current instance

IsValid ( ) : bool

Determines if all of the validation rules have been met

메소드 상세

GetRuleViolations() 공개 메소드

Get the validation rule violations
public GetRuleViolations ( ) : IEnumerable
리턴 IEnumerable

IsEquivalent() 공개 추상적인 메소드

Test another entity object for equivalence against the current instance
public abstract IsEquivalent ( INHEntityObject item ) : bool
item INHEntityObject
리턴 bool

IsValid() 공개 메소드

Determines if all of the validation rules have been met
public IsValid ( ) : bool
리턴 bool