TEALVisitorProfileBaseAttribute Class Reference

Inherits from NSObject
Conforms to NSCoding
Declared in TEALVisitorProfileBaseAttribute.h

– isEqualAttribute:

Compares relavent properties of two attributes for equality

- (BOOL)isEqualAttribute:(id)object

Parameters

object

Any NSObject, only TEALVisitorProfileBaseAttribute subclasses can return a true result.

Return Value

boolean of true if relavent values are equal, regardles of object hashing or non relavant properties.

Discussion

Compares relavent properties of two attributes for equality

Declared In

TEALVisitorProfileBaseAttribute.h

– attributeID

ID of the attribute

- (NSString *)attributeID

Return Value

string value of the attribute’s ID

Discussion

ID of the attribute

Declared In

TEALVisitorProfileBaseAttribute.h

– type

Type of attribute

- (TEALVisitorProfileAttributeType)type

Return Value

valid TEALVisitorProfileAttributeType type

Discussion

Type of attribute

Declared In

TEALVisitorProfileBaseAttribute.h