C# Class Cats.Models.Hubs.ViewModels.InternalMovementViewModel

view model for Internal Movements Internal Movements are the movements of commdity from one store to another on the same Hub
Afficher le fichier Open project: edgecomputing/cats Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
InternalMovementViewModel ( ) : System
InternalMovementViewModel ( List fromStore, List commodities, List programs, List units, List toStore, List reasons ) : System

Method Details

InternalMovementViewModel() public méthode

public InternalMovementViewModel ( ) : System
Résultat System

InternalMovementViewModel() public méthode

public InternalMovementViewModel ( List fromStore, List commodities, List programs, List units, List toStore, List reasons ) : System
fromStore List
commodities List
programs List
units List
toStore List
reasons List
Résultat System