ILogical Interface |
Namespace: Innovator.Client
The ILogical type exposes the following members.
Name | Description | |
---|---|---|
Context | Retrieve the context used for rendering primitive values (Inherited from IReadOnlyElement.) | |
Exists | 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.) | |
Name | Local XML name of the element (Inherited from IReadOnlyElement.) | |
Parent | Retrieve the parent element (Inherited from IElement.) | |
Value | String value of the element (Inherited from IReadOnlyElement.) |
Name | Description | |
---|---|---|
Add(Object) | Add new content to the element (Inherited from IElement.) | |
Add(Object) | Add new content to the element (Inherited from IElement.) | |
Attribute | Retrieve the attribute with the specified name (Inherited from IElement.) | |
Attributes | Retrieve all attributes specified for the element (Inherited from IElement.) | |
Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable.) | |
Elements | Retrieve all child elements (Inherited from IElement.) | |
Remove | Remove the element from its parent (Inherited from IElement.) | |
RemoveAttributes | Remove attributes from the element (Inherited from IElement.) | |
RemoveNodes | Remove child nodes from the element (Inherited from IElement.) | |
ToAml |
Render the node to a string
(Inherited from IAmlNode.) | |
ToAml(XmlWriter) |
Write the node to the specified XmlWriter (Inherited from IAmlNode.) |
Name | Description | |
---|---|---|
ToXml |
Renders an AML node to XML
(Defined by ItemExtensions.) |