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.

ExpressionNode 型別公開下列成員。

建構函式

  名稱 描述
受保護的方法 ExpressionNode Initializes a new instance of the ExpressionNode class.

頂端

方法

  名稱 描述
公用方法靜態成員 ConstructNode
公用方法靜態成員 ConvertFromFilterNode(FilterNode)
公用方法靜態成員 ConvertFromFilterNode(FilterNode, Type)
受保護的方法靜態成員 ConvertFromString
公用方法 ConvertToFilterNode Creates a filter node by converting the expression node.
受保護的方法靜態成員 ConvertToIntWithCheck
受保護的方法靜態成員 ConvertToString
公用方法 DeepClone Creates a copy of the referenced object. This includes all its properties.
公用方法靜態成員 Deserialize(String) Deserializes an expression node from a string.
公用方法靜態成員 Deserialize(XmlReader) Deserializes an expression node from an XML reader.
受保護的方法 DeserializeProperties
受保護的方法 DeserializeResult
公用方法靜態成員 DeserializeWithResult
受保護的方法 DoConvertToFilterNode
受保護的方法 DoEnumAttributes
公用方法 EnumChildren Returns an enumerated list of dependent expression nodes.
受保護的方法 EqualProperties
公用方法 Equals Returns a Boolean value that specifies whether the referenced expression node object is equal to the specified object. (覆寫 Object. . :: . .Equals(Object)。)
公用方法 Evaluate(FacetEvaluationContext)
公用方法 Evaluate(FacetEvaluationContext, Boolean)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (覆寫 Object. . :: . .GetHashCode() () () ()。)
公用方法 GetResult Gets the result that is returned when an expression is deserialized.
公用方法 GetResultString
公用方法 GetType (繼承自 Object。)
公用方法靜態成員 MatchType< (Of < <' (T> ) > > )
受保護的方法 MemberwiseClone (繼承自 Object。)
受保護的方法靜態成員 MoveToElementWithCheck
公用方法靜態成員 Parse(String) Parses the specified string.
公用方法靜態成員 Parse(String, Type) Parses the specified string.
受保護的方法靜態成員 ReadElementWithCheck
受保護的方法 ReadEndElement
受保護的方法靜態成員 ReadNodeWithCheck
受保護的方法靜態成員 ReadSimpleNodeWithCheck
受保護的方法靜態成員 ReadWithCheck
受保護的方法靜態成員 ResolveEnum
公用方法 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.
受保護的方法 SerializeProperties
受保護的方法 SerializeResult
受保護的方法 SetFilterNodeCompatible
受保護的方法 SetHasScript
受保護的方法 SetNameConditionType
受保護的方法 SetNodeType
受保護的方法 SetObjectName
受保護的方法 SetProperties
受保護的方法 SetTypeClass
公用方法 ToString Returns the referenced object in string format. (覆寫 Object. . :: . .ToString() () () ()。)
公用方法 ToStringForDisplay Returns the referenced object in string format for display.
公用方法 ToStringForUrn Returns the referenced object in URN format.

頂端

屬性

  名稱 描述
受保護的屬性 LastEvaluationResult
公用屬性 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.

頂端