C# Class DRMFSS.BLL.Receive

Show file Open project: edgecomputing/cats-hub-module

Private Properties

Property Type Description

Public Methods

Method 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 method

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

Receive() public method

public Receive ( ) : System
return System

Update() public method

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.
return void

Validate() public method

Validates this instance.
public Validate ( ) : bool
return bool