C# Class DRMFSS.BLL.FieldChange

Show file Open project: edgecomputing/cats-hub-module

Public Methods

Method Description
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.

Method Details

FieldChange() public method

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

FieldChange() public method

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.
return System

FieldChange() public method

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.
return System