| http://www.w3.org/ns/prov#value | - and also implements the GetValueByIndex method.To achieve this the my needs to1: Add the interface to the class2: Generate a method3: Implement the method.The aspect class is a System.Attribute which implements ITypeInterfaceDecorator.type BusinessClassAttribute = public class(System.Attribute, ITypeInterfaceDecorator) ... end;procedure BusinessClassAtt
|