2 writes to operationInfoBase
System.WorkflowServices (2)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (2)
73
operationInfoBase
= operationListItem.Operation;
78
operationInfoBase
= workflowOperationListItem.Operation;
9 references to operationInfoBase
System.WorkflowServices (9)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (9)
89
Fx.Assert(
operationInfoBase
!= null, "list Item should be either ReflectedServiceOperationListItem or WorkflowServiceOperationListItem");
90
this.oneWayCheckBox.Checked =
operationInfoBase
.GetIsOneWay(ServiceProvider);
91
Fx.Assert(
operationInfoBase
!= null, "Operation Info should be non-null at this point");
93
PopulateParametersGrid(
operationInfoBase
);
98
this.operationNameTextBox.Text =
operationInfoBase
.Name;
99
this.permissionRoleTextBox.Text =
operationInfoBase
.PrincipalPermissionRole;
100
this.permissionNameTextBox.Text =
operationInfoBase
.PrincipalPermissionName;
252
Fx.Assert(
operationInfoBase
!= null, "operation info base should not be null here");
253
foreach (OperationParameterInfo paramInfo in
operationInfoBase
.GetParameters(this.ServiceProvider))