1 write to PropertyName
System.Data.Services.Client (1)
System\Data\Services\Client\ClientType.cs (1)
884this.PropertyName = property.Name;
34 references to PropertyName
System.Data.Services.Client (34)
parent\Server\System\Data\Services\Providers\EntityPropertyMappingInfo.cs (2)
147throw Error.InvalidOperation(!resourceProperty.IsKnownType ? Strings.EpmClientType_PropertyIsComplex(resourceProperty.PropertyName) : 148Strings.EpmClientType_PropertyIsPrimitive(resourceProperty.PropertyName));
System\Data\Services\Client\ALinq\ResourceBinder.cs (1)
1531result.Add(property.DeclaringType.GetProperty(property.PropertyName));
System\Data\Services\Client\AtomMaterializer.cs (12)
664materializer.Log.SetLink(entry, property.PropertyName, value); 672property.SetValue(result, value, property.PropertyName, false); 924throw Error.InvalidOperation(Strings.Deserialize_MismatchAtomLinkFeedPropertyNotCollection(property.PropertyName)); 929throw Error.InvalidOperation(Strings.Deserialize_MismatchAtomLinkEntryPropertyIsCollection(property.PropertyName)); 1158property.SetValue(instance, result, property.PropertyName, false /* add */); 1584property.SetValue(entry.ResolvedObject, list, property.PropertyName, false /* allowAdd */); 1589this.log.AddedLink(entry, property.PropertyName, item); 1822property.SetValue(collection, item, property.PropertyName, true /* allowAdd? */); 1823this.log.AddedLink(entry, property.PropertyName, item); 1840from x in this.context.GetLinks(entry.ResolvedObject, property.PropertyName) 1851this.log.RemovedLink(entry, property.PropertyName, item); 1963this.log.SetLink(entry, prop.PropertyName, e.Entry.ResolvedObject);
System\Data\Services\Client\Binding\BindingEntityInfo.cs (1)
239.SingleOrDefault(x => x.PropertyInfo.PropertyName == sourceProperty);
System\Data\Services\Client\Binding\BindingGraph.cs (4)
246.Single(p => p.PropertyInfo.PropertyName == parentProperty); 467bpi.PropertyInfo.PropertyName, 476bpi.PropertyInfo.PropertyName, 487bpi.PropertyInfo.PropertyName,
System\Data\Services\Client\ClientType.cs (6)
196int shadow = this.IndexOfProperty(property.PropertyName); 222string propertyName = this.properties[i].PropertyName; 257where b.PropertyName == a 942return x.PropertyName; 951return String.Equals(x.PropertyName, y.PropertyName);
System\Data\Services\Client\DataServiceContext.cs (8)
2335builder.Append(property.PropertyName).Append("="); 2341throw Error.InvalidOperation(Strings.Serializer_NullKeysAreNotSupported(property.PropertyName)); 2476writer.WriteStartElement(property.PropertyName, namespaceName); 2490throw Error.InvalidOperation(Strings.Serializer_NullKeysAreNotSupported(property.PropertyName)); 3259bool mediaLink = (type.MediaDataMember != null && propertyName == type.MediaDataMember.PropertyName); 3312EpmSourcePathSegment matchedSegment = currentSegment != null ? currentSegment.SubProperties.SingleOrDefault(s => s.PropertyName == property.PropertyName) : null; 3343XElement complexProperty = new XElement(((XNamespace)this.DataNamespace) + property.PropertyName); 4655type.MediaDataMember.MimeTypeProperty.PropertyName));