public lockinfo()
 {
     this.locktypeField = new locktype();
     this.lockscopeField = new lockscope();
 }
 public lockentry()
 {
     this.locktypeField = new locktype();
     this.lockscopeField = new lockscope();
 }
 public activelock()
 {
     this.locktokenField = new List<string>();
     this.locktypeField = new locktype();
     this.lockscopeField = new lockscope();
 }
Beispiel #4
0
 public activelock()
 {
     this.locktokenField = new List <string>();
     this.locktypeField  = new locktype();
     this.lockscopeField = new lockscope();
 }
Beispiel #5
0
 public lockinfo()
 {
     this.locktypeField  = new locktype();
     this.lockscopeField = new lockscope();
 }
Beispiel #6
0
 public lockentry()
 {
     this.locktypeField  = new locktype();
     this.lockscopeField = new lockscope();
 }