WorkflowRuntimeServiceElement 클래스

정의

주의

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

워크플로 런타임 엔진에 추가할 서비스에 대한 구성 요소를 나타냅니다.

public ref class WorkflowRuntimeServiceElement : System::Configuration::ConfigurationElement
public class WorkflowRuntimeServiceElement : System.Configuration.ConfigurationElement
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class WorkflowRuntimeServiceElement : System.Configuration.ConfigurationElement
type WorkflowRuntimeServiceElement = class
    inherit ConfigurationElement
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type WorkflowRuntimeServiceElement = class
    inherit ConfigurationElement
Public Class WorkflowRuntimeServiceElement
Inherits ConfigurationElement
상속
WorkflowRuntimeServiceElement
특성

설명

메모

이 재질에서는 사용되지 않는 형식 및 네임스페이스에 대해 설명합니다. 자세한 내용은 Windows Workflow Foundation 4.5 참조하세요.

A WorkflowRuntimeServiceElement 는 워크플로 런타임 엔진에서 초기화하고 활성화해야 하는 호스트 서비스를 지정합니다. 구성 파일의 요소에 <Services> 지정된 호스트 서비스에 해당합니다. WorkflowRuntimeServiceElement에 지정된 서비스는 워크플로 런타임 엔진에 의해 초기화되므로 다음 네 개의 서명 중 하나와 일치하는 하나 이상의 생성자가 있어야 합니다(워크플로 런타임 엔진은 표시된 순서대로 이러한 서명과 일치하려고 시도합니다.)

Service(WorkflowRuntime 런타임, NameValueCollection 매개 변수)

Service(WorkflowRuntime 런타임)

Service(NameValueCollection 매개 변수)

Service()

생성자

Name Description
WorkflowRuntimeServiceElement()
사용되지 않음.

WorkflowRuntimeServiceElement 클래스의 새 인스턴스를 초기화합니다.

속성

Name Description
CurrentConfiguration
사용되지 않음.

현재 Configuration 인스턴스가 속한 구성 계층 구조를 나타내는 최상위 ConfigurationElement 인스턴스에 대한 참조를 가져옵니다.

(다음에서 상속됨 ConfigurationElement)
ElementInformation
사용되지 않음.

사용자 지정할 수 없는 정보와 ElementInformation 개체의 기능이 포함된 ConfigurationElement 개체를 가져옵니다.

(다음에서 상속됨 ConfigurationElement)
ElementProperty
사용되지 않음.

ConfigurationElementProperty 개체 자체를 나타내는 ConfigurationElement 개체를 가져옵니다.

(다음에서 상속됨 ConfigurationElement)
EvaluationContext
사용되지 않음.

ContextInformation 개체에 대한 ConfigurationElement 개체를 가져옵니다.

(다음에서 상속됨 ConfigurationElement)
HasContext
사용되지 않음.

CurrentConfiguration 속성이 null여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 ConfigurationElement)
Item[ConfigurationProperty]
사용되지 않음.

이 구성 요소의 속성 또는 특성을 가져오거나 설정합니다.

(다음에서 상속됨 ConfigurationElement)
Item[String]
사용되지 않음.

이 구성 요소의 속성, 특성 또는 자식 요소를 가져오거나 설정합니다.

(다음에서 상속됨 ConfigurationElement)
LockAllAttributesExcept
사용되지 않음.

잠긴 특성의 컬렉션을 가져옵니다.

(다음에서 상속됨 ConfigurationElement)
LockAllElementsExcept
사용되지 않음.

잠긴 요소의 컬렉션을 가져옵니다.

(다음에서 상속됨 ConfigurationElement)
LockAttributes
사용되지 않음.

잠긴 특성의 컬렉션을 가져옵니다.

(다음에서 상속됨 ConfigurationElement)
LockElements
사용되지 않음.

잠긴 요소의 컬렉션을 가져옵니다.

(다음에서 상속됨 ConfigurationElement)
LockItem
사용되지 않음.

요소가 잠겨 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

(다음에서 상속됨 ConfigurationElement)
Parameters
사용되지 않음.

이 서비스에 대한 매개 변수를 가져옵니다.

Properties
사용되지 않음.

속성의 컬렉션을 가져옵니다.

(다음에서 상속됨 ConfigurationElement)
Type
사용되지 않음.

서비스의 어셈블리 정규화된 형식 이름을 가져오거나 설정합니다.

메서드

Name Description
DeserializeElement(XmlReader, Boolean)
사용되지 않음.

구성 파일에서 XML을 읽습니다.

(다음에서 상속됨 ConfigurationElement)
Equals(Object)
사용되지 않음.

현재 ConfigurationElement 인스턴스를 지정된 개체와 비교합니다.

(다음에서 상속됨 ConfigurationElement)
GetHashCode()
사용되지 않음.

현재 ConfigurationElement 인스턴스를 나타내는 고유 값을 가져옵니다.

(다음에서 상속됨 ConfigurationElement)
GetTransformedAssemblyString(String)
사용되지 않음.

지정된 어셈블리 이름의 변환된 버전을 반환합니다.

(다음에서 상속됨 ConfigurationElement)
GetTransformedTypeString(String)
사용되지 않음.

지정된 형식 이름의 변환된 버전을 반환합니다.

(다음에서 상속됨 ConfigurationElement)
GetType()
사용되지 않음.

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
Init()
사용되지 않음.

ConfigurationElement 개체를 초기 상태로 설정합니다.

(다음에서 상속됨 ConfigurationElement)
InitializeDefault()
사용되지 않음.

ConfigurationElement 개체의 기본 값 집합을 초기화하는 데 사용됩니다.

(다음에서 상속됨 ConfigurationElement)
IsModified()
사용되지 않음.

파생 클래스에서 구현된 경우 이 구성 요소가 마지막으로 저장되었거나 로드된 이후 수정되었는지 여부를 나타냅니다.

(다음에서 상속됨 ConfigurationElement)
IsReadOnly()
사용되지 않음.

개체가 읽기 전용인지 여부를 ConfigurationElement 나타내는 값을 가져옵니다.

(다음에서 상속됨 ConfigurationElement)
ListErrors(IList)
사용되지 않음.

ConfigurationElement 개체 및 모든 하위 요소의 잘못된 속성 오류를 전달된 목록에 추가합니다.

(다음에서 상속됨 ConfigurationElement)
MemberwiseClone()
사용되지 않음.

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
OnDeserializeUnrecognizedAttribute(String, String)
사용되지 않음.

역직렬화하는 동안 알 수 없는 특성이 발견되면 호출됩니다 WorkflowRuntimeServiceElement.

OnDeserializeUnrecognizedElement(String, XmlReader)
사용되지 않음.

역직렬화하는 동안 알 수 없는 요소가 발생하는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 ConfigurationElement)
OnRequiredPropertyNotFound(String)
사용되지 않음.

필수 속성을 찾을 수 없는 경우 예외를 throw합니다.

(다음에서 상속됨 ConfigurationElement)
PostDeserialize()
사용되지 않음.

역직렬화 후 호출됩니다.

(다음에서 상속됨 ConfigurationElement)
PreSerialize(XmlWriter)
사용되지 않음.

serialization 전에 호출됩니다.

(다음에서 상속됨 ConfigurationElement)
Reset(ConfigurationElement)
사용되지 않음.

잠금 및 속성 컬렉션을 포함하여 개체의 ConfigurationElement 내부 상태를 다시 설정합니다.

(다음에서 상속됨 ConfigurationElement)
ResetModified()
사용되지 않음.

파생 클래스에서 구현될 때 메서드 IsModified() 값을 false 다시 설정합니다.

(다음에서 상속됨 ConfigurationElement)
SerializeElement(XmlWriter, Boolean)
사용되지 않음.

파생 클래스에서 구현될 때 이 구성 요소의 내용을 구성 파일에 씁니다.

(다음에서 상속됨 ConfigurationElement)
SerializeToXmlElement(XmlWriter, String)
사용되지 않음.

파생 클래스에서 구현될 때 이 구성 요소의 외부 태그를 구성 파일에 씁니다.

(다음에서 상속됨 ConfigurationElement)
SetPropertyValue(ConfigurationProperty, Object, Boolean)
사용되지 않음.

속성을 지정된 값으로 설정합니다.

(다음에서 상속됨 ConfigurationElement)
SetReadOnly()
사용되지 않음.

IsReadOnly() 개체 및 모든 하위 요소의 ConfigurationElement 속성을 설정합니다.

(다음에서 상속됨 ConfigurationElement)
ToString()
사용되지 않음.

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)
Unmerge(ConfigurationElement, ConfigurationElement, ConfigurationSaveMode)
사용되지 않음.

개체를 ConfigurationElement 수정하여 저장해서는 안 되는 모든 값을 제거합니다.

(다음에서 상속됨 ConfigurationElement)

적용 대상