Lynkeos
|
Column description (to be put in the dictionary) More...
#import <LynkeosColumnDescriptor.h>
Public Attributes | |
NSString * | _processingRef |
Name of the process owning the value to display. More... | |
NSString * | _parameterReference |
Name of the parameter. More... | |
NSString * | _fieldName |
Name of the field in the LynkeosProcessingParameter. | |
NSString * | _format |
Display format for NSString stringWithFormat: method. | |
Column description (to be put in the dictionary)
- (NSString*) _parameterReference |
Name of the parameter.
This is used as the second key for retrieving the LynkeosProcessingParameter which contains the value to display.
Referenced by MyConcreteColumnDescriptor::registerColumn:forProcess:parameter:field:format:.
- (NSString*) _processingRef |
Name of the process owning the value to display.
This is used as a key for retrieving the LynkeosProcessingParameter which contains the value to display.
Referenced by MyConcreteColumnDescriptor::registerColumn:forProcess:parameter:field:format:.