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