Aste bat inguru ago, 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.
Hemen bertsioaren planifikatutako egungo ezaugarriak 1.0: https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=spdwfextensions&ReleaseId=8280
Edozeinek proiektu honetan inolako interesik badu, Mesedez, utzi iruzkin bat, edo / eztabaida bat gehitu hemen: http://www.codeplex.com/spdwfextensions/Thread/List.aspx
Hemen funtzio dituzte kodetuta multzoa uneko (ez da erabat bezain probatu 11/08/07):
Funtzioa | Deskribapena (berean ez bada ere. funtzio garbia) |
Num-sarrerak() | Returns the number "entries" in a string as per a specified delimiter.
Adibidez: Num-entries in a string "a,b,c" with delimiter "," = 3. |
Sarrera() | Returns the nth token in a string as per a specified delimiter. |
Luzera | String.Length |
Ordeztu() | String.Replace() |
Dauka() | String.Contains() Returns the word "true" or the word "false". |
Izan ezik:(hasteko) | String.Substring(hasteko) |
Izan ezik:(hasteko,amaiera) | String.Substring(hasteko,amaiera) |
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". |
Gisa aipatu aurretik, Nago, oraindik ere, ahalegin edozein funtzio hauek eskaintzen probatzen aldetik interesa.
–Monjo