...
Warning |
---|
The above example will now fail to compile, giving the error "'Instance' is not a member of 'JiwaFinancials.Jiwa.JiwaApplication.Manager'". |
To correct this, you can no longer refer to the singleton instance property, but instead use an instance of the Manager class instead:
...
Code Block | ||||
---|---|---|---|---|
| ||||
var debtorPrice = Manager.CollectionItemFactory.CreateCollectionItem<JiwaFinancials.Jiwa.JiwaInventory.DebtorSpecificInventorySpecific>(); debtorPrice.Debtor.Search(); Inventory.DebtorPrices.Add(debtorPrice); |
...
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...