Takriban wiki moja iliyopita, 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.
Hapa ni sasa makala iliyopangwa kwa ajili ya toleo 1.0: https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=spdwfextensions&ReleaseId=8280
Kama mtu ana maslahi yoyote katika mradi huu, tafadhali kuacha maoni au kuanza / kuongeza mjadala hapa: http://www.codeplex.com/spdwfextensions/Thread/List.aspx
Hapa ni seti ya sasa ya kazi ambayo wamekuwa coded (ingawa si kikamilifu kupima kama ya 11/08/07):
Kazi | Description (kama si sawa kama Net kazi.) |
Num-entries() | Returns the number "entries" in a string as per a specified delimiter.
Kwa mfano: Num-entries in a string "a,b,c" with delimiter "," = 3. |
Kuingia() | Returns the nth token in a string as per a specified delimiter. |
Urefu | String.Length |
Nafasi() | String.Replace() |
Ina() | String.Contains() Returns the word "true" or the word "false". |
Substring(kuanza) | String.Substring(kuanza) |
Substring(kuanza,mwisho) | String.Substring(kuanza,mwisho) |
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". |
Kama ilivyoelezwa kabla, Mimi bado nia ya kutoa juhudi yoyote katika suala la kupima kazi hizi.
–Monjo