Show / Hide Table of Contents

Class DdiFragment

Represents a single DDI element, along any corresponding notes and related materials.

Inheritance
object
DdiFragment
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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>
In this article
Back to top Generated by DocFX