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

Inheritance: ITrackedEntity
Afficher le fichier Open project: Polylytics/dashing

Méthodes publiques

Méthode Description
DisableTracking ( ) : void
EnableTracking ( ) : void
GetDirtyProperties ( ) : IEnumerable
GetOldValue ( string propertyName ) : object
IsTrackingEnabled ( ) : bool

Method Details

DisableTracking() public méthode

public DisableTracking ( ) : void
Résultat void

EnableTracking() public méthode

public EnableTracking ( ) : void
Résultat void

GetDirtyProperties() public méthode

public GetDirtyProperties ( ) : IEnumerable
Résultat IEnumerable

GetOldValue() public méthode

public GetOldValue ( string propertyName ) : object
propertyName string
Résultat object

IsTrackingEnabled() public méthode

public IsTrackingEnabled ( ) : bool
Résultat bool