ATMLCommonLibrary.controls.error.ErrorControl.DataToControls C# (CSharp) Method

DataToControls() private method

private DataToControls ( ) : void
return void
        private void DataToControls()
        {
            if (_hardwareItemDescriptionError != null)
            {
                edtDescription.Value = _hardwareItemDescriptionError.Description;
                edtID.Value = _hardwareItemDescriptionError.ID;
                edtSource.Value = _hardwareItemDescriptionError.source;
                edtType.Value = _hardwareItemDescriptionError.type;
            }
        }