C# 클래스 Dashing.Weaving.Sample.Target.Foo

상속: ITrackedEntity
파일 보기 프로젝트 열기: Polylytics/dashing

공개 메소드들

메소드 설명
DisableTracking ( ) : void
EnableTracking ( ) : void
GetDirtyProperties ( ) : IEnumerable
GetOldValue ( string propertyName ) : object
IsTrackingEnabled ( ) : bool

메소드 상세

DisableTracking() 공개 메소드

public DisableTracking ( ) : void
리턴 void

EnableTracking() 공개 메소드

public EnableTracking ( ) : void
리턴 void

GetDirtyProperties() 공개 메소드

public GetDirtyProperties ( ) : IEnumerable
리턴 IEnumerable

GetOldValue() 공개 메소드

public GetOldValue ( string propertyName ) : object
propertyName string
리턴 object

IsTrackingEnabled() 공개 메소드

public IsTrackingEnabled ( ) : bool
리턴 bool