1 write to Properties
System.Data.Services.Client (1)
System\Data\Services\Client\AtomContentProperty.cs (1)
117this.Properties = new List<AtomContentProperty>();
14 references to Properties
System.Data.Services.Client (14)
System\Data\Services\Client\AtomContentProperty.cs (2)
112/// <summary>Ensures that the <see cref="Properties"/> property is not null.</summary> 115if (this.Properties == null)
System\Data\Services\Client\AtomMaterializer.cs (11)
805if (atomProperty.Properties != null) 811MaterializeDataValues(complexType, atomProperty.Properties, materializer.ignoreMissingProperties, materializer.context); 812ApplyDataValues(complexType, atomProperty.Properties, materializer.ignoreMissingProperties, materializer.context, complexInstance); 821properties = atomProperty.Properties; 1012MaterializeDataValues(targetType, property.Properties, this.ignoreMissingProperties, this.context); 1013ApplyDataValues(targetType, property.Properties, this.ignoreMissingProperties, this.context, this.currentValue); 1313if (property.Properties != null) 1332MaterializeDataValues(complexType, property.Properties, ignoreMissingProperties, context); 1333ApplyDataValues(complexType, property.Properties, ignoreMissingProperties, context, complexInstance); 1390values = property.Properties; 1414values = property.Properties;
System\Data\Services\Client\AtomParser.cs (1)
782property.Properties.Add(prop);