C# Class AODL.Document.Content.Text.ListItem

ListItem represent a list item which is used within a list.
Inheritance: IContent, IContentContainer, IHtml
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
GetHtml ( ) : string

Return the content as Html string

ListItem ( IDocument document ) : System

Initializes a new instance of the ListItem class.

ListItem ( List list ) : System

Create a new ListItem

Private Methods

Method Description
Content_Inserted ( int index, object value ) : void

Content_s the inserted.

Content_Removed ( int index, object value ) : void

Content_s the removed.

CreateAttribute ( string name, string text, string prefix ) : void

Create a XmlAttribute for propertie XmlNode.

InitStandards ( ) : void

Inits the standards.

NewXmlNode ( ) : void

Create a new XmlNode.

Method Details

GetHtml() public method

Return the content as Html string
public GetHtml ( ) : string
return string

ListItem() public method

Initializes a new instance of the ListItem class.
public ListItem ( IDocument document ) : System
document IDocument The document.
return System

ListItem() public method

Create a new ListItem
public ListItem ( List list ) : System
list List The List object to which this ListItem belongs.
return System