API browser of acfValidator100 COM module


/images/arrow_right.png ServicePropertyType enumeration type
Defines properties a service possibly can possess in terms of an orthogonal bit list. space
space
Set of enumeration values 6 elements
enServicePropertyHasTP: 1 This bit position characterizes the service as one with a fixed tax point (TP) as opposed to a variable TP services.
enServicePropertyIsNeedsRefCode: 32 This bit position characterizes the service as one that needs a reference code basically defining a chain of codes. If a service needs a reference code than that referenced service must be supplied prior than the current service.
 
To retrieve the possible slave codes of a certain master code, use the ISearchTMA::Search4Slaves method.
enServicePropertyHasSideDependency: 256 This bit position characterizes the TMA service as side dependend that is when using the service the side must be greater than enSideNone.
enServicePropertyIsGroupingRelevant: 512 This bit position characterizes the TMA service as grouper relevant service, that is mostly of TMA type P(OR) or P(notOR).
enServicePropertyIsMinutageService: 1024 This bit position characterizes the TMA service as a minutage type service.
enServicePropertyIsContactRelated: 2048 This bit position characterizes the TMA service as contact related
space