განახლების: აგრეთვე აქ ჩემი მოსაზრებები იმის შესახებ commercializing ამ პროექტის: http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!569.entry
მე უკვე დაკავებულია მუშაობს ჩემი Codeplex პროექტი, რომელიც ამჟამად ორიენტირებულია უზრუნველყოფს სიმებიანი მანიპულირება გაგრძელება workflows შექმნილი მეშვეობით SharePoint დიზაინერი.
აქ დამატებითი ინფორმაციისათვის:
პროექტის სათაო: http://www.codeplex.com/spdwfextensions
ოფიციალური: https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=spdwfextensions&ReleaseId=8280
მობილური 1.0 მოიცავს შემდეგი ფუნქციები:
ფუნქცია | აღწერა (თუ არ იგივე როგორც. წმინდა ფუნქცია) |
რაოდენობის მასალა() | Returns the number "entries" in a string as per a specified delimiter.
მაგალითად: Num-entries in a string "a,ბ,გ" with delimiter "," = 3. |
შემოსვლასთან() | Returns the nth token in a string as per a specified delimiter. |
სიგრძე | String.Length |
ჩანაცვლება() | String.Replace() |
შეიცავს() | String.Contains() Returns the word "true" or the word "false". |
Substring(დაიწყოს) | String.Substring(დაიწყოს) |
Substring(დაიწყოს,სიგრძის) | String.Substring(დაიწყოს,სიგრძის) |
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". |
Hi,
I am trying to add Invoke C# helper function in Action on SharePoint Designer workflow..When i click on Invoke C# helper function , it does not showing in the action list..
ნებისმიერი იდეა?….
Why its happening.
Hi, Manoj. I assume you figured this out a long time ago. Sorry for not replying back in 2010 when you made the comment.