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