Exemplo n.º 1
0
 public OdooMapAttribute(OdooType type)
 {
     OdooName = string.Empty;
     OdooType = type;
     ReadOnly = false;
 }
Exemplo n.º 2
0
 public OdooMapAttribute(string name, OdooType type, bool readOnly)
     : this(name, type)
 {
     ReadOnly = readOnly;
 }
Exemplo n.º 3
0
 public OdooMapAttribute(string name, OdooType type)
     : this(name)
 {
     OdooType = type;
 }
Exemplo n.º 4
0
 public OdooMapAttribute(OdooType type)
 {
     OdooName = string.Empty;
     OdooType = type;
     ReadOnly = false;
 }
Exemplo n.º 5
0
 public OdooMapAttribute(string name, OdooType type, bool readOnly)
     : this(name, type)
 {
     ReadOnly = readOnly;
 }
Exemplo n.º 6
0
 public OdooMapAttribute(string name, OdooType type)
     : this(name)
 {
     OdooType = type;
 }