C# 클래스 Orders.com.BLL.Rules.CanDeleteProductRule

상속: Peasy.Core.RuleBase
파일 보기 프로젝트 열기: peasy/Samples 1 사용 예제들

공개 메소드들

메소드 설명
CanDeleteProductRule ( long productID, IOrderDataProxy ordersDataProxy ) : Orders.com.BLL.DataProxy

보호된 메소드들

메소드 설명
OnValidate ( ) : void
OnValidateAsync ( ) : System.Threading.Tasks.Task

메소드 상세

CanDeleteProductRule() 공개 메소드

public CanDeleteProductRule ( long productID, IOrderDataProxy ordersDataProxy ) : Orders.com.BLL.DataProxy
productID long
ordersDataProxy IOrderDataProxy
리턴 Orders.com.BLL.DataProxy

OnValidate() 보호된 메소드

protected OnValidate ( ) : void
리턴 void

OnValidateAsync() 보호된 메소드

protected OnValidateAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task