C# 클래스 ExoRule.Validation.OwnerRule

Marks an instance as pending delete when a property considered to be the owner is set to null.
상속: PropertyRule
파일 보기 프로젝트 열기: vc3/ExoRule

공개 메소드들

메소드 설명
OwnerRule ( string rootType, string property ) : System
OwnerRule ( string rootType, string property, RuleInvocationType invocationTypes ) : System

보호된 메소드들

메소드 설명
ConditionApplies ( ModelInstance root ) : bool
OnInvoke ( ModelInstance root, ModelEvent modelEvent ) : void

메소드 상세

ConditionApplies() 보호된 메소드

protected ConditionApplies ( ModelInstance root ) : bool
root ModelInstance
리턴 bool

OnInvoke() 보호된 메소드

protected OnInvoke ( ModelInstance root, ModelEvent modelEvent ) : void
root ModelInstance
modelEvent ExoModel.ModelEvent
리턴 void

OwnerRule() 공개 메소드

public OwnerRule ( string rootType, string property ) : System
rootType string
property string
리턴 System

OwnerRule() 공개 메소드

public OwnerRule ( string rootType, string property, RuleInvocationType invocationTypes ) : System
rootType string
property string
invocationTypes RuleInvocationType
리턴 System