1 instantiation of ProfilePropertyMetadata
System.Web.Extensions (1)
ApplicationServices\ApplicationServiceHelper.cs (1)
198
ProfilePropertyMetadata metadata = new
ProfilePropertyMetadata
();
16 references to ProfilePropertyMetadata
System.Web.Extensions (16)
ApplicationServices\ApplicationServiceHelper.cs (5)
169
internal static Collection<
ProfilePropertyMetadata
> GetProfilePropertiesMetadata() {
173
return new Collection<
ProfilePropertyMetadata
>();
176
Collection<
ProfilePropertyMetadata
> metadatas = new Collection<
ProfilePropertyMetadata
>();
198
ProfilePropertyMetadata
metadata = new ProfilePropertyMetadata();
ApplicationServices\ProfileService.cs (4)
241
public
ProfilePropertyMetadata
[] GetPropertiesMetadata() {
247
Collection<
ProfilePropertyMetadata
> metadatas = ApplicationServiceHelper.GetProfilePropertiesMetadata();
248
ProfilePropertyMetadata
[] metadatasArray = new
ProfilePropertyMetadata
[metadatas.Count];
ClientServices\Providers\ClientSettingsProvider.cs (6)
112
typeof(Collection<
ProfilePropertyMetadata
>));
114
Collection<
ProfilePropertyMetadata
> props2 = (Collection<
ProfilePropertyMetadata
>) o;
116
foreach(
ProfilePropertyMetadata
p in props2)
122
private static void AddToColl(
ProfilePropertyMetadata
p, SettingsPropertyCollection retColl, bool isAuthenticated) {
385
typeof(
ProfilePropertyMetadata
),
Profile\ProfileService.cs (1)
156
public Collection<
ProfilePropertyMetadata
> GetPropertiesMetadata() {