C# Class BoxInformation.Model.BoxEntry

Afficher le fichier Open project: NathanGloyn/Is-your-code-SOLID Class Usage Examples

Méthodes publiques

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

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

Method Details

Add() public méthode

public Add ( ) : void
Résultat void

BoxEntry() public méthode

public BoxEntry ( IDataAccess dataAccess ) : System
dataAccess IDataAccess
Résultat System

BoxEntry() public méthode

public BoxEntry ( IView view ) : System
view IView
Résultat System

Delete() public méthode

public Delete ( ) : void
Résultat void

DeleteAgreement() public méthode

public DeleteAgreement ( ) : void
Résultat void

DeleteManifest() public méthode

public DeleteManifest ( ) : void
Résultat void

Get() public méthode

public Get ( string boxId ) : void
boxId string
Résultat void

PopulateView() public méthode

public PopulateView ( DataRow entry ) : void
entry System.Data.DataRow
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void