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

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

Méthodes publiques

Свойство Type Description
EntityWithStringPrimaryKeyId string

Protected Properties

Свойство Type Description
__Name_IsDirty bool
__Name_IsSet bool
__isTracked bool
__name string

Méthodes publiques

Méthode Description
DisableTracking ( ) : void
EnableTracking ( ) : void
GetDirtyProperties ( ) : IEnumerable
GetOldValue ( string propertyName ) : object
GetSetProperties ( ) : IEnumerable
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

GetSetProperties() public méthode

public GetSetProperties ( ) : IEnumerable
Résultat IEnumerable

IsTrackingEnabled() public méthode

public IsTrackingEnabled ( ) : bool
Résultat bool

Property Details

EntityWithStringPrimaryKeyId public_oe property

public string EntityWithStringPrimaryKeyId
Résultat string

__Name_IsDirty protected_oe property

protected bool __Name_IsDirty
Résultat bool

__Name_IsSet protected_oe property

protected bool __Name_IsSet
Résultat bool

__isTracked protected_oe property

protected bool __isTracked
Résultat bool

__name protected_oe property

protected string __name
Résultat string