MonobjcMonobjc Documented Class Library
NSKeyValueCoding Class
NamespacesMonobjc.FoundationNSKeyValueCoding

[Missing <summary> documentation for "T:Monobjc.Foundation.NSKeyValueCoding"]

Declaration Syntax
C#Visual BasicVisual C++
public class NSKeyValueCoding
Public Class NSKeyValueCoding
public ref class NSKeyValueCoding
Members
All MembersConstructorsMethodsFields



IconMemberDescription
NSKeyValueCoding()()()()
Initializes a new instance of the NSKeyValueCoding class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
NSAverageKeyValueOperator

The @avg array operator.

Available in Mac OS X v10.4 and later.


NSCountKeyValueOperator

The @count array operator.

Available in Mac OS X v10.4 and later.


NSDistinctUnionOfArraysKeyValueOperator

The @distinctUnionOfArrays array operator.

Available in Mac OS X v10.4 and later.


NSDistinctUnionOfObjectsKeyValueOperator

The @distinctUnionOfObjects array operator.

Available in Mac OS X v10.4 and later.


NSDistinctUnionOfSetsKeyValueOperator

The @distinctUnionOfSets array operator.

Available in Mac OS X v10.4 and later.


NSMaximumKeyValueOperator

The @max array operator.

Available in Mac OS X v10.4 and later.


NSMinimumKeyValueOperator

The @min array operator.

Available in Mac OS X v10.4 and later.


NSSumKeyValueOperator

The @sum array operator.

Available in Mac OS X v10.4 and later.


NSTargetObjectUserInfoKey

The object on which the key value coding operation failed.


NSUndefinedKeyException

Raised when a key value coding operation fails. userInfo keys are described in “NSUndefinedKeyException userInfo Keys”

Available in Mac OS X v10.3 and later.


NSUnionOfArraysKeyValueOperator

The @unionOfArrays array operator.

Available in Mac OS X v10.4 and later.


NSUnionOfObjectsKeyValueOperator

The @unionOfObjects array operator.

Available in Mac OS X v10.4 and later.


NSUnionOfSetsKeyValueOperator

The @unionOfSets array operator.

Available in Mac OS X v10.4 and later.


NSUnknownUserInfoKey

The key for which the key value coding operation failed.


ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
NSKeyValueCoding
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)