Udostępnij za pośrednictwem


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
Bb895617.pubproperty(pl-pl,SQL.100).gif Tag Gets the tag text that is associated with the expression node.
Bb895617.pubproperty(pl-pl,SQL.100).gif Type Gets the type of expression node.
Bb895617.pubproperty(pl-pl,SQL.100).gif TypeClass Gets the class type when the expression node represents an object.

Top

Protected Properties

  Name Description
Bb895617.protproperty(pl-pl,SQL.100).gif LastEvaluationResult  

Top

Public Methods

(see also Protected Methods )

  Name Description
Bb895617.pubmethod(pl-pl,SQL.100).gifBb895617.static(pl-pl,SQL.100).gif ConstructNode  
Bb895617.pubmethod(pl-pl,SQL.100).gifBb895617.static(pl-pl,SQL.100).gif ConvertFromFilterNode Overloaded.  
Bb895617.pubmethod(pl-pl,SQL.100).gif ConvertToFilterNode Creates a filter node by converting the expression node.
Bb895617.pubmethod(pl-pl,SQL.100).gif DeepClone Creates a copy of the referenced object. This includes all its properties.
Bb895617.pubmethod(pl-pl,SQL.100).gifBb895617.static(pl-pl,SQL.100).gif Deserialize Overloaded. Deserializes an expression node from a string or Xml Reader.
Bb895617.pubmethod(pl-pl,SQL.100).gifBb895617.static(pl-pl,SQL.100).gif DeserializeWithResult  
Bb895617.pubmethod(pl-pl,SQL.100).gif EnumChildren Returns an enumerated list of dependent expression nodes.
Bb895617.pubmethod(pl-pl,SQL.100).gif Equals Overloaded. Overridden.  
Bb895617.pubmethod(pl-pl,SQL.100).gif Evaluate Overloaded.  
Bb895617.pubmethod(pl-pl,SQL.100).gif GetHashCode Overridden.  
Bb895617.pubmethod(pl-pl,SQL.100).gif GetResult Gets the result that is returned when an expression is deserialized.
Bb895617.pubmethod(pl-pl,SQL.100).gif GetResultString  
Bb895617.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
Bb895617.pubmethod(pl-pl,SQL.100).gifBb895617.static(pl-pl,SQL.100).gif MatchType  
Bb895617.pubmethod(pl-pl,SQL.100).gifBb895617.static(pl-pl,SQL.100).gif Parse Overloaded. Parses the specified string.
Bb895617.pubmethod(pl-pl,SQL.100).gifBb895617.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
Bb895617.pubmethod(pl-pl,SQL.100).gif Serialize Serializes the expression node to the specified XML Writer.
Bb895617.pubmethod(pl-pl,SQL.100).gifBb895617.static(pl-pl,SQL.100).gif SerializeNode Serializes the expression node to a text string.
Bb895617.pubmethod(pl-pl,SQL.100).gifBb895617.static(pl-pl,SQL.100).gif SerializeNodeWithResult Serializes the expression node to a text string.
Bb895617.pubmethod(pl-pl,SQL.100).gif ToString Overridden. Returns the referenced object in string format.
Bb895617.pubmethod(pl-pl,SQL.100).gif ToStringForDisplay Returns the referenced object in string format for display.
Bb895617.pubmethod(pl-pl,SQL.100).gif ToStringForUrn Returns the referenced object in URN format.

Top