RuntimeArgument 클래스

정의

런타임에 대한 작업 인수의 특징을 설명합니다.

public ref class RuntimeArgument sealed : System::Activities::LocationReference
public sealed class RuntimeArgument : System.Activities.LocationReference
type RuntimeArgument = class
    inherit LocationReference
Public NotInheritable Class RuntimeArgument
Inherits LocationReference
상속
RuntimeArgument

생성자

RuntimeArgument(String, Type, ArgumentDirection)

이름, 데이터 형식 및 인수 방향을 사용하여 RuntimeArgument 클래스의 새 인스턴스를 초기화합니다.

RuntimeArgument(String, Type, ArgumentDirection, Boolean)

이름, 데이터 형식, 인수 방향 및 RuntimeArgument가 값으로 바인딩되어야 할지 여부를 나타내는 값을 사용하여 RuntimeArgument 클래스의 새 인스턴스를 초기화합니다.

RuntimeArgument(String, Type, ArgumentDirection, Boolean, List<String>)

이름, 데이터 형식, 인수 방향, RuntimeArgument가 값으로 바인딩되어야 할지 여부 및 오버로드 그룹 이름 목록을 사용하여 RuntimeArgument 클래스의 새 인스턴스를 초기화합니다.

RuntimeArgument(String, Type, ArgumentDirection, List<String>)

이름, 데이터 형식, 인수 방향 및 오버로드 그룹 이름 목록을 사용하여 RuntimeArgument 클래스의 새 인스턴스를 초기화합니다.

속성

Direction

RuntimeArgument를 통해 데이터 흐름 방향을 가져옵니다.

IsRequired

RuntimeArgument가 값으로 바인딩되어야 할지 여부를 나타내는 값을 가져옵니다.

Name

LocationReference의 이름을 가져오거나 설정합니다.

(다음에서 상속됨 LocationReference)
NameCore

파생 클래스에서 구현된 경우 문화권에 따라 지역화된 버전의 LocationReference 이름을 가져오거나 설정합니다.

(다음에서 상속됨 LocationReference)
OverloadGroupNames

RuntimeArgument가 속하는 오버로드 그룹 목록을 가져옵니다.

Type

LocationReference의 형식을 가져오거나 설정합니다.

(다음에서 상속됨 LocationReference)
TypeCore

파생 클래스에서 구현된 경우 문화권에 따라 지역화된 버전의 LocationReference 형식을 가져오거나 설정합니다.

(다음에서 상속됨 LocationReference)

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
Get(ActivityContext)

지정한 작업 컨텍스트를 사용하여 RuntimeArgument의 값을 가져옵니다.

Get<T>(ActivityContext)

지정한 작업 컨텍스트를 사용하여 RuntimeArgument에 대한 강력한 형식의 값을 가져옵니다.

GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetLocation(ActivityContext)

LocationRuntimeArgument을 반환합니다.

GetType()

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

(다음에서 상속됨 Object)
MemberwiseClone()

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

(다음에서 상속됨 Object)
Set(ActivityContext, Object)

RuntimeArgument의 값을 설정합니다.

ToString()

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

(다음에서 상속됨 Object)

적용 대상