ActivityChangeAction 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
실행 중인 워크플로 인스턴스 내에서 제안된 변경 사항을 CompositeActivity 나타냅니다. 이 클래스는 상속되어야 합니다.
public ref class ActivityChangeAction abstract : System::Workflow::ComponentModel::WorkflowChangeAction
public abstract class ActivityChangeAction : System.Workflow.ComponentModel.WorkflowChangeAction
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public abstract class ActivityChangeAction : System.Workflow.ComponentModel.WorkflowChangeAction
type ActivityChangeAction = class
inherit WorkflowChangeAction
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type ActivityChangeAction = class
inherit WorkflowChangeAction
Public MustInherit Class ActivityChangeAction
Inherits WorkflowChangeAction
- 상속
- 파생
- 특성
설명
메모
이 재질에서는 사용되지 않는 형식 및 네임스페이스에 대해 설명합니다. 자세한 내용은
이 클래스는 추가 및 제거되고 컬렉션에서 수행될 수 있는 정식 변경 작업의 기본 클래스입니다.
생성자
| Name | Description |
|---|---|
| ActivityChangeAction() |
사용되지 않음.
ActivityChangeAction 클래스의 새 인스턴스를 초기화합니다. |
| ActivityChangeAction(CompositeActivity) |
사용되지 않음.
클래스의 새 인스턴스를 ActivityChangeAction 초기화하여 연결된 인스턴스를 초기화합니다 CompositeActivity. |
속성
| Name | Description |
|---|---|
| OwnerActivityDottedPath |
사용되지 않음.
이 인스턴스와 연결된 인스턴스의 OwnerActivityDottedPath 값을 가져오거나 설정합니다CompositeActivity. |
메서드
| Name | Description |
|---|---|
| ApplyTo(Activity) |
사용되지 않음.
파생 클래스에서 재정의되는 경우 루트 Activity에 변경 내용을 적용합니다. (다음에서 상속됨 WorkflowChangeAction) |
| Equals(Object) |
사용되지 않음.
지정된 개체가 현재 개체와 같은지 여부를 확인합니다. (다음에서 상속됨 Object) |
| GetHashCode() |
사용되지 않음.
기본 해시 함수로 사용됩니다. (다음에서 상속됨 Object) |
| GetType() |
사용되지 않음.
현재 인스턴스의 Type 가져옵니다. (다음에서 상속됨 Object) |
| MemberwiseClone() |
사용되지 않음.
현재 Object단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
| ToString() |
사용되지 않음.
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
| ValidateChanges(Activity) |
사용되지 않음.
대상 활동에 보류 중인 변경 내용의 유효성을 검사합니다. |