C# Class BoxInformation.Model.BoxEntry

Mostrar archivo Open project: NathanGloyn/Is-your-code-SOLID Class Usage Examples

Public Methods

Method Description
Add ( ) : void
BoxEntry ( IDataAccess dataAccess ) : System
BoxEntry ( IView view ) : System
Delete ( ) : void
DeleteAgreement ( ) : void
DeleteManifest ( ) : void
Get ( string boxId ) : void
PopulateView ( DataRow entry ) : void
Update ( ) : void

Private Methods

Method Description
ConvertKVPToString ( int>.List keyValueList ) : string
ConvertStringToKVP ( string strEntryString ) : int>>.List
CreateParameters ( bool forUpdate ) : IDbDataParameter[]

Method Details

Add() public method

public Add ( ) : void
return void

BoxEntry() public method

public BoxEntry ( IDataAccess dataAccess ) : System
dataAccess IDataAccess
return System

BoxEntry() public method

public BoxEntry ( IView view ) : System
view IView
return System

Delete() public method

public Delete ( ) : void
return void

DeleteAgreement() public method

public DeleteAgreement ( ) : void
return void

DeleteManifest() public method

public DeleteManifest ( ) : void
return void

Get() public method

public Get ( string boxId ) : void
boxId string
return void

PopulateView() public method

public PopulateView ( DataRow entry ) : void
entry System.Data.DataRow
return void

Update() public method

public Update ( ) : void
return void