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
- 상속
- 특성
설명
메모
이 재질에서는 사용되지 않는 형식 및 네임스페이스에 대해 설명합니다. 자세한 내용은
WorkflowServiceAttributes 클래스는 활동에 대한 ReceiveActivity 서비스 특성을 정의하는 데 사용됩니다.
일부 특성에는 아래와 같이 기본값이 있습니다.
| 특성 | 기본값 |
|---|---|
| AddressFilterMode | 정확한 |
| 확장 데이터 개체 무시 | 거짓 |
| IncludeExceptionDetailInFault | 거짓 |
| 객체 그래프의 최대 항목수 | 2147483647 |
| UseSynchronizationContext | True |
| ValidateMustUnderstand | True |
생성자
| Name | Description |
|---|---|
| WorkflowServiceAttributes() |
사용되지 않음.
WorkflowServiceAttributes 클래스의 새 인스턴스를 초기화합니다. |
속성
| Name | Description |
|---|---|
| AddressFilterMode |
사용되지 않음.
디스패처가 AddressFilterMode 들어오는 메시지를 올바른 엔드포인트로 라우팅하는 데 사용하는 열거형을 가져오거나 설정합니다. |
| ConfigurationName |
사용되지 않음.
애플리케이션 구성 파일에서 서비스 요소를 찾는 데 사용되는 값을 가져오거나 설정합니다. |
| DesignMode |
사용되지 않음.
이 인스턴스가 디자인 모드인지 런타임 모드인지를 나타내는 값을 가져옵니다. (다음에서 상속됨 DependencyObject) |
| IgnoreExtensionDataObject |
사용되지 않음.
알 수 없는 serialization 데이터를 유선으로 보낼지 여부를 지정하는 값을 가져오거나 설정합니다. |
| IncludeExceptionDetailInFaults |
사용되지 않음.
처리되지 않은 일반 실행 예외를 형식 FaultException 으로 변환하여 오류 메시지로 ExceptionDetail 보내도록 지정하는 값을 가져오거나 설정합니다. 서비스 문제를 해결하기 위해 |
| MaxItemsInObjectGraph |
사용되지 않음.
serialize된 개체에 허용되는 최대 항목 수를 가져오거나 설정합니다. |
| Name |
사용되지 않음.
WSDL(Web Services Description Language)의 서비스 요소에 있는 이름 특성 값을 가져오거나 설정합니다. |
| Namespace |
사용되지 않음.
WSDL(Web Services Description Language)에서 서비스에 대한 대상 네임스페이스의 값을 가져오거나 설정합니다. |
| ParentDependencyObject |
사용되지 않음.
DependencyObject 그래프에서 부모 DependencyObject 가져옵니다. (다음에서 상속됨 DependencyObject) |
| Site |
사용되지 않음.
Site DependencyObject 구성 요소에 대한 참조를 가져오거나 설정합니다. (다음에서 상속됨 DependencyObject) |
| UserData |
사용되지 않음.
사용자 지정 데이터를 이 클래스 인스턴스와 연결하는 IDictionary 가져옵니다. (다음에서 상속됨 DependencyObject) |
| UseSynchronizationContext |
사용되지 않음.
현재 동기화 컨텍스트를 사용하여 실행 스레드를 선택할지 여부를 지정하는 값을 가져오거나 설정합니다. |
| ValidateMustUnderstand |
사용되지 않음.
시스템 또는 애플리케이션이 SOAP |
메서드
명시적 인터페이스 구현
| Name | Description |
|---|---|
| IComponent.Disposed |
사용되지 않음.
구성 요소의 Disposed 이벤트를 처리하는 메서드를 나타냅니다. (다음에서 상속됨 DependencyObject) |