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