다음을 통해 공유


DeliveryRule 클래스

정의

작업 및 조건 집합을 지정하는 규칙

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

생성자

DeliveryRule()

DeliveryRule 클래스의 새 instance 초기화합니다.

DeliveryRule(Int32, IList<DeliveryRuleAction>, IList<DeliveryRuleCondition>)

DeliveryRule 클래스의 새 instance 초기화합니다.

속성

Actions

규칙의 모든 조건이 충족될 때 실행되는 작업 목록을 가져오거나 설정합니다.

Conditions

실행할 작업에 대해 일치해야 하는 조건 목록을 가져오거나 설정합니다.

Order

엔드포인트에 규칙이 적용되는 순서를 가져오거나 설정합니다. 가능한 값 {0,1,2,3,.........}. 순서가 작은 규칙이 더 큰 규칙 앞에 적용됩니다. 순서가 0인 규칙은 특수 규칙입니다. 조건이 필요하지 않으며 나열된 작업이 항상 적용됩니다.

메서드

Validate()

개체의 유효성을 검사합니다.

적용 대상