OperationInfo 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
워크플로 서비스에 정의된 계약 작업에 대한 정보를 나타냅니다.
public ref class OperationInfo sealed : System::Workflow::Activities::OperationInfoBase
public sealed class OperationInfo : System.Workflow.Activities.OperationInfoBase
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public sealed class OperationInfo : System.Workflow.Activities.OperationInfoBase
type OperationInfo = class
inherit OperationInfoBase
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type OperationInfo = class
inherit OperationInfoBase
Public NotInheritable Class OperationInfo
Inherits OperationInfoBase
- 상속
- 특성
설명
참고
이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.
OperationInfo 클래스는 ReceiveActivity 활동에 대한 서비스 계약 정보를 정의하는 데 사용됩니다.
참고
워크플로 중심 서비스에만 OperationInfo 클래스를 사용할 수 있습니다. 워크플로 중심 서비스에 대 한 자세한 내용은 참조 하세요. 워크플로 서비스 제작 스타일합니다.
생성자
OperationInfo() |
OperationInfo 클래스의 새 인스턴스를 초기화합니다. |
속성
ContractName |
이 작업을 정의하는 계약의 전체 이름을 가져오거나 설정합니다. |
DesignMode |
이 인스턴스가 디자인 모드 또는 런타임 모드에 있는지 나타내는 값을 가져옵니다. (다음에서 상속됨 DependencyObject) |
HasProtectionLevel |
작업에 정의된 ProtectionLevel이 있는지 여부에 대한 정보를 가져옵니다. |
IsOneWay |
서비스와 클라이언트 간 통신이 단방향이 되도록 지정할 작업에 대한 정보를 가져오거나 설정합니다. |
Name |
파생 클래스에서 구현되는 경우 이 인스턴스와 연결된 이름을 가져오거나 설정합니다. (다음에서 상속됨 OperationInfoBase) |
Parameters |
작업에서 사용하는 매개 변수 정의를 나타내는 OperationParameterInfo 개체의 컬렉션을 가져옵니다. |
ParentDependencyObject |
DependencyObject 그래프의 부모 DependencyObject를 가져옵니다. (다음에서 상속됨 DependencyObject) |
PrincipalPermissionName |
작업의 보안 컨텍스트와 연결된 사용자 이름을 가져오거나 설정합니다. (다음에서 상속됨 OperationInfoBase) |
PrincipalPermissionRole |
작업의 보안 컨텍스트와 연결된 사용자 역할(예: |
ProtectionLevel |
작업의 ProtectionLevel을 가져오거나 설정합니다. |
Site |
Site의 DependencyObject 구성 요소에 대한 참조를 가져오거나 설정합니다. (다음에서 상속됨 DependencyObject) |
UserData |
사용자 지정 데이터를 이 클래스 인스턴스와 연결하는 IDictionary를 가져옵니다. (다음에서 상속됨 DependencyObject) |
메서드
명시적 인터페이스 구현
IComponent.Disposed |
구성 요소의 Disposed 이벤트를 처리하는 메서드를 나타냅니다. (다음에서 상속됨 DependencyObject) |