| LifeCycleState Class |
Namespace: Innovator.Client
The LifeCycleState type exposes the following members.
| Name | Description | |
|---|---|---|
| LifeCycleState | Initializes a new instance of the LifeCycleState class |
| Name | Description | |
|---|---|---|
| Context | Retrieve the context used for rendering primitive values (Inherited from ItemWrapper.) | |
| 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 ItemWrapper.) | |
| Name | Local XML name of the element (Inherited from ItemWrapper.) | |
| Parent | Retrieve the parent element (Inherited from ItemWrapper.) | |
| Value | String value of the element (Inherited from ItemWrapper.) |
| Name | Description | |
|---|---|---|
| AsResult |
Convert the Item to a Result object that can be returned by a server method
(Inherited from ItemWrapper.) | |
| Attribute | Retrieve the attribute with the specified name (Inherited from ItemWrapper.) | |
| Attributes | Retrieve all attributes specified for the element (Inherited from ItemWrapper.) | |
| Clone | Creates a duplicate of the item object. All properties (including the ID) are preserved (Inherited from ItemWrapper.) | |
| Elements | Retrieve all child elements (Inherited from ItemWrapper.) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Id | The ID of the item as retrieved from either the attribute or the property (Inherited from ItemWrapper.) | |
| Label | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Name | ||
| Property(String) | Returns a reference to the property with the specified name (Inherited from ItemWrapper.) | |
| Property(String, String) | Returns a reference to the property with the specified name and language (Inherited from ItemWrapper.) | |
| Relationships | Returns the set of relationships associated with this item (Inherited from ItemWrapper.) | |
| Relationships(String) | Returns the set of relationships associated with this item of the specified type (Inherited from ItemWrapper.) | |
| ToAml |
Render the node to a string
(Inherited from ItemWrapper.) | |
| ToAml(XmlWriter) |
Write the node to the specified XmlWriter (Inherited from ItemWrapper.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TypeName | The type of the item as retrieved from either the attribute or the property (Inherited from ItemWrapper.) |
| Name | Description | |
|---|---|---|
| ICloneableClone | Creates a new object that is a copy of the current instance. (Inherited from ItemWrapper.) |