示例#1
0
 protected AttributeBasedValidatorFrame(bool @is, OperationProperty property)
     : base(@is)
 {
     this._property = property;
 }
示例#2
0
 public BlueprintValidatorFrame(OperationProperty property) : base(true, property)
 {
 }
示例#3
0
 public DataAnnotationsValidatorFrame(Variable contextVariable, OperationProperty operationProperty)
     : base(false, operationProperty)
 {
     this._contextVariable = contextVariable;
 }