共用方式為


ExpressionNodeOperator 成員

The ExpressionNodeOperator object represents an expression node that is an operator.

ExpressionNodeOperator 型別公開下列成員。

建構函式

  名稱 描述
公用方法 ExpressionNodeOperator

頂端

方法

  名稱 描述
受保護的方法 Add (繼承自 ExpressionNodeChildren。)
公用方法 ConvertToFilterNode Creates a filter node by converting the expression node. (繼承自 ExpressionNode。)
公用方法 DeepClone (覆寫 ExpressionNode. . :: . .DeepClone() () () ()。)
受保護的方法 DeserializeProperties (繼承自 ExpressionNodeChildren。)
受保護的方法 DeserializeResult (繼承自 ExpressionNode。)
受保護的方法 DoConvertToFilterNode (繼承自 ExpressionNode。)
受保護的方法 DoEnumAttributes (繼承自 ExpressionNodeChildren。)
公用方法 EnumChildren (繼承自 ExpressionNodeChildren。)
受保護的方法 EqualProperties (繼承自 ExpressionNodeChildren。)
公用方法 Equals Returns a Boolean value that specifies whether the referenced expression node object is equal to the specified object. (繼承自 ExpressionNode。)
公用方法 Evaluate(FacetEvaluationContext) (繼承自 ExpressionNode。)
公用方法 Evaluate(FacetEvaluationContext, Boolean) (繼承自 ExpressionNode。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 ExpressionNode。)
公用方法 GetResult Gets the result that is returned when an expression is deserialized. (繼承自 ExpressionNode。)
公用方法 GetResultString (繼承自 ExpressionNode。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法靜態成員 OperatorTypeFromString
公用方法靜態成員 OperatorTypeToString
受保護的方法 ReadEndElement (繼承自 ExpressionNode。)
公用方法 Serialize Serializes the expression node to the specified XML Writer. (繼承自 ExpressionNode。)
受保護的方法 SerializeProperties (繼承自 ExpressionNodeChildren。)
受保護的方法 SerializeResult (繼承自 ExpressionNode。)
受保護的方法 SetFilterNodeCompatible (繼承自 ExpressionNode。)
受保護的方法 SetHasScript (繼承自 ExpressionNode。)
受保護的方法 SetNameConditionType (繼承自 ExpressionNode。)
受保護的方法 SetNodeType (繼承自 ExpressionNode。)
受保護的方法 SetObjectName (繼承自 ExpressionNode。)
受保護的方法 SetProperties (繼承自 ExpressionNode。)
受保護的方法 SetTypeClass (繼承自 ExpressionNode。)
公用方法靜態成員 SupportedFilterOperators
公用方法 ToString (覆寫 ExpressionNodeChildren. . :: . .ToString() () () ()。)
公用方法 ToStringForDisplay Returns the referenced object in string format for display. (繼承自 ExpressionNode。)
公用方法 ToStringForUrn Returns the referenced object in URN format. (繼承自 ExpressionNode。)

頂端

屬性

  名稱 描述
受保護的屬性 ChildrenList (繼承自 ExpressionNodeChildren。)
公用屬性 Count (繼承自 ExpressionNodeChildren。)
公用屬性 EnumerableChildrenList (繼承自 ExpressionNodeChildren。)
受保護的屬性 LastEvaluationResult (繼承自 ExpressionNode。)
公用屬性 Left Gets or sets the argument to the left of the operator.
公用屬性 OpType Gets the type of operator that is used in the expression.
公用屬性 Right Gets or sets the argument to the right of the operator.
公用屬性 Tag Gets the tag text that is associated with the expression node. (繼承自 ExpressionNode。)
公用屬性 Type Gets the type of expression node. (繼承自 ExpressionNode。)
公用屬性 TypeClass Gets the class type when the expression node represents an object. (繼承自 ExpressionNode。)

頂端