FMKEntity Class Reference
Inherits from | FMKNode : NSObject |
---|---|
Conforms to | FMKEntityDelegate |
Declared in | FMKEntity.h FMKEntity.m |
entityTag
元素的唯一标识
@property (nonatomic, assign) NSInteger entityTag
Discussion
元素的唯一标识
Declared In
FMKEntity.h
delegate
元素级别代理
@property (nonatomic, assign) id<FMKEntityDelegate> delegate
Discussion
元素级别代理
Declared In
FMKEntity.h
attributes
用户自定义附加属性
@property (nonatomic, strong) NSDictionary *attributes
Discussion
用户自定义附加属性
Declared In
FMKEntity.h