Up
Authors
Generated by multix
Date: Generated at 2026-02-09
class_EOSortOrdering
NSObject
NSObject
EOSortOrdering
EOSortOrdering
NSObject->EOSortOrdering
p_EOKeyValueArchiving
EOKeyValueArchiving
p_EOKeyValueArchiving->EOSortOrdering
p_NSCoding
NSCoding
p_NSCoding->EOSortOrdering
p_NSCopying
NSCopying
p_NSCopying->EOSortOrdering
Declared in:
EOControl/EOSortOrdering.h
Conforms to:
EOKeyValueArchiving
NSCoding
NSCopying
Description forthcoming.
EOSortOrdering declares 2 Instance Variables
- (id)
initWithKey: (
NSString *)key
selector: (SEL)selector;
Description forthcoming.
- (
NSString *)
key ;
Description forthcoming.
- (SEL)
selector ;
Description forthcoming.
Instance Variables for EOSortOrdering Class
@protected NSString*
_key ;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private , it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected SEL
_selector ;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private , it is
intended for internal use within the package, and
you should not use the variable in other code.
Declared in:
EOControl/EOSortOrdering.h
Description forthcoming.
- (
NSComparisonResult )
compareCaseInsensitiveAscending: (id)other;
Description forthcoming.
- (
NSComparisonResult )
compareCaseInsensitiveDescending: (id)other;
Description forthcoming.
Declared in:
EOControl/EOSortOrdering.h
Description forthcoming.
- (
NSArray *)
sortedArrayUsingKeyOrderArray: (
NSArray *)orderArray;
Description forthcoming.
Declared in:
EOControl/EOSortOrdering.h
Description forthcoming.
- (void)
sortUsingKeyOrderArray: (
NSArray *)orderArray;
Description forthcoming.
Declared in:
EOControl/EOSortOrdering.h
Description forthcoming.
- (
NSComparisonResult )
compareCaseInsensitiveAscending: (id)other;
Description forthcoming.
- (
NSComparisonResult )
compareCaseInsensitiveDescending: (id)other;
Description forthcoming.
Up