TypedOperationInfo 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
一个继承自 OperationInfo 的 OperationInfoBase 对象,用于 SendActivity 和 ReceiveActivity 活动的服务操作信息。 请注意,此操作信息必须基于 CLR 类型。
public ref class TypedOperationInfo sealed : System::Workflow::Activities::OperationInfoBase
public sealed class TypedOperationInfo : System.Workflow.Activities.OperationInfoBase
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public sealed class TypedOperationInfo : System.Workflow.Activities.OperationInfoBase
type TypedOperationInfo = class
inherit OperationInfoBase
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type TypedOperationInfo = class
inherit OperationInfoBase
Public NotInheritable Class TypedOperationInfo
Inherits OperationInfoBase
- 继承
- 属性
注解
注意
本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型。
构造函数
TypedOperationInfo() |
已过时.
初始化 TypedOperationInfo 类的新实例。 |
TypedOperationInfo(Type, String) |
已过时.
初始化 TypedOperationInfo 类的新实例。 |
属性
ContractType |
已过时.
关联的协定接口的类型。 |
DesignMode |
已过时.
获取一个值,该值指示此实例是处于设计模式还是运行时模式。 (继承自 DependencyObject) |
Name |
已过时.
在派生类中实现时,获取或设置与此实例关联的名称。 (继承自 OperationInfoBase) |
ParentDependencyObject |
已过时.
获取 DependencyObject 图中的父 DependencyObject。 (继承自 DependencyObject) |
PrincipalPermissionName |
已过时.
获取或设置与操作的安全上下文关联的用户名。 (继承自 OperationInfoBase) |
PrincipalPermissionRole |
已过时.
获取或设置与操作的安全上下文关联的用户角色(例如 |
Site |
已过时.
获取或设置对 Site 的 DependencyObject 组件的引用。 (继承自 DependencyObject) |
UserData |
已过时.
获取一个 IDictionary,它将自定义数据与此类实例关联。 (继承自 DependencyObject) |
方法
显式接口实现
IComponent.Disposed |
已过时.
表示处理组件的“Disposed”事件的方法。 (继承自 DependencyObject) |