Sdílet prostřednictvím


ExpressionNodeOperator Members

Include Protected Members
Include Inherited Members

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

The ExpressionNodeOperator type exposes the following members.

Methods

  Name Description
Protected method Add(ExpressionNode) (Inherited from ExpressionNodeChildren.)
Public method ConvertToFilterNode() Creates a filter node by converting the expression node. (Inherited from ExpressionNode.)
Public method DeepClone() (Overrides ExpressionNode.DeepClone().)
Protected method DeserializeProperties(XmlReader, Boolean) (Inherited from ExpressionNodeChildren.)
Protected method DeserializeResult(XmlReader) (Inherited from ExpressionNode.)
Protected method DoConvertToFilterNode() (Inherited from ExpressionNode.)
Protected method DoEnumAttributes(List<String>) (Inherited from ExpressionNodeChildren.)
Public method EnumChildren() (Inherited from ExpressionNodeChildren.)
Protected method EqualProperties(Object) (Inherited from ExpressionNodeChildren.)
Public method Equals(Object) Returns a Boolean value that specifies whether the referenced expression node object is equal to the specified object. (Inherited from ExpressionNode.)
Public method Evaluate(FacetEvaluationContext) (Inherited from ExpressionNode.)
Public method Evaluate(FacetEvaluationContext, Boolean) (Inherited from ExpressionNode.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from ExpressionNode.)
Public method GetResult() Gets the result that is returned when an expression is deserialized. (Inherited from ExpressionNode.)
Public method GetResultString() (Inherited from ExpressionNode.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public methodStatic member OperatorTypeFromString(String)
Public methodStatic member OperatorTypeToString(OperatorType)
Protected method ReadEndElement(XmlReader) (Inherited from ExpressionNode.)
Public method Serialize(XmlWriter) Serializes the expression node to the specified XML Writer. (Inherited from ExpressionNode.)
Protected method SerializeProperties(XmlWriter, Boolean) (Inherited from ExpressionNodeChildren.)
Protected method SerializeResult(XmlWriter) (Inherited from ExpressionNode.)
Protected method SetFilterNodeCompatible(Boolean) (Inherited from ExpressionNode.)
Protected method SetHasScript(Boolean) (Inherited from ExpressionNode.)
Protected method SetNameConditionType(NameConditionType) (Inherited from ExpressionNode.)
Protected method SetNodeType(ExpressionNodeType) (Inherited from ExpressionNode.)
Protected method SetObjectName(String) (Inherited from ExpressionNode.)
Protected method SetProperties() (Inherited from ExpressionNode.)
Protected method SetTypeClass(TypeClass) (Inherited from ExpressionNode.)
Public methodStatic member SupportedFilterOperators(Type, AutomatedPolicyEvaluationMode)
Public method ToString() (Overrides ExpressionNodeChildren.ToString().)
Public method ToStringForDisplay() Returns the referenced object in string format for display. (Inherited from ExpressionNode.)
Public method ToStringForUrn() Returns the referenced object in URN format. (Inherited from ExpressionNode.)

Top

Properties

  Name Description
Protected property ChildrenList (Inherited from ExpressionNodeChildren.)
Public property Count (Inherited from ExpressionNodeChildren.)
Public property EnumerableChildrenList (Inherited from ExpressionNodeChildren.)
Protected property LastEvaluationResult (Inherited from ExpressionNode.)
Public property Left Gets or sets the argument to the left of the operator.
Public property OpType Gets the type of operator that is used in the expression.
Public property Right Gets or sets the argument to the right of the operator.
Public property Tag Gets the tag text that is associated with the expression node. (Inherited from ExpressionNode.)
Public property Type Gets the type of expression node. (Inherited from ExpressionNode.)
Public property TypeClass Gets the class type when the expression node represents an object. (Inherited from ExpressionNode.)

Top