Click or drag to resize
LifeCycleState Class
Wrapper for items representing Life Cycle States
Inheritance Hierarchy

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public class LifeCycleState : ItemWrapper

The LifeCycleState type exposes the following members.

Constructors
  NameDescription
Public methodLifeCycleState
Initializes a new instance of the LifeCycleState class
Top
Properties
  NameDescription
Public propertyContext
Retrieve the context used for rendering primitive values
(Inherited from ItemWrapper.)
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 ItemWrapper.)
Public propertyName
Local XML name of the element
(Inherited from ItemWrapper.)
Public propertyParent
Retrieve the parent element
(Inherited from ItemWrapper.)
Public propertyValue
String value of the element
(Inherited from ItemWrapper.)
Top
Methods
  NameDescription
Public methodAsResult
Convert the Item to a Result object that can be returned by a server method
(Inherited from ItemWrapper.)
Public methodAttribute
Retrieve the attribute with the specified name
(Inherited from ItemWrapper.)
Public methodAttributes
Retrieve all attributes specified for the element
(Inherited from ItemWrapper.)
Public methodClone
Creates a duplicate of the item object. All properties (including the ID) are preserved
(Inherited from ItemWrapper.)
Public methodElements
Retrieve all child elements
(Inherited from ItemWrapper.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodId
The ID of the item as retrieved from either the attribute or the property
(Inherited from ItemWrapper.)
Public methodLabel
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodName
Public methodProperty(String)
Returns a reference to the property with the specified name
(Inherited from ItemWrapper.)
Public methodProperty(String, String)
Returns a reference to the property with the specified name and language
(Inherited from ItemWrapper.)
Public methodRelationships
Returns the set of relationships associated with this item
(Inherited from ItemWrapper.)
Public methodRelationships(String)
Returns the set of relationships associated with this item of the specified type
(Inherited from ItemWrapper.)
Public methodToAml
Render the node to a string
(Inherited from ItemWrapper.)
Public methodToAml(XmlWriter)
Write the node to the specified XmlWriter
(Inherited from ItemWrapper.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTypeName
The type of the item as retrieved from either the attribute or the property
(Inherited from ItemWrapper.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodICloneableClone
Creates a new object that is a copy of the current instance.
(Inherited from ItemWrapper.)
Top
See Also