Advertisement
adibiarso

Untitled

May 26th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. public int ID { get; set; }
  2. public string title { get; set; }
  3. public string status { get; set; }
  4. public string type { get; set; }
  5. public Author author { get; set; }
  6. public string content { get; set; }
  7. public object parent { get; set; }
  8. public string link { get; set; }
  9. public string date { get; set; }
  10. public string modified { get; set; }
  11. public string format { get; set; }
  12. public string slug { get; set; }
  13. public string guid { get; set; }
  14. public string excerpt { get; set; }
  15. public int menu_order { get; set; }
  16. public string comment_status { get; set; }
  17. public string ping_status { get; set; }
  18. public bool sticky { get; set; }
  19. public string date_tz { get; set; }
  20. public string date_gmt { get; set; }
  21. public string modified_tz { get; set; }
  22. public string modified_gmt { get; set; }
  23. public Meta2 meta { get; set; }
  24. public FeaturedImage featured_image { get; set; }
  25. public Terms terms { get; set; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement