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

Inheritance: ISetLogger, ITrackedEntity
Mostra file Open project: Polylytics/dashing

Public Properties

Property Type Description
EntityWithStringPrimaryKeyId string

Protected Properties

Property Type Description
__Name_IsDirty bool
__Name_IsSet bool
__isTracked bool
__name string

Public Methods

Method Description
DisableTracking ( ) : void
EnableTracking ( ) : void
GetDirtyProperties ( ) : IEnumerable
GetOldValue ( string propertyName ) : object
GetSetProperties ( ) : IEnumerable
IsTrackingEnabled ( ) : bool

Method Details

DisableTracking() public method

public DisableTracking ( ) : void
return void

EnableTracking() public method

public EnableTracking ( ) : void
return void

GetDirtyProperties() public method

public GetDirtyProperties ( ) : IEnumerable
return IEnumerable

GetOldValue() public method

public GetOldValue ( string propertyName ) : object
propertyName string
return object

GetSetProperties() public method

public GetSetProperties ( ) : IEnumerable
return IEnumerable

IsTrackingEnabled() public method

public IsTrackingEnabled ( ) : bool
return bool

Property Details

EntityWithStringPrimaryKeyId public_oe property

public string EntityWithStringPrimaryKeyId
return string

__Name_IsDirty protected_oe property

protected bool __Name_IsDirty
return bool

__Name_IsSet protected_oe property

protected bool __Name_IsSet
return bool

__isTracked protected_oe property

protected bool __isTracked
return bool

__name protected_oe property

protected string __name
return string