C# 클래스 Tests.Mocks.ChangeTrackingPerson

상속: ChangeTrackingModelBase
파일 보기 프로젝트 열기: docevaad/Anchor 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AcceptChangesLocal ( ) : void
BadGet ( ) : void
BadGet2 ( ) : void
BadGetNew1 ( ) : void
BadGetNew2 ( ) : void
BadGetNew3 ( ) : void
BadGetNew4 ( ) : void
BadGetNew5 ( ) : void
BadGetWithDefault ( ) : void
BadGetWithDefault2 ( ) : void
BadSet1 ( ) : void
BadSet2 ( ) : void
DateOfBirthChanged ( System.DateTime oldValue, System.DateTime newValue ) : void
GetPropertyBag ( ) : ChangeTrackingPropertyBag
InvokeAllPropertyMessage ( ) : void
InvokeBadPropertyMessage ( ) : void
InvokeGoodPropertyMessage ( ) : void

보호된 메소드들

메소드 설명
OnValidateObject ( ValidationResultCollection results ) : void

메소드 상세

AcceptChangesLocal() 공개 메소드

public AcceptChangesLocal ( ) : void
리턴 void

BadGet() 공개 메소드

public BadGet ( ) : void
리턴 void

BadGet2() 공개 메소드

public BadGet2 ( ) : void
리턴 void

BadGetNew1() 공개 메소드

public BadGetNew1 ( ) : void
리턴 void

BadGetNew2() 공개 메소드

public BadGetNew2 ( ) : void
리턴 void

BadGetNew3() 공개 메소드

public BadGetNew3 ( ) : void
리턴 void

BadGetNew4() 공개 메소드

public BadGetNew4 ( ) : void
리턴 void

BadGetNew5() 공개 메소드

public BadGetNew5 ( ) : void
리턴 void

BadGetWithDefault() 공개 메소드

public BadGetWithDefault ( ) : void
리턴 void

BadGetWithDefault2() 공개 메소드

public BadGetWithDefault2 ( ) : void
리턴 void

BadSet1() 공개 메소드

public BadSet1 ( ) : void
리턴 void

BadSet2() 공개 메소드

public BadSet2 ( ) : void
리턴 void

DateOfBirthChanged() 공개 메소드

public DateOfBirthChanged ( System.DateTime oldValue, System.DateTime newValue ) : void
oldValue System.DateTime
newValue System.DateTime
리턴 void

GetPropertyBag() 공개 메소드

public GetPropertyBag ( ) : ChangeTrackingPropertyBag
리턴 Tortuga.Anchor.Modeling.Internals.ChangeTrackingPropertyBag

InvokeAllPropertyMessage() 공개 메소드

public InvokeAllPropertyMessage ( ) : void
리턴 void

InvokeBadPropertyMessage() 공개 메소드

public InvokeBadPropertyMessage ( ) : void
리턴 void

InvokeGoodPropertyMessage() 공개 메소드

public InvokeGoodPropertyMessage ( ) : void
리턴 void

OnValidateObject() 보호된 메소드

protected OnValidateObject ( ValidationResultCollection results ) : void
results ValidationResultCollection
리턴 void