C# Class Dashing.Weaving.Sample.Target.EntityWithGuidPrimaryKey

Inheritance: ISetLogger, ITrackedEntity
Datei anzeigen Open project: Polylytics/dashing Class Usage Examples

Protected Properties

Property Type Description
__Name_IsDirty bool
__Name_IsSet bool
__Name_OldValue string
__isTracking bool

Public Methods

Method Description
DisableTracking ( ) : void
EnableTracking ( ) : void
Equals ( object obj ) : bool
GetDirtyProperties ( ) : IEnumerable
GetHashCode ( ) : int
GetOldValue ( string propertyName ) : object
GetSetProperties ( ) : IEnumerable
IsTrackingEnabled ( ) : bool
operator ( ) : bool

Method Details

DisableTracking() public method

public DisableTracking ( ) : void
return void

EnableTracking() public method

public EnableTracking ( ) : void
return void

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetDirtyProperties() public method

public GetDirtyProperties ( ) : IEnumerable
return IEnumerable

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetOldValue() public method

public GetOldValue ( string propertyName ) : object
propertyName string
return object

GetSetProperties() public method

public GetSetProperties ( ) : IEnumerable
return IEnumerable

IsTrackingEnabled() public method

public IsTrackingEnabled ( ) : bool
return bool

operator() public static method

public static operator ( ) : bool
return bool

Property Details

__Name_IsDirty protected_oe property

protected bool __Name_IsDirty
return bool

__Name_IsSet protected_oe property

protected bool __Name_IsSet
return bool

__Name_OldValue protected_oe property

protected string __Name_OldValue
return string

__isTracking protected_oe property

protected bool __isTracking
return bool