Esempio n. 1
0
 public lockinfo()
 {
     this.locktypeField = new locktype();
     this.lockscopeField = new lockscope();
 }
Esempio n. 2
0
 public lockentry()
 {
     this.locktypeField = new locktype();
     this.lockscopeField = new lockscope();
 }
Esempio n. 3
0
 public activelock()
 {
     this.locktokenField = new List<string>();
     this.locktypeField = new locktype();
     this.lockscopeField = new lockscope();
 }
Esempio n. 4
0
 public activelock()
 {
     this.locktokenField = new List <string>();
     this.locktypeField  = new locktype();
     this.lockscopeField = new lockscope();
 }
Esempio n. 5
0
 public lockinfo()
 {
     this.locktypeField  = new locktype();
     this.lockscopeField = new lockscope();
 }
Esempio n. 6
0
 public lockentry()
 {
     this.locktypeField  = new locktype();
     this.lockscopeField = new lockscope();
 }