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

상속: ISetLogger, ITrackedEntity
파일 보기 프로젝트 열기: Polylytics/dashing 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
__Name_IsDirty bool
__Name_IsSet bool
__Name_OldValue string
__isTracking bool

공개 메소드들

메소드 설명
DisableTracking ( ) : void
EnableTracking ( ) : void
Equals ( object obj ) : bool
GetDirtyProperties ( ) : IEnumerable
GetHashCode ( ) : int
GetOldValue ( string propertyName ) : object
GetSetProperties ( ) : IEnumerable
IsTrackingEnabled ( ) : bool
operator ( ) : 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

GetSetProperties() 공개 메소드

public GetSetProperties ( ) : IEnumerable
리턴 IEnumerable

IsTrackingEnabled() 공개 메소드

public IsTrackingEnabled ( ) : bool
리턴 bool

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

__Name_IsDirty 보호되어 있는 프로퍼티

protected bool __Name_IsDirty
리턴 bool

__Name_IsSet 보호되어 있는 프로퍼티

protected bool __Name_IsSet
리턴 bool

__Name_OldValue 보호되어 있는 프로퍼티

protected string __Name_OldValue
리턴 string

__isTracking 보호되어 있는 프로퍼티

protected bool __isTracking
리턴 bool