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

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

Méthodes publiques

Свойство Type Description
FooId int?

Méthodes publiques

Méthode Description
DisableTracking ( ) : void
EnableTracking ( ) : void
Equals ( object obj ) : bool
GetDirtyProperties ( ) : IEnumerable
GetHashCode ( ) : int
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

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetDirtyProperties() public méthode

public GetDirtyProperties ( ) : IEnumerable
Résultat IEnumerable

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetOldValue() public méthode

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

IsTrackingEnabled() public méthode

public IsTrackingEnabled ( ) : bool
Résultat bool

Property Details

FooId public_oe property

public int? FooId
Résultat int?