다음을 통해 공유


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에서 상속됩니다.)

맨 위로 이동