C# Класс Cats.Models.Hubs.Audit

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

GetChanges() публичный статический Метод

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.
Результат List

HasUpdated() публичный статический Метод

Determines whether the specified id has updated.
public static HasUpdated ( int id, string table ) : bool
id int The id.
table string The table.
Результат bool

HasUpdated() публичный статический Метод

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.
Результат bool