다음을 통해 공유


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.

맨 위로 이동