Click or drag to resize

AttributeOperatorParameter Methods

The AttributeOperatorParameter type exposes the following members.

Methods
  NameDescription
Public methodGetAllowedStringValues
Gets the allowed values (if applicable) for the StringValue property.
(Inherited from OperatorParameter.)
Public methodGetLambdaExpression
Gets the parameter as lambda expression with the specified input parameter type.
(Inherited from OperatorParameter.)
Public methodGetValueExpression
Gets the parameter as expression, which returns the value.
(Inherited from OperatorParameter.)
Public methodToString
Returns a String that represents this instance.
(Inherited from OperatorParameter.)
Top
See Also