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

Inheritance: ITrackedEntity
Show file Open project: Polylytics/dashing

Public Properties

Property Type Description
FooId int?

Public Methods

Method Description
DisableTracking ( ) : void
EnableTracking ( ) : void
Equals ( object obj ) : bool
GetDirtyProperties ( ) : IEnumerable
GetHashCode ( ) : int
GetOldValue ( string propertyName ) : object
IsTrackingEnabled ( ) : 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

IsTrackingEnabled() public method

public IsTrackingEnabled ( ) : bool
return bool

Property Details

FooId public property

public int? FooId
return int?