WorkflowServiceAttributes 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
为所修饰的工作流服务生成服务行为。
public ref class WorkflowServiceAttributes sealed : System::Workflow::ComponentModel::DependencyObject
[System.ComponentModel.TypeConverter(typeof(System.Workflow.Activities.WorkflowServiceAttributesTypeConverter))]
public sealed class WorkflowServiceAttributes : System.Workflow.ComponentModel.DependencyObject
[System.ComponentModel.TypeConverter(typeof(System.Workflow.Activities.WorkflowServiceAttributesTypeConverter))]
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public sealed class WorkflowServiceAttributes : System.Workflow.ComponentModel.DependencyObject
[<System.ComponentModel.TypeConverter(typeof(System.Workflow.Activities.WorkflowServiceAttributesTypeConverter))>]
type WorkflowServiceAttributes = class
inherit DependencyObject
[<System.ComponentModel.TypeConverter(typeof(System.Workflow.Activities.WorkflowServiceAttributesTypeConverter))>]
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type WorkflowServiceAttributes = class
inherit DependencyObject
Public NotInheritable Class WorkflowServiceAttributes
Inherits DependencyObject
- 继承
- 属性
注解
注意
本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型。
WorkflowServiceAttributes 类用于为 ReceiveActivity 活动定义服务属性。
某些属性具有默认值,如下所示。
Attribute | 默认值 |
AddressFilterMode | Exact |
IgnoreExtensionDataObject | 错误 |
IncludeExceptionDetailInFault | 错误 |
MaxItemsInObjectGraph | 2147483647 |
UseSynchronizationContext | 正确 |
ValidateMustUnderstand | 正确 |
构造函数
WorkflowServiceAttributes() |
已过时.
初始化 WorkflowServiceAttributes 类的新实例。 |
属性
AddressFilterMode |
已过时.
获取或设置调度程序用于将传入消息路由到正确终结点的 AddressFilterMode 枚举。 |
ConfigurationName |
已过时.
获取或设置用于在应用程序配置文件中定位服务元素的值。 |
DesignMode |
已过时.
获取一个值,该值指示此实例是处于设计模式还是运行时模式。 (继承自 DependencyObject) |
IgnoreExtensionDataObject |
已过时.
获取或设置一个值,该值指定是否将未知序列化数据发送到网络上。 |
IncludeExceptionDetailInFaults |
已过时.
获取或设置一个值,该值指定是否要将常规未处理执行异常转换为 FaultException 类型的 ExceptionDetail 并将其作为错误消息发送。 仅在开发阶段将其设置为 |
MaxItemsInObjectGraph |
已过时.
获取或设置序列化对象中允许的最大项数。 |
Name |
已过时.
获取或设置 Web 服务描述语言 (WSDL) 中服务元素中的名称属性值。 |
Namespace |
已过时.
获取或设置 Web 服务描述语言 (WSDL) 中服务的目标命名空间值。 |
ParentDependencyObject |
已过时.
获取 DependencyObject 图中的父 DependencyObject。 (继承自 DependencyObject) |
Site |
已过时.
获取或设置对 Site 的 DependencyObject 组件的引用。 (继承自 DependencyObject) |
UserData |
已过时.
获取一个 IDictionary,它将自定义数据与此类实例关联。 (继承自 DependencyObject) |
UseSynchronizationContext |
已过时.
获取或设置一个值,该值指定是否使用当前同步上下文来选择执行的线程。 |
ValidateMustUnderstand |
已过时.
获取或设置一个值,该值指定是由系统还是由应用程序强制执行 SOAP |
方法
显式接口实现
IComponent.Disposed |
已过时.
表示处理组件的“Disposed”事件的方法。 (继承自 DependencyObject) |