Tungkol sa isang linggo na ang nakakalipas, 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.
Narito ang mga kasalukuyang nakaplanong tampok para sa bersyon 1.0: https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=spdwfextensions&ReleaseId=8280
Kung sinuman ay may anumang mga interes sa proyektong ito, mangyaring mag-iwan ng komento o simulan / idagdag sa isang talakayan dito: http://www.codeplex.com/spdwfextensions/Thread/List.aspx
Narito ang mga kasalukuyang hanay ng mga pag-andar na naka-code (bagaman hindi ganap na nasubukan bilang ng 11/08/07):
Tungkulin | Paglalarawan (kung hindi pareho. Net function na) |
Num-entry() | Returns the number "entries" in a string as per a specified delimiter.
Halimbawa: Num-entries in a string "a,b,c" with delimiter "," = 3. |
Pagpasok() | Returns the nth token in a string as per a specified delimiter. |
Haba | String.Length |
Palitan() | String.Replace() |
Naglalaman ng() | String.Contains() Returns the word "true" or the word "false". |
Substring(simulan) | String.Substring(simulan) |
Substring(simulan,dulo) | String.Substring(simulan,dulo) |
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". |
Tulad ng nabanggit bago, Pa rin ako ay interesado sa pagbibigay ng anumang pagsisikap sa mga tuntunin ng pagsubok ng mga function.
–Monjo