C# Class MovingScrewdriver.Web.Services.Model.Post

Show file Open project: Gutek/MovingScrewdriver Class Usage Examples

Public Properties

Property Type Description
custom_fields string[]
dateCreated DateTime?
date_created_gmt System.DateTime
link string
mt_allow_comments int
mt_allow_pings int
mt_convert_breaks string
mt_excerpt string
mt_text_more string
permalink string
post_status string
postid string
sticky bool
userid string
wp_author_display_name string
wp_author_id string
wp_password string
wp_slug string

Property Details

custom_fields public property

public string[] custom_fields
return string[]

dateCreated public property

public DateTime? dateCreated
return DateTime?

date_created_gmt public property

public DateTime,System date_created_gmt
return System.DateTime

link public property

public string link
return string

mt_allow_comments public property

public int mt_allow_comments
return int

mt_allow_pings public property

public int mt_allow_pings
return int

mt_convert_breaks public property

public string mt_convert_breaks
return string

mt_excerpt public property

public string mt_excerpt
return string

mt_text_more public property

public string mt_text_more
return string

permalink public property

public string permalink
return string

post_status public property

public string post_status
return string

postid public property

public string postid
return string

sticky public property

public bool sticky
return bool

userid public property

public string userid
return string

wp_author_display_name public property

public string wp_author_display_name
return string

wp_author_id public property

public string wp_author_id
return string

wp_password public property

public string wp_password
return string

wp_slug public property

public string wp_slug
return string