Class DdiFragment
Represents a single DDI element, along any corresponding notes and related materials.
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi.Utility
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class DdiFragment
Properties
ItemElement
Gets or sets the XML representation of the item.
Declaration
public XmlNode ItemElement { get; set; }
Property Value
| Type | Description |
|---|---|
| XmlNode |
Notes
Gets or sets notes about the item.
Declaration
public Collection<Note> Notes { get; set; }
Property Value
| Type | Description |
|---|---|
| Collection<Note> |
OtherMaterials
Gets or sets related materials about the item.
Declaration
public Collection<OtherMaterial> OtherMaterials { get; set; }
Property Value
| Type | Description |
|---|---|
| Collection<OtherMaterial> |