Interface IChangeTrackingRepository
Assembly: Simplic.Change.Tracking.dll
Syntax
public interface IChangeTrackingRepository
Methods
|
Improve this Doc
View Source
Get(Int64)
Declaration
ChangeTracking Get(long id)
Parameters
Type |
Name |
Description |
System.Int64 |
id |
|
Returns
|
Improve this Doc
View Source
GetAllDeleted(String)
Declaration
IEnumerable<ChangeTracking> GetAllDeleted(string tableName)
Parameters
Type |
Name |
Description |
System.String |
tableName |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<ChangeTracking> |
|
|
Improve this Doc
View Source
GetChanges(Object)
Declaration
IEnumerable<ChangeTracking> GetChanges(object primaryKey)
Parameters
Type |
Name |
Description |
System.Object |
primaryKey |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<ChangeTracking> |
|
|
Improve this Doc
View Source
GetChangesWithObject(Object, String)
Declaration
IEnumerable<ChangeTracking> GetChangesWithObject(object poco, string dataColumn = "")
Parameters
Type |
Name |
Description |
System.Object |
poco |
|
System.String |
dataColumn |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<ChangeTracking> |
|
|
Improve this Doc
View Source
GetJsonAsByteArray(Int64)
Declaration
byte[] GetJsonAsByteArray(long ident)
Parameters
Type |
Name |
Description |
System.Int64 |
ident |
|
Returns
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
Save(ChangeTracking)
Declaration
bool Save(ChangeTracking obj)
Parameters
Returns
Type |
Description |
System.Boolean |
|