public TransactionType()
 {
     this.releaseAction = AllSomeType.ALL;
 }
Beispiel #2
0
 public GetFeatureWithLockType()
 {
     this.expiry     = "300";
     this.lockAction = AllSomeType.ALL;
 }
Beispiel #3
0
 public LockFeatureType()
 {
     this.expiryField     = "300";
     this.lockActionField = AllSomeType.ALL;
 }