Beispiel #1
0
 public OdooMapAttribute(OdooType type)
 {
     OdooName = string.Empty;
     OdooType = type;
     ReadOnly = false;
 }
Beispiel #2
0
 public OdooMapAttribute(string name, OdooType type, bool readOnly)
     : this(name, type)
 {
     ReadOnly = readOnly;
 }
Beispiel #3
0
 public OdooMapAttribute(string name, OdooType type)
     : this(name)
 {
     OdooType = type;
 }
 public OdooMapAttribute(OdooType type)
 {
     OdooName = string.Empty;
     OdooType = type;
     ReadOnly = false;
 }
 public OdooMapAttribute(string name, OdooType type, bool readOnly)
     : this(name, type)
 {
     ReadOnly = readOnly;
 }
 public OdooMapAttribute(string name, OdooType type)
     : this(name)
 {
     OdooType = type;
 }