Пример #1
0
 public EDMProperty(string PropertyName, Type PropertyType, CustomPropertyAnnotation customAnnotation)
     : this(PropertyName, PropertyType)
 {
     this.CustomAnnotation = customAnnotation;
 }
Пример #2
0
 public EDMProperty(string PropertyName, Type PropertyType, CustomPropertyAnnotation customAnnotation)
     : this(PropertyName, PropertyType)
 {
     this.CustomAnnotation = customAnnotation;
 }
Пример #3
0
 public EDMProperty(string PropertyName, Type PropertyType, bool IsKeyProperty, bool IsNullableProperty, CustomPropertyAnnotation customAnnotation)
     : this(PropertyName, PropertyType, IsKeyProperty, IsNullableProperty)
 {
     this.CustomAnnotation = customAnnotation;
 }
Пример #4
0
 public EDMProperty(string PropertyName, Type PropertyType, bool IsKeyProperty, bool IsNullableProperty, CustomPropertyAnnotation customAnnotation)
     : this(PropertyName, PropertyType, IsKeyProperty, IsNullableProperty)
 {
     this.CustomAnnotation = customAnnotation;
 }