TEALVisitorProfileBaseAttribute Class Reference

Inherits from NSObject
Conforms to NSCoding
Declared in TEALVisitorProfileBaseAttribute.h

– initWithType:

Constructor method.

- (instancetype)initWithType:(TEALVisitorProfileAttributeType)type

Parameters

type

Type of TEALVisitorProfileAttributeType that this base attribute should be.

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.

Declared In

TEALVisitorProfileBaseAttribute.h

– attributeID

ID of the attribute

- (NSString *)attributeID

Return Value

string value of the attribute’s ID

Declared In

TEALVisitorProfileBaseAttribute.h

– type

Type of attribute

- (TEALVisitorProfileAttributeType)type

Return Value

valid TEALVisitorProfileAttributeType type

Declared In

TEALVisitorProfileBaseAttribute.h