ExpressionNode Members
The ExpressionNode object represents a policy-based management expression node. The expression node describes part of an expression, such as a constant value, an operator, or a function.
The following tables list the members exposed by the ExpressionNode type.
Protected Constructors
Name | Description | |
---|---|---|
ExpressionNode | Initializes a new instance of the ExpressionNode class. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
![]() |
Tag | Gets the tag text that is associated with the expression node. |
![]() |
Type | Gets the type of expression node. |
![]() |
TypeClass | Gets the class type when the expression node represents an object. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() ![]() |
ConstructNode | |
![]() ![]() |
ConvertFromFilterNode | Overloaded. |
![]() |
ConvertToFilterNode | Creates a filter node by converting the expression node. |
![]() |
DeepClone | Creates a copy of the referenced object. This includes all its properties. |
![]() ![]() |
Deserialize | Overloaded. Deserializes an expression node from a string or Xml Reader. |
![]() ![]() |
DeserializeWithResult | |
![]() |
EnumChildren | Returns an enumerated list of dependent expression nodes. |
![]() |
Equals | Overloaded. Overridden. |
![]() |
Evaluate | Overloaded. |
![]() |
GetHashCode | Overridden. |
![]() |
GetResult | Gets the result that is returned when an expression is deserialized. |
![]() |
GetResultString | |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
MatchType | |
![]() ![]() |
Parse | Overloaded. Parses the specified string. |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
Serialize | Serializes the expression node to the specified XML Writer. |
![]() ![]() |
SerializeNode | Serializes the expression node to a text string. |
![]() ![]() |
SerializeNodeWithResult | Serializes the expression node to a text string. |
![]() |
ToString | Overridden. Returns the referenced object in string format. |
![]() |
ToStringForDisplay | Returns the referenced object in string format for display. |
![]() |
ToStringForUrn | Returns the referenced object in URN format. |
Top
Protected Methods
Top