RouteTag Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | RouteTag.h |
name
The name of the tag
@property (nonatomic, readwrite) NSString *nameDiscussion
The name of the tag
Declared In
RouteTag.h
tagDescription
The description of the routing tag
@property (nonatomic, readwrite) NSString *tagDescriptionDiscussion
The description of the routing tag
Declared In
RouteTag.h
code
The unique code of the routing tag
@property (nonatomic, readwrite) NSString *codeDiscussion
The unique code of the routing tag
Declared In
RouteTag.h
– objectFromDictionary:
Created new RouteTag object from Dictionary schema
- (void)objectFromDictionary:(NSDictionary *)copyParameters
copy |
detail of tag object |
|---|
Discussion
Created new RouteTag object from Dictionary schema
Declared In
RouteTag.h