Inherits from NSObject
Conforms to DCDTO
Declared in DCTagHead.h

Overview

Implementation of header info for tag.

Tasks

Properties

guid

Guid of this tag.

@property (nonatomic, readonly) DCContentGUID *guid

Declared In

DCTagHead.h

type

Type of this tag. See DCTagType for details.

@property (nonatomic, readonly) DCTagType type

Declared In

DCTagHead.h

Instance Methods

initWithType:guid:

Create a new instance.

- (id)initWithType:(DCTagType)type guid:(DCContentGUID *)guid

Parameters

type

Type of this tag.

guid

Guid of this tag.

Return Value

Created instance.

Exceptions

NSInvalidArgumentException

One or more arguments are invalid.

Declared In

DCTagHead.h