| Property | Defined by | ||
|---|---|---|---|
| allowComments : Boolean
Property, reflects
mt_allow_comments property. | Content | ||
| allowPings : Boolean
Property, reflects
mt_allow_pings property. | Content | ||
| categories : Array
Property, reflects
categories property. | Content | ||
| dateCreated : Date
Property, reflects
dateCreated property. | Content | ||
| description : String
Property, reflects
description property. | Content | ||
| link : String
Property, reflects
link property. | Content | ||
| permaLink : String
Property, reflects
permaLink property. | Content | ||
| rawStruct : Object [read-only]
| Content | ||
| textMore : String
Property, reflects
mt_text_more property. | Content | ||
| title : String
Property, reflects
title property. | Content | ||
| Method | Defined by | ||
|---|---|---|---|
|
Content(rawStruct:Object = null)
| Content | ||
| allowComments | property |
allowComments:Boolean [read-write]
Property, reflects mt_allow_comments property.
This property can be used as the source for data binding.
Implementation public function get allowComments():Boolean
public function set allowComments(value:Boolean):void
| allowPings | property |
allowPings:Boolean [read-write]
Property, reflects mt_allow_pings property.
This property can be used as the source for data binding.
Implementation public function get allowPings():Boolean
public function set allowPings(value:Boolean):void
| categories | property |
categories:Array [read-write]
Property, reflects categories property.
This property can be used as the source for data binding.
Implementation public function get categories():Array
public function set categories(value:Array):void
| dateCreated | property |
dateCreated:Date [read-write]
Property, reflects dateCreated property.
This property can be used as the source for data binding.
Implementation public function get dateCreated():Date
public function set dateCreated(value:Date):void
| description | property |
description:String [read-write]
Property, reflects description property.
This property can be used as the source for data binding.
Implementation public function get description():String
public function set description(value:String):void
| link | property |
link:String [read-write]
Property, reflects link property.
This property can be used as the source for data binding.
Implementation public function get link():String
public function set link(value:String):void
| permaLink | property |
permaLink:String [read-write]
Property, reflects permaLink property.
This property can be used as the source for data binding.
Implementation public function get permaLink():String
public function set permaLink(value:String):void
| rawStruct | property |
rawStruct:Object [read-only]Implementation
public function get rawStruct():Object
| textMore | property |
textMore:String [read-write]
Property, reflects mt_text_more property.
This property can be used as the source for data binding.
Implementation public function get textMore():String
public function set textMore(value:String):void
| title | property |
title:String [read-write]
Property, reflects title property.
This property can be used as the source for data binding.
Implementation public function get title():String
public function set title(value:String):void
| Content | () | constructor |
public function Content(rawStruct:Object = null)Parameters
rawStruct:Object (default = null) |