更新: 在這裡看到的商業化這一專案的思考: http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!569.entry
我一直忙著我的 Codeplex 專案,目前重點是提供字串操作擴展到通過 SharePoint 設計器創建的工作流.
詳細資訊,請參閱在這裡:
專案主頁: http://www.codeplex.com/spdwfextensions
釋放: https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=spdwfextensions&ReleaseId=8280
版本 1.0 包括以下新功能:
函數 | 說明 (如果不相同.net 函數,) |
Num 條目() | 返回數位的"條目" 根據指定的分隔符號分隔的字串中.
舉個例子: 在一個字串中的 Num 條目",b,c" 帶分隔符號"," = 3. |
條目() | 根據指定的分隔符號分隔的字串中返回的第 n 個標記. |
長度 | String.Length |
替換() | String.Replace() |
包含() | String.Contains() 返回"true 一詞" 或者"false"一詞. |
子字串(啟動) | String.Substring(啟動) |
子字串(啟動,長度) | String.Substring(啟動,長度) |
ToUpper() | String.ToUpper() |
String.tolower() | String.ToLower() |
StartsWith() | String.StartsWith() 返回"true 一詞" 或者"false"一詞. |
EndsWith() | String.EndsWith() 返回"true 一詞" 或者"false"一詞. |
你好,
我想在行動中添加調用 C# helper 函數,SharePoint 設計師的工作流。當我點擊 helper 函式呼叫 C# , 它不會顯示在動作清單中。.
任何想法?….
為什麼它發生.
你好, 馬諾基. 我假設你發現這件很久以前. 很抱歉沒回來 2010 當你作出評論.