C# Класс 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
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
InternalMovementViewModel ( ) : System
InternalMovementViewModel ( List fromStore, List commodities, List programs, List units, List toStore, List reasons ) : System

Описание методов

InternalMovementViewModel() публичный Метод

public InternalMovementViewModel ( ) : System
Результат System

InternalMovementViewModel() публичный Метод

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
Результат System