C# Class HydroserverToolsBusinessObjects.UpdateFieldsModel

Show file 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 property

public string ColumnName
return string

CurrentValue public property

public string CurrentValue
return string

TableName public property

public string TableName
return string

UpdatedValue public property

public string UpdatedValue
return string