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

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

공개 프로퍼티들

프로퍼티 타입 설명
FooId int?

공개 메소드들

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

메소드 상세

DisableTracking() 공개 메소드

public DisableTracking ( ) : void
리턴 void

EnableTracking() 공개 메소드

public EnableTracking ( ) : void
리턴 void

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetDirtyProperties() 공개 메소드

public GetDirtyProperties ( ) : IEnumerable
리턴 IEnumerable

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetOldValue() 공개 메소드

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

IsTrackingEnabled() 공개 메소드

public IsTrackingEnabled ( ) : bool
리턴 bool

프로퍼티 상세

FooId 공개적으로 프로퍼티

public int? FooId
리턴 int?