manicoder / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

Contants API orgName don't have yomi #639

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. open class OrgName on contacts.cs

What is the expected output? What do you see instead?

"OrgName" inheritance SimpleElement is wrong.
"OrgName" should inherit "PhoneticName".

What version of the product are you using? On what operating system?

SDK version: Google Data API Setup (2.1.0) 
OS: Windows Xp

Please provide any additional information below.

I had been check space on 
https://developers.google.com/gdata/docs/2.0/elements?hl=zh-TW#gdOrgName

"OrgName" on that document has yomi in attribute, but in .Net SDK I can't got 
that.

"OrgName" must have yomi, so it should inherit "PhoneticName".

Original issue reported on code.google.com by superbil on 6 Dec 2012 at 10:07