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

            this.Property = property;
            this.Name = property.Name;
            this.Attribute = attribute;
            this.Metadata = metadata;
         }