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

파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
FieldChange ( ) : System

Initializes a new instance of the FieldChange class.

FieldChange ( Audit audit, string proprtyName ) : System

Initializes a new instance of the FieldChange class.

FieldChange ( Audit a, string property, string foreignTable, string foreignFeildName, string foreignFeildKey ) : System

Initializes a new instance of the FieldChange class.

메소드 상세

FieldChange() 공개 메소드

Initializes a new instance of the FieldChange class.
public FieldChange ( ) : System
리턴 System

FieldChange() 공개 메소드

Initializes a new instance of the FieldChange class.
public FieldChange ( Audit audit, string proprtyName ) : System
audit Audit The audit.
proprtyName string Name of the proprty.
리턴 System

FieldChange() 공개 메소드

Initializes a new instance of the FieldChange class.
public FieldChange ( Audit a, string property, string foreignTable, string foreignFeildName, string foreignFeildKey ) : System
a Audit A.
property string The property.
foreignTable string The foreign table.
foreignFeildName string Name of the foreign feild.
foreignFeildKey string The foreign feild key.
리턴 System