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

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

Méthodes publiques

Méthode 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

Méthode 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 méthode

Return the content as Html string
public GetHtml ( ) : string
Résultat string

ListItem() public méthode

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

ListItem() public méthode

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