C# Class HydroserverToolsBusinessObjects.UpdateFieldsModel

Datei anzeigen Open project: CUAHSI/Azure-Hydroservertools

Public Properties

Property Type Description
ColumnName string
CurrentValue string
TableName string
UpdatedValue string

Public Methods

Method Description
UpdateFieldsModel ( string tableName, string columnName, string currentValue, string updatedValue ) : System

Method Details

UpdateFieldsModel() public method

public UpdateFieldsModel ( string tableName, string columnName, string currentValue, string updatedValue ) : System
tableName string
columnName string
currentValue string
updatedValue string
return System

Property Details

ColumnName public_oe property

public string ColumnName
return string

CurrentValue public_oe property

public string CurrentValue
return string

TableName public_oe property

public string TableName
return string

UpdatedValue public_oe property

public string UpdatedValue
return string