다음을 통해 공유


ActionParameter 클래스

정의

public class ActionParameter
type ActionParameter = class
Public Class ActionParameter
상속
ActionParameter

생성자

ActionParameter()

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

ActionParameter(String, Nullable<Boolean>, IList<EntityRecommendation>)

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

속성

Name

매개 변수의 이름입니다.

Required

매개 변수가 필요한 경우 True이고, 그렇지 않으면 false입니다.

Value

이 매개 변수에 대해 추출된 엔터티의 값입니다.

적용 대상