示例#1
0
 public PropertyData(PropertyInfo property, FromRouteAttribute attribute, ModelMetadata metadata)
 {
     this.Property  = property;
     this.Name      = property.Name;
     this.Attribute = attribute;
     this.Metadata  = metadata;
 }
 public PropertyData(PropertyInfo property, FromRouteAttribute attribute, ModelMetadata metadata)
 {
     this.Property = property;
     this.Name = property.Name;
     this.Attribute = attribute;
     this.Metadata = metadata;
 }