C# Класс DRMFSS.BLL.FieldChange

Показать файл Открыть проект

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

Метод Описание
FieldChange ( ) : 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 ( BLL audit, string proprtyName ) : 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 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

FieldChange() публичный Метод

Initializes a new instance of the FieldChange class.
public FieldChange ( BLL audit, string proprtyName ) : System
audit BLL The audit.
proprtyName string Name of the proprty.
Результат System