C# Class DRMFSS.BLL.Receive

Afficher le fichier Open project: edgecomputing/cats-hub-module

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetReceiveByGRN ( string grnNo ) : Receive

Gets the receive by GRN.

Receive ( ) : System
Update ( List inserted, List updated, List deleted ) : void

Updates the specified inserted.

Validate ( ) : bool

Validates this instance.

Method Details

GetReceiveByGRN() public static méthode

Gets the receive by GRN.
public static GetReceiveByGRN ( string grnNo ) : Receive
grnNo string The GRN no.
Résultat Receive

Receive() public méthode

public Receive ( ) : System
Résultat System

Update() public méthode

Updates the specified inserted.
public Update ( List inserted, List updated, List deleted ) : void
inserted List The inserted.
updated List The updated.
deleted List The deleted.
Résultat void

Validate() public méthode

Validates this instance.
public Validate ( ) : bool
Résultat bool