NGLdapEntry
Inherits From: NSObject
Conforms To: NSCopying
Declared In: NGLdapEntry.h
Methods: - initWithDN:attributes: , - dn , - rdn , - objectClasses , - attributeWithName: , - attributeWithName:language: , - attributeNames , - attributes , - count , - ldif


Class Description
No class description.


Instance Variables
NSString *dn;
NSArray *attributes;

dnNo description.
attributesNo description.



Method Types
- initWithDN:attributes:
- dn
- rdn
- objectClasses
- attributeWithName:
- attributeWithName:language:
- attributeNames
- attributes
- count
- ldif


Instance Methods
attributeNames
- (NSArray *)attributeNames
No method description.

attributeWithName:
- (NGLdapAttribute *)attributeWithName:(NSString *)_name
No method description.

attributeWithName:language:
- (NGLdapAttribute *)attributeWithName:(NSString *)_name language:(NSString *)_language
No method description.

attributes
- (NSDictionary *)attributes
No method description.

count
- (unsigned)count
No method description.

dn
- (NSString *)dn
No method description.

initWithDN:attributes:
- (id)initWithDN:(NSString *)_dn attributes:(NSArray *)_attrs
No method description.

ldif
- (NSString *)ldif
No method description.

objectClasses
- (NSArray *)objectClasses
No method description.

rdn
- (NSString *)rdn
No method description.


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.