Created
June 10, 2011 19:00
-
-
Save bsatrom/1019525 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Action Name="Send an SMS Text Message" | |
ClassName="MyCompany.Workflow.Messaging.Activities.SendSMSActivity" | |
Assembly="MyCompany.Workflow.Messaging.Activities, Version=1.0.0.0, | |
Culture=neutral, PublicKeyToken=fe2315b70tbc147c" | |
AppliesTo="all" | |
Category="Messaging Actions"> | |
<RuleDesigner Sentence="Send %1 to number %2"> | |
<FieldBind Field="Message" Text="this message" DesignerType="TextBox" Id="1"/> | |
<FieldBind Field="Number" Text="this number" DesignerType="TextBox" Id="2"/> | |
</RuleDesigner> | |
<Parameters> | |
<Parameter Name="Number" Type="System.String, mscorlib" Direction="In" /> | |
<Parameter Name="Message" Type="System.String, mscorlib" Direction="In" /> | |
</Parameters> | |
</Action> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment