Каля тыдня назад, I started up a codeplex project that provides a simple and reasonably generic method for adding custom action functions to SharePoit Designer workflow. It’s described here: http://www.codeplex.com/spdwfextensions. Beyond simply providing a framework, it also aims to provide a set of useful functions that will make SPD more useful/flexible/powerful.
Вот тока Запланаваныя магчымасці для версіі 1.0: https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=spdwfextensions&ReleaseId=8280
Калі ў каго ёсць цікавасць да гэтага праекту, калі ласка, пакіньце каментар або стартавай / дадаць ў абмеркаванне тут: http://www.codeplex.com/spdwfextensions/Thread/List.aspx
Вот тока набор функцый, якія былі закадаваныя (хоць і не цалкам пратэставаная на 11/08/07):
Функцыя | Апісанне (калі не такія ж, як. Чыстыя функцыі) |
Num-запісы() | Returns the number "entries" in a string as per a specified delimiter.
Напрыклад: Num-entries in a string "a,B,З" with delimiter "," = 3. |
Ўступленне() | Returns the nth token in a string as per a specified delimiter. |
Даўжыня | String.Length |
Замяняць() | String.Replace() |
Змяшчае() | String.Contains() Returns the word "true" or the word "false". |
Падрадок(пачатак) | String.substring(пачатак) |
Падрадок(пачатак,канец) | String.substring(пачатак,канец) |
ToUpper() | String.ToUpper() |
ToLower() | String.tolower() |
StartsWith() | String.StartsWith() Returns the word "true" or the word "false". |
EndsWith() | String.EndsWith() Returns the word "true" or the word "false". |
Як згадвалася раней, Я па-ранейшаму зацікаўлены ў прадастаўленні якіх-небудзь высілкаў з пункту гледжання тэставання гэтых функцый.
–Monjo