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