UPDATE: Burada CodePlex buraxmışdır olunub: http://www.codeplex.com/spdwfextensions
UPDATE: Son qeydləri üçün buraya baxın: http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!381.entry
UPDATE: Bu layihə kommersiyalaşdırlmasına haqqında mənim fikirlərimi üçün buraya baxın: http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!569.entry
This project provides a custom activity in SharePoint Designer. Use this custom activity to invoke (göndərmək) any C# function that you incorporated into the linked assembly.
Mərhum oktyabrın kimi, 2007, this is just an initial version of the project. I plan to expand it with a number of additional functions, substring o cümlədən, indeks, dəyişdirmək, invoking web services and anything that seems useful or interesting. I also plan to post this to codeplex once I have my act together on that front. This will also be deployable as a solution at some point.
Hər hansı bir şərh varsa,, sual və ya təkliflər, şərh onları tərk və ya mənə e-məktub göndərin.
Disclaimer:
I make absolutely no claims as to the suitability of this for any purpose. Use at your own risk.
Quraşdırma adımları (çiftlikte hər WFE üçün riayət ediləcək):
1. Edir. Zip Download və çıxarış.
2. Install the .dll into the GAC. I usually open c:\windows toplaşmaq Windows Explorer-istifadə edərək orada kopyalayın.
3. Təhlükəsiz kontrol akt əlavə web.config dəyişdirmək:
<System.Workflow.ComponentModel.WorkflowCompiler>
<authorizedTypes>
<authorizedType Assembly="SpdGenericInterface, Version = 1.0.0.0, Mədəniyyət = neytral, PublicKeyToken = abe076fd8125f3c4" Namespace="Nivlag" TypeName="*" Authorized="True" />
4. Copy "SpdGenericInterface.actions" C:\Program Files Common Files Microsoft Shared Web Server Extensions 12 ŞABLONU 1033 Workflow
Yuxarıda yer İngilis dili qurğuları xüsusi Qeyd edək ki,.
5. Yaxın SharePoint Designer (artıq açmaq varsa).
6. iisreset
7. SPD açın və yeni bir iş yaratmaq.
Bütün yaxşı giderse, Əgər hərəkət bir yeni kateqoriya ilə təltif edilir:
Qeydlər:
Görmək burada (http://blogs.msdn.com/sharepointdesigner/archive/2007/03/15/adding-activities-to-spd.aspx) yaradılması prosesinin bir dəhşətli Baş, bu kimi bir həll quraşdırma və konfiqurasiya.
The. Zip siz c birbaşa çıxarmaq üçün nəzərdə tutulmuşdur:\ drive. If you do this, Əgər layihə aça bilər və bütün yollarını ardıcıl olacaq.
Visual Studio Bu istifadə etmək üçün, you probably need to install "Extensions for Windows WF".
The initial upload contains just one "dispatcher function", "ToLower()". To add more functionality, kimi üsulu yerinə yetirmək üçün əlavə:
müdafiə alıqlamaq ActivityExecutionStatus
Yerinə(ActivityExecutionContext executionContext)
{
sim functionToDispatch;
= functionToDispatch bu.DispatchFunction.ToLower();
keçid (functionToDispatch)
{
hal "tolower()":
{
bu.OutResult1 = bu.InParam1.ToLower();
sındırmaq;
}
default:
{
bu.OutResult1 = "Unknown function: [" + bu.DispatchFunction + "].";
sındırmaq;
}
}
qayıtmaq ActivityExecutionStatus.Qapalı;
} // ActivityExecutionStatus
}
Sonra, re-build the project and copy the assembly to the GAC. I expect an iisreset would be required.