Beispiel #1
0
 private GBaseAttributeType(GBaseAttributeType supertype,
                            StandardGBaseAttributeTypeIds id,
                            string name)
 {
     this.supertype = supertype;
     this.name      = name;
     this.id        = id;
 }
        private GBaseAttributeType(StandardGBaseAttributeTypeIds id, string name)
                : this(null, id, name)
        {

        }
 private GBaseAttributeType(GBaseAttributeType supertype,
                            StandardGBaseAttributeTypeIds id,
                            string name)
 {
     this.supertype = supertype;
     this.name = name;
     this.id = id;
 }
Beispiel #4
0
 private GBaseAttributeType(StandardGBaseAttributeTypeIds id, string name)
     : this(null, id, name)
 {
 }