C# Class DRMFSS.Web.Models.DispatchModel

Show file Open project: edgecomputing/cats-hub-module Class Usage Examples

Private Properties

Property Type Description
Validate bool

Public Methods

Method Description
DispatchModel ( ) : System

Initializes a new instance of the DispatchModel class.

GenerateDipatch ( ) : BLL.Dispatch

Generates the dipatch.

GenerateDipatch ( UserProfile user ) : BLL.Dispatch

Generates the dipatch.

GenerateDispatchModel ( BLL dispatch, IUnitOfWork Repository ) : Models.DispatchModel

Generates the dispatch model.

GenerateDispatchModel ( BLL dispatch, Transaction transactionObj ) : Models.DispatchModel

Generates the dispatch model.

Private Methods

Method Description
Validate ( ) : bool

Validates this instance.

Method Details

DispatchModel() public method

Initializes a new instance of the DispatchModel class.
public DispatchModel ( ) : System
return System

GenerateDipatch() public method

Generates the dipatch.
public GenerateDipatch ( ) : BLL.Dispatch
return BLL.Dispatch

GenerateDipatch() public method

Generates the dipatch.
public GenerateDipatch ( UserProfile user ) : BLL.Dispatch
user DRMFSS.BLL.UserProfile
return BLL.Dispatch

GenerateDispatchModel() public static method

Generates the dispatch model.
public static GenerateDispatchModel ( BLL dispatch, IUnitOfWork Repository ) : Models.DispatchModel
dispatch BLL The dispatch.
Repository IUnitOfWork The repository.
return Models.DispatchModel

GenerateDispatchModel() public static method

Generates the dispatch model.
public static GenerateDispatchModel ( BLL dispatch, Transaction transactionObj ) : Models.DispatchModel
dispatch BLL The dispatch.
transactionObj DRMFSS.BLL.Transaction
return Models.DispatchModel