Esempio n. 1
0
 public EDMProperty(string PropertyName, Type PropertyType, CustomPropertyAnnotation customAnnotation)
     : this(PropertyName, PropertyType)
 {
     this.CustomAnnotation = customAnnotation;
 }
Esempio n. 2
0
 public EDMProperty(string PropertyName, Type PropertyType, CustomPropertyAnnotation customAnnotation)
     : this(PropertyName, PropertyType)
 {
     this.CustomAnnotation = customAnnotation;
 }
Esempio n. 3
0
 public EDMProperty(string PropertyName, Type PropertyType, bool IsKeyProperty, bool IsNullableProperty, CustomPropertyAnnotation customAnnotation)
     : this(PropertyName, PropertyType, IsKeyProperty, IsNullableProperty)
 {
     this.CustomAnnotation = customAnnotation;
 }
Esempio n. 4
0
 public EDMProperty(string PropertyName, Type PropertyType, bool IsKeyProperty, bool IsNullableProperty, CustomPropertyAnnotation customAnnotation)
     : this(PropertyName, PropertyType, IsKeyProperty, IsNullableProperty)
 {
     this.CustomAnnotation = customAnnotation;
 }