1 write to propertyInfo
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceMemberPath.cs (1)
52
this.
propertyInfo
= EntityDataSourceUtil.GetPropertyInfo(parentClrType, this.property.Name);
3 references to propertyInfo
System.Web.Entity (3)
System\Data\WebControls\EntityDataSourceMemberPath.cs (3)
118
object propertyValue = this.
propertyInfo
.GetValue(parentObjectValue, new object[] { });
129
this.
propertyInfo
.SetValue(parentObjectValue, value, new object[] { });
141
this.
propertyInfo
.SetValue(parentObjectValue, propertyValue, new object[] { });