Partager via


Membres ExpressionNode

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.

Le type ExpressionNode expose les membres suivants.

Constructeurs

  Nom Description
Méthode protégée ExpressionNode Initializes a new instance of the ExpressionNode class.

Haut de la page

Méthodes

  Nom Description
Méthode publiqueMembre statique ConstructNode
Méthode publiqueMembre statique ConvertFromFilterNode(FilterNode)
Méthode publiqueMembre statique ConvertFromFilterNode(FilterNode, Type)
Méthode protégéeMembre statique ConvertFromString
Méthode publique ConvertToFilterNode Creates a filter node by converting the expression node.
Méthode protégéeMembre statique ConvertToIntWithCheck
Méthode protégéeMembre statique ConvertToString
Méthode publique DeepClone Creates a copy of the referenced object. This includes all its properties.
Méthode publiqueMembre statique Deserialize(String) Deserializes an expression node from a string.
Méthode publiqueMembre statique Deserialize(XmlReader) Deserializes an expression node from an XML reader.
Méthode protégée DeserializeProperties
Méthode protégée DeserializeResult
Méthode publiqueMembre statique DeserializeWithResult
Méthode protégée DoConvertToFilterNode
Méthode protégée DoEnumAttributes
Méthode publique EnumChildren Returns an enumerated list of dependent expression nodes.
Méthode protégée EqualProperties
Méthode publique Equals Returns a Boolean value that specifies whether the referenced expression node object is equal to the specified object. (Se substitue à Object. . :: . .Equals(Object).)
Méthode publique Evaluate(FacetEvaluationContext)
Méthode publique Evaluate(FacetEvaluationContext, Boolean)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Se substitue à Object. . :: . .GetHashCode() () () ().)
Méthode publique GetResult Gets the result that is returned when an expression is deserialized.
Méthode publique GetResultString
Méthode publique GetType (Hérité de Object.)
Méthode publiqueMembre statique MatchType< (Of < <' (T> ) > > )
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode protégéeMembre statique MoveToElementWithCheck
Méthode publiqueMembre statique Parse(String) Parses the specified string.
Méthode publiqueMembre statique Parse(String, Type) Parses the specified string.
Méthode protégéeMembre statique ReadElementWithCheck
Méthode protégée ReadEndElement
Méthode protégéeMembre statique ReadNodeWithCheck
Méthode protégéeMembre statique ReadSimpleNodeWithCheck
Méthode protégéeMembre statique ReadWithCheck
Méthode protégéeMembre statique ResolveEnum
Méthode publique Serialize Serializes the expression node to the specified XML Writer.
Méthode publiqueMembre statique SerializeNode Serializes the expression node to a text string.
Méthode publiqueMembre statique SerializeNodeWithResult Serializes the expression node to a text string.
Méthode protégée SerializeProperties
Méthode protégée SerializeResult
Méthode protégée SetFilterNodeCompatible
Méthode protégée SetHasScript
Méthode protégée SetNameConditionType
Méthode protégée SetNodeType
Méthode protégée SetObjectName
Méthode protégée SetProperties
Méthode protégée SetTypeClass
Méthode publique ToString Returns the referenced object in string format. (Se substitue à Object. . :: . .ToString() () () ().)
Méthode publique ToStringForDisplay Returns the referenced object in string format for display.
Méthode publique ToStringForUrn Returns the referenced object in URN format.

Haut de la page

Propriétés

  Nom Description
Propriété protégée LastEvaluationResult
Propriété publique Tag Gets the tag text that is associated with the expression node.
Propriété publique Type Gets the type of expression node.
Propriété publique TypeClass Gets the class type when the expression node represents an object.

Haut de la page