-
Notifications
You must be signed in to change notification settings - Fork 21
POCO
moh-hassan edited this page Apr 4, 2017
·
1 revision
List POCO classes of OData feed
run the command:
o2pgen -lv -r http://services.odata.org/V4/Northwind/Northwind.svc
A list of the name of POCO is generated with url link to OData service.
IF you browse the link, you get Json Data
1:Alphabetical_list_of_product
2: Category
5: Customer
6: Customer_and_Suppliers_by_City
8: Employee
9: Invoice
10: Order
11: Order_Detail
13: Order_Subtotal
14: Orders_Qry
15: Product
17: Products_Above_Average_Price
19: Region
22: Shipper
23: Summary_of_Sales_by_Quarter
25: Supplier
26: Territory
- home
- Announcing V6.0.0
- Features
- Getting started with c# generation
- Http Connection
- Using Parameter file
- User Defined Attributes
- Controlling c# code generation
- Model Filter
- Enable Nullable Reference type of c# 8
- Class with Init-Only Properties (c# 9)
- Generating Constructor
- Record-Type (c# 9)
- Name Map
- Securing Password
- Using Proxy Server
- Using Plugin Attributes
- Developing with OData2Poco
- Examples in dotnetfiddle.net
- CommandLine-Reference
- AttributeExamples
- typescript generation
- Help Screen
- How to
- New Feature 4.2.1
Samples of generated code: