Table of Contents

Interface IHasAdditionalInformations

Namespace
Loehnert.Lisrt.Scripting.Project.ProjectItem.Interfaces
Assembly
Loehnert.Lisrt.Scripting.dll

Interface for additional information while loading/ saving a IProjectItem.

public interface IHasAdditionalInformations

Methods

AddItemInformationsToNode(XElement)

Adds the additional attributes for saving the item.

void AddItemInformationsToNode(XElement node)

Parameters

node XElement

Node for adding attributes or sub nodes.

LoadItemInformationsFromNode(XElement)

Loads the additional attributes from the node.

void LoadItemInformationsFromNode(XElement node)

Parameters

node XElement

Node for this item, containing some specific information.