MonoMac.Foundation.NSExpression Members

The members of MonoMac.Foundation.NSExpression are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

A constructor that initializes the object from the data stored in the unarchiver object.
Documentation for this section has not yet been entered.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
ArgumentsNSExpression[]. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
CollectionNSObject. Documentation for this section has not yet been entered.
[read-only]
ConstantValueNSObject. Documentation for this section has not yet been entered.
[read-only]
static
ExpressionForEvaluatedObjectNSExpression. Documentation for this section has not yet been entered.
[read-only]
ExpressionTypeNSExpressionType. Documentation for this section has not yet been entered.
[read-only]
Functionstring. Documentation for this section has not yet been entered.
[read-only]
KeyPathstring. Documentation for this section has not yet been entered.
[read-only]
LeftExpressionNSExpression. Documentation for this section has not yet been entered.
[read-only]
OperandNSExpression. Documentation for this section has not yet been entered.
[read-only]
PredicateNSPredicate. Documentation for this section has not yet been entered.
[read-only]
RightExpressionNSExpression. Documentation for this section has not yet been entered.
[read-only]
Variablestring. Documentation for this section has not yet been entered.

Public Methods

ExpressionValueWithObject(NSObject, NSMutableDictionary) : NSExpression
Documentation for this section has not yet been entered.
static
FromAggregate(NSExpression[]) : NSExpression
Documentation for this section has not yet been entered.
static
FromConstant(NSObject) : NSExpression
Documentation for this section has not yet been entered.
static
FromFormat(string, NSExpression[]) : NSExpression
Documentation for this section has not yet been entered.
static
FromFunction(NSExpressionHandler, NSExpression[]) : NSExpression
Documentation for this section has not yet been entered.
static
FromFunction(string, NSExpression[]) : NSExpression
Documentation for this section has not yet been entered.
static
FromFunction(NSExpression, string, NSExpression[]) : NSExpression
Documentation for this section has not yet been entered.
static
FromIntersectSet(NSExpression, NSExpression) : NSExpression
Documentation for this section has not yet been entered.
static
FromKeyPath(string) : NSExpression
Documentation for this section has not yet been entered.
static
FromMinusSet(NSExpression, NSExpression) : NSExpression
Documentation for this section has not yet been entered.
static
FromSubquery(NSExpression, string, NSObject) : NSExpression
Documentation for this section has not yet been entered.
static
FromUnionSet(NSExpression, NSExpression) : NSExpression
Documentation for this section has not yet been entered.
static
FromVariable(string) : NSExpression
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the NSExpression object.