EVGArticle Class Reference

Inherits fromDeclared in
EVGCategorizedItem : EVGItem : NSObjectEVGItems.h

An article is content that is typically organized by category or keyword.

modifiedDate

Date and time when this article was last modified.

See Also

subTitle

Subtitle for this article.

articleWithId:

Creates an EVGArticle with the required id only.

Parameters

ParameterDescription
evgIdSee [EVGItem evgId]. This is the only required field.

Return Value

An article which can be further modified.

articleWithId:name:subTitle:url:evgDescription:

Creates an EVGArticle with the required id and most common optionals.

Parameters

ParameterDescription
evgIdSee [EVGItem evgId]. This is the only required field.
nameSee [EVGItem name]
subTitleSee subTitle
urlSee [EVGItem url]
evgDescriptionSee [EVGItem evgDescription]

Return Value

An article which can be further modified.

articleFromJSONDictionary:

Creates an EVGArticle from the provided JSON.

Parameters

ParameterDescription
jsonAn article in JSON form

Return Value

An article which can be further modified, or nil if JSON is invalid