IMemberCreationService 인터페이스

정의

주의

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

형식의 코드 요소를 디자인 타임에 동적으로 만들거나 업데이트하거나 제거하기 위한 메서드를 정의합니다. 또한 디자인 타임에 코드를 표시할 수 있는 메서드가 제공됩니다.

public interface class IMemberCreationService
public interface IMemberCreationService
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public interface IMemberCreationService
type IMemberCreationService = interface
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type IMemberCreationService = interface
Public Interface IMemberCreationService
특성

설명

참고

이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.

메서드

CreateEvent(String, String, Type, AttributeInfo[], Boolean)

지정된 이벤트 이름, 이벤트 형식 및 특성을 사용하여 지정된 클래스에 이벤트를 만듭니다.

CreateField(String, String, Type, Type[], MemberAttributes, CodeSnippetExpression, Boolean)

지정된 필드 이름, 필드 형식, 매개 변수 형식, 특성 및 리터럴 초기화 식을 사용하여 지정된 클래스에 필드를 만듭니다.

CreateProperty(String, String, Type, AttributeInfo[], Boolean, Boolean, Boolean, Type, Boolean)

지정된 속성 이름, 속성 형식 및 특성을 사용하여 지정된 클래스에서 속성을 만듭니다.

RemoveEvent(String, String, Type)

지정된 클래스에서 지정된 이벤트를 제거합니다.

RemoveProperty(String, String, Type)

지정된 클래스에서 지정된 속성을 제거합니다.

ShowCode()

워크플로 디자인 화면에 새 멤버의 코드를 표시합니다.

ShowCode(Activity, String, Type)

지정된 Activity, 지정된 메서드 및 지정된 대리자 형식을 사용하여 워크플로 디자인 화면에 새 멤버의 코드를 표시합니다.

UpdateBaseType(String, Type)

지정된 클래스와 연결될 기본 형식을 업데이트합니다.

UpdateEvent(String, String, Type, String, Type, AttributeInfo[], Boolean, Boolean)

새 이름과 형식을 지정된 클래스의 기존 이벤트에 설정합니다.

UpdateProperty(String, String, Type, String, Type, AttributeInfo[], Boolean, Boolean)

새 이름과 형식을 지정된 클래스의 속성에 설정합니다.

UpdateTypeName(String, String)

지정된 클래스의 이름을 업데이트합니다.

적용 대상