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