예제 #1
0
 private RemoveOptions(Net.Vpc.Upa.ConditionType conditionType, object removeCondition)
 {
     this.conditionType   = conditionType;
     this.removeCondition = removeCondition;
 }
예제 #2
0
 private Net.Vpc.Upa.UpdateQuery SetCondition(Net.Vpc.Upa.ConditionType updateConditionType, object updateCondition)
 {
     this.updateConditionType = updateConditionType;
     this.updateCondition     = updateCondition;
     return(this);
 }