2 overrides of ContractName
System.WorkflowServices (2)
System\Workflow\Activities\Design\TypedServiceOperationListItem.cs (1)
23public override String ContractName
System\Workflow\Activities\Design\WorkflowServiceOperationListItem.cs (1)
20public override String ContractName
2 references to ContractName
System.WorkflowServices (2)
System\Workflow\Activities\Design\OperationPickerDialog.cs (2)
166String key = serviceOperation.ContractName; 453string contractName = serviceOperationListItem.ContractName;