C# Class Cats.Models.Hubs.Audit

Afficher le fichier Open project: edgecomputing/cats Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetChanges ( int id, string table, string property ) : List

Gets the changes.

HasUpdated ( int id, string table ) : bool

Determines whether the specified id has updated.

HasUpdated ( object id, string table, string property ) : bool

Determines whether the specified id has updated.

Method Details

GetChanges() public static méthode

Gets the changes.
public static GetChanges ( int id, string table, string property ) : List
id int The id.
table string The table.
property string The property.
Résultat List

HasUpdated() public static méthode

Determines whether the specified id has updated.
public static HasUpdated ( int id, string table ) : bool
id int The id.
table string The table.
Résultat bool

HasUpdated() public static méthode

Determines whether the specified id has updated.
public static HasUpdated ( object id, string table, string property ) : bool
id object The id.
table string The table.
property string The property.
Résultat bool