Faoi na seachtaine ó shin, 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.
Seo iad na gnéithe atá ann faoi láthair atá beartaithe do leagan 1.0: https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=spdwfextensions&ReleaseId=8280
Má tá aon leas sa tionscadal seo duine ar bith, fág nóta nó thosú / a chur le plé anseo le do thoil: http://www.codeplex.com/spdwfextensions/Thread/List.aspx
Seo é an tacar reatha feidhmeanna atá códaithe (cé nach thástáil go hiomlán mar an 11/08/07):
Feidhm | Cur Síos (más rud é nach céanna. fheidhm Glan) |
Num-iontrálacha() | Returns the number "entries" in a string as per a specified delimiter.
Mar shampla: Num-entries in a string "a,b,c" with delimiter "," = 3. |
Iontráil() | Returns the nth token in a string as per a specified delimiter. |
Fad | String.Length |
Ionadaigh() | String.Replace() |
Tá() | String.Contains() Returns the word "true" or the word "false". |
Bhfotheaghrán(tús a chur) | String.Substring(tús a chur) |
Bhfotheaghrán(tús a chur,deireadh) | String.Substring(tús a chur,deireadh) |
Cos() | String.ToUpper() |
Ní eagar() | String.ToLower() |
StartsWith() | String.StartsWith() Returns the word "true" or the word "false". |
EndsWith() | String.EndsWith() Returns the word "true" or the word "false". |
As mentioned before, I am still interested in providing any efforts in terms of testing these functions.
–Monjo