C# Class DRMFSS.BLL.FieldChange

Afficher le fichier Open project: edgecomputing/cats-hub-module

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the FieldChange class.
public FieldChange ( ) : System
Résultat System

FieldChange() public méthode

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.
Résultat System

FieldChange() public méthode

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.
Résultat System