Changes between Version 8 and Version 9 of ScoringFormulas
- Timestamp:
- Feb 19, 2008, 2:41:01 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ScoringFormulas
v8 v9 43 43 FS defines an interface that can be implemented to create new scoring formulas. 44 44 45 Create a dll (in .NET) with a class named "Sf" implementing the interface IFsSf in !FsSf.dll. 46 You may have any number of classes here, but only the one named "Sf" will be used directly by FS and is expected to implement the IFsSf interface. 45 Create a dll (in .NET) with a class named "Sf" implementing the interface IFsSf in !FsSf.dll.[[BR]] 46 ''You may have any number of classes here, but only the one named "Sf" will be used directly by FS and is expected to implement the IFsSf interface.'' 47 47 48 The name of the dll must start with "!FsSf_" (makes it easier for FS to find what dlls that have scoring formula). 48 The name of the dll must start with "!FsSf_" (makes it easier for FS to find which dlls that have scoring formula). 49 50 For FS to find the dll it must be placed in the same folder as !FsComp.exe. 49 51 50 52 Set the following Assembly Manifest Attributes as follows:[[BR]] … … 76 78 To access the rest of the fsdb xml document use !OwnerDocument property of the param. 77 79 * return: Return true if any changes to xe_sf_clone where done (meaning fsdb needs to be updated with xe_task_clone), false if not. 80