Click or drag to resize
IRelationships Interface

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public interface IRelationships : IElement, 
	IReadOnlyElement, ICloneable, IAmlNode

The IRelationships type exposes the following members.

Properties
  NameDescription
Public propertyContext
Retrieve the context used for rendering primitive values
(Inherited from IReadOnlyElement.)
Public propertyExists
Returns true if this element actually exists in the underlying AML, otherwise, returns false to indicate that the element is just a null placeholder put in place to reduce unnecessary null reference checks
(Inherited from IReadOnlyElement.)
Public propertyName
Local XML name of the element
(Inherited from IReadOnlyElement.)
Public propertyParent
Retrieve the parent element
(Inherited from IElement.)
Public propertyValue
String value of the element
(Inherited from IReadOnlyElement.)
Top
Methods
  NameDescription
Public methodAdd(Object)
Add new content to the element
(Inherited from IElement.)
Public methodAdd(Object)
Add new content to the element
(Inherited from IElement.)
Public methodAttribute
Retrieve the attribute with the specified name
(Inherited from IElement.)
Public methodAttributes
Retrieve all attributes specified for the element
(Inherited from IElement.)
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Public methodElements
Retrieve all child elements
(Inherited from IElement.)
Public methodRemove
Remove the element from its parent
(Inherited from IElement.)
Public methodRemoveAttributes
Remove attributes from the element
(Inherited from IElement.)
Public methodRemoveNodes
Remove child nodes from the element
(Inherited from IElement.)
Public methodToAml
Render the node to a string
(Inherited from IAmlNode.)
Public methodToAml(XmlWriter)
Write the node to the specified XmlWriter
(Inherited from IAmlNode.)
Top
Extension Methods
  NameDescription
Public Extension MethodToXml
Renders an AML node to XML
(Defined by ItemExtensions.)
Top
See Also