3 instantiations of ProfileGroupSettings
System.Web (3)
Configuration\ProfileGroupSettingsCollection.cs (2)
70
return new
ProfileGroupSettings
();
103
ProfileGroupSettings deltaSettings = new
ProfileGroupSettings
();
Configuration\RootProfilePropertySettingsCollection.cs (1)
69
newGroupSettings = new
ProfileGroupSettings
();
25 references to ProfileGroupSettings
System.Web (25)
Configuration\ProfileGroupSettings.cs (3)
52
ProfileGroupSettings
o = obj as
ProfileGroupSettings
;
80
internal void InternalReset(
ProfileGroupSettings
parentSettings) {
Configuration\ProfileGroupSettingsCollection.cs (17)
18
[ConfigurationCollection(typeof(
ProfileGroupSettings
), AddItemName = "group")]
46
public new
ProfileGroupSettings
this[string name] {
48
return (
ProfileGroupSettings
)BaseGet(name);
52
public
ProfileGroupSettings
this[int index] {
54
return (
ProfileGroupSettings
)BaseGet(index);
64
internal void AddOrReplace(
ProfileGroupSettings
groupSettings) {
74
return ((
ProfileGroupSettings
)element).Name;
101
foreach (
ProfileGroupSettings
settings in source) {
102
ProfileGroupSettings
settingsFromParent = parent.Get(settings.Name);
103
ProfileGroupSettings
deltaSettings = new ProfileGroupSettings();
120
public void Add(
ProfileGroupSettings
group) {
124
public
ProfileGroupSettings
Get(int index) {
125
return (
ProfileGroupSettings
)BaseGet(index);
128
public
ProfileGroupSettings
Get(string name) {
129
return (
ProfileGroupSettings
)BaseGet(name);
136
public void Set(
ProfileGroupSettings
group) {
140
public int IndexOf(
ProfileGroupSettings
group) {
Configuration\ProfileSection.cs (1)
155
foreach (
ProfileGroupSettings
pgs in PropertySettings.GroupSettings) {
Configuration\RootProfilePropertySettingsCollection.cs (2)
59
ProfileGroupSettings
newGroupSettings;
60
ProfileGroupSettings
curGroupSettings = null;
Profile\HttpProfileBase.cs (2)
299
foreach (
ProfileGroupSettings
pgs in config.PropertySettings.GroupSettings) {
466
foreach (
ProfileGroupSettings
pgs in config.PropertySettings.GroupSettings) {