YLEISIMMÄT:
Project:
long |
...
Number | Projektinumero |
string |
...
Name | Projektin nimi |
ProjectType |
...
Type | Projektin tyyppi |
Address |
...
Address | Projektikohteen osoite |
int |
...
ProjectStateId | Projektin tilan ID |
ProjectState |
...
State | Projektin tila |
ICollection<Order> |
...
Orders | Projektiin liittyvät tilaukset |
ICollection<House> |
...
Houses | Projektiin liittyvät talot |
ICollection<StyleCollection> |
...
StyleCollections | Projektin tyylit |
ICollection<VariableValue> |
...
VariableValue | Projektiin liittyvät muuttujien arvot |
ICollection<DeliveryBatch> |
...
Deliveries | Projektin toimitukset |
---
Order:
string Name
OrderStage Stage
long Number
string Site
string SiteNumber
bool IsExtraOrder
bool IsActive
int ProjectId
Project Project
int CustomerId
Customer Customer
int? CustomerUnitId
CustomerUnit CustomerUnit
ICollection<Design> Designs
ICollection<PricingRow> PricingRows
List<ApartmentDesign> ApartmentDesigns
List<Apartment> Apartments
List<UnitsWithQuantity> UnitsWithQuantity
List<Unit> Units
List<Style> Styles
...