예제 #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;
 }