Ejemplo n.º 1
0
 public EDMProperty(string PropertyName, Type PropertyType, AtomPropertyAnnotation atomAnnotation)
     : this(PropertyName, PropertyType)
 {
     this.AtomAnnotation = atomAnnotation;
 }
Ejemplo n.º 2
0
 public EDMProperty(string PropertyName, Type PropertyType, AtomPropertyAnnotation atomAnnotation)
     : this(PropertyName, PropertyType)
 {
     this.AtomAnnotation = atomAnnotation;
 }
Ejemplo n.º 3
0
 public EDMProperty(string PropertyName, Type PropertyType, bool IsKeyProperty, bool IsNullableProperty, AtomPropertyAnnotation atomAnnotation)
     : this(PropertyName, PropertyType, IsKeyProperty, IsNullableProperty)
 {
     AtomAnnotation = atomAnnotation;
 }
Ejemplo n.º 4
0
 public EDMProperty(string PropertyName, Type PropertyType, bool IsKeyProperty, bool IsNullableProperty, AtomPropertyAnnotation atomAnnotation)
     : this(PropertyName, PropertyType, IsKeyProperty, IsNullableProperty)
 {
     AtomAnnotation = atomAnnotation;
 }