예제 #1
0
 public override void Initialize(InitializationContext context)
 {
     context.AddImage(OutOfBoxComponentResources.ActivitiesNode, Color.White, typeof(WorkflowActivitiesComponent), ActivitiesNodeImageName);
     context.AddImage(OutOfBoxComponentResources.ActivityNode, Color.White, typeof(WorkflowActivitiesComponent), ActivityNodeImageName);
     context.AddChildComponent(typeof(WorkflowComponent), typeof(WorkflowActivitiesComponent));
 }
예제 #2
0
 public override void Initialize(InitializationContext context)
 {
     context.AddImage(OutOfBoxComponentResources.AssemblyNode, Color.White, typeof(AssemblyComponent), AssemblyNodeImageName);
     context.AddChildComponent(typeof(RootComponent), typeof(AssemblyComponent));
 }
예제 #3
0
 public override void Initialize(InitializationContext context)
 {
     context.AddChildComponent(typeof(RuleComponent), typeof(RuleEvaluatorComponent));
 }
예제 #4
0
 public override void Initialize(InitializationContext context)
 {
     context.AddChildComponent(typeof(WorkflowComponent), typeof(WorkflowDesignerViewComponent));
 }
예제 #5
0
 public override void Initialize(InitializationContext context)
 {
     context.AddImage(OutOfBoxComponentResources.ServiceInterfaceNode, Color.White, typeof(RequiredServiceInterfacesComponent), ServiceInterfaceNodeImageName);
     context.AddChildComponent(typeof(WorkflowComponent), typeof(RequiredServiceInterfacesComponent));
 }
예제 #6
0
 public override void Initialize(InitializationContext context)
 {
     context.AddImage(OutOfBoxComponentResources.WorkflowNode, Color.White, typeof(WorkflowComponent), WorkflowNodeImageName); 
     context.AddChildComponent(typeof(AssemblyComponent), typeof(WorkflowComponent));
 }
예제 #7
0
 public override void Initialize(InitializationContext context)
 {
     context.AddChildComponent(typeof(WorkflowComponent), typeof(XamlContextMenuComponent));
 }
예제 #8
0
 public override void Initialize(InitializationContext context)
 {
     context.AddImage(OutOfBoxComponentResources.ActivitiesNode, Color.White, typeof(WorkflowActivitiesComponent), ActivitiesNodeImageName);
     context.AddImage(OutOfBoxComponentResources.ActivityNode, Color.White, typeof(WorkflowActivitiesComponent), ActivityNodeImageName);
     context.AddChildComponent(typeof(WorkflowComponent), typeof(WorkflowActivitiesComponent));
 }
예제 #9
0
 public override void Initialize(InitializationContext context)
 {
     context.AddChildComponent(typeof(RuleComponent), typeof(RuleEvaluatorComponent));
 }
예제 #10
0
 public override void Initialize(InitializationContext context)
 {
     context.AddImage(OutOfBoxComponentResources.ServiceInterfaceNode, Color.White, typeof(RequiredServiceInterfacesComponent), ServiceInterfaceNodeImageName);
     context.AddChildComponent(typeof(WorkflowComponent), typeof(RequiredServiceInterfacesComponent));
 }
예제 #11
0
 public override void Initialize(InitializationContext context)
 {
     context.AddChildComponent(typeof(WorkflowComponent), typeof(WorkflowDesignerViewComponent));
 }
예제 #12
0
 public override void Initialize(InitializationContext context)
 {
     context.AddChildComponent(typeof(WorkflowComponent), typeof(XamlContextMenuComponent));
 }