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

Inheritance: ISetLogger, ITrackedEntity
Afficher le fichier Open project: Polylytics/dashing Class Usage Examples

Protected Properties

Свойство Type Description
__Name_IsDirty bool
__Name_IsSet bool
__Name_OldValue string
__isTracking bool

Méthodes publiques

Méthode 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 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

GetSetProperties() public méthode

public GetSetProperties ( ) : IEnumerable
Résultat IEnumerable

IsTrackingEnabled() public méthode

public IsTrackingEnabled ( ) : bool
Résultat bool

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

__Name_IsDirty protected_oe property

protected bool __Name_IsDirty
Résultat bool

__Name_IsSet protected_oe property

protected bool __Name_IsSet
Résultat bool

__Name_OldValue protected_oe property

protected string __Name_OldValue
Résultat string

__isTracking protected_oe property

protected bool __isTracking
Résultat bool