C# 클래스 Cats.Models.Hubs.Audit

파일 보기 프로젝트 열기: edgecomputing/cats 1 사용 예제들

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