Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / Configuration / OutputCacheProfileCollection.cs / 5 / OutputCacheProfileCollection.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Configuration { using System; using System.Xml; using System.Configuration; using System.Collections.Specialized; using System.Collections; using System.Globalization; using System.IO; using System.Text; using System.Web.UI; using System.ComponentModel; using System.Web.Util; using System.Security.Permissions; [ConfigurationCollection(typeof(OutputCacheProfile))] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class OutputCacheProfileCollection : ConfigurationElementCollection { private static ConfigurationPropertyCollection _properties; static OutputCacheProfileCollection() { // Property initialization _properties = new ConfigurationPropertyCollection(); } protected override ConfigurationPropertyCollection Properties { get { return _properties; } } public OutputCacheProfileCollection() : base(StringComparer.OrdinalIgnoreCase) { } // public properties public String[] AllKeys { get { return StringUtil.ObjectArrayToStringArray(BaseGetAllKeys()); } } public new OutputCacheProfile this[string name] { get { return (OutputCacheProfile)BaseGet(name); } // Having a setter here would be strange in that you could write // collection["Name1"] = new OutputCacheProfile("differentName"... // } public OutputCacheProfile this[int index] { get { return (OutputCacheProfile)BaseGet(index); } set { if (BaseGet(index) != null) BaseRemoveAt(index); BaseAdd(index, value); } } // Protected Overrides protected override ConfigurationElement CreateNewElement() { return new OutputCacheProfile(); } protected override Object GetElementKey(ConfigurationElement element) { return ((OutputCacheProfile)element).Name; } // public methods public void Add(OutputCacheProfile name) { BaseAdd(name); } public void Clear() { BaseClear(); } public OutputCacheProfile Get(int index) { return (OutputCacheProfile)BaseGet(index); } public OutputCacheProfile Get(string name) { return (OutputCacheProfile)BaseGet(name); } public String GetKey(int index) { return (String) BaseGetKey(index); } public void Remove(string name) { BaseRemove(name); } public void RemoveAt(int index) { BaseRemoveAt(index); } public void Set(OutputCacheProfile user) { BaseAdd(user, false); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Configuration { using System; using System.Xml; using System.Configuration; using System.Collections.Specialized; using System.Collections; using System.Globalization; using System.IO; using System.Text; using System.Web.UI; using System.ComponentModel; using System.Web.Util; using System.Security.Permissions; [ConfigurationCollection(typeof(OutputCacheProfile))] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class OutputCacheProfileCollection : ConfigurationElementCollection { private static ConfigurationPropertyCollection _properties; static OutputCacheProfileCollection() { // Property initialization _properties = new ConfigurationPropertyCollection(); } protected override ConfigurationPropertyCollection Properties { get { return _properties; } } public OutputCacheProfileCollection() : base(StringComparer.OrdinalIgnoreCase) { } // public properties public String[] AllKeys { get { return StringUtil.ObjectArrayToStringArray(BaseGetAllKeys()); } } public new OutputCacheProfile this[string name] { get { return (OutputCacheProfile)BaseGet(name); } // Having a setter here would be strange in that you could write // collection["Name1"] = new OutputCacheProfile("differentName"... // } public OutputCacheProfile this[int index] { get { return (OutputCacheProfile)BaseGet(index); } set { if (BaseGet(index) != null) BaseRemoveAt(index); BaseAdd(index, value); } } // Protected Overrides protected override ConfigurationElement CreateNewElement() { return new OutputCacheProfile(); } protected override Object GetElementKey(ConfigurationElement element) { return ((OutputCacheProfile)element).Name; } // public methods public void Add(OutputCacheProfile name) { BaseAdd(name); } public void Clear() { BaseClear(); } public OutputCacheProfile Get(int index) { return (OutputCacheProfile)BaseGet(index); } public OutputCacheProfile Get(string name) { return (OutputCacheProfile)BaseGet(name); } public String GetKey(int index) { return (String) BaseGetKey(index); } public void Remove(string name) { BaseRemove(name); } public void RemoveAt(int index) { BaseRemoveAt(index); } public void Set(OutputCacheProfile user) { BaseAdd(user, false); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PolyLineSegmentFigureLogic.cs
- SecurityPolicySection.cs
- CustomLineCap.cs
- Roles.cs
- XPathParser.cs
- StorageConditionPropertyMapping.cs
- DateTimeFormat.cs
- TaiwanLunisolarCalendar.cs
- XmlIncludeAttribute.cs
- DynamicPropertyReader.cs
- LazyTextWriterCreator.cs
- DataListComponentEditor.cs
- Vector3DKeyFrameCollection.cs
- ComponentSerializationService.cs
- IsolatedStorageException.cs
- CancelEventArgs.cs
- OfTypeExpression.cs
- Table.cs
- CompoundFileStorageReference.cs
- BuildProviderAppliesToAttribute.cs
- CallContext.cs
- BoundColumn.cs
- Ref.cs
- SmtpReplyReaderFactory.cs
- DetailsViewUpdateEventArgs.cs
- GridLengthConverter.cs
- DataGridViewColumnStateChangedEventArgs.cs
- SharedPersonalizationStateInfo.cs
- Vector3DAnimation.cs
- LateBoundBitmapDecoder.cs
- HeaderedItemsControl.cs
- PersonalizationStateInfo.cs
- ToolStripDropTargetManager.cs
- RestClientProxyHandler.cs
- StatusBarAutomationPeer.cs
- ReturnValue.cs
- ProjectedSlot.cs
- ChangeNode.cs
- CommandBindingCollection.cs
- StrongNameIdentityPermission.cs
- TextSegment.cs
- ModelTreeEnumerator.cs
- FormViewInsertedEventArgs.cs
- SignerInfo.cs
- MouseGestureConverter.cs
- WorkItem.cs
- ConfigXmlWhitespace.cs
- Serializer.cs
- MailMessage.cs
- SmiMetaData.cs
- HybridDictionary.cs
- AxHost.cs
- ExceptionTrace.cs
- FixUpCollection.cs
- DesignTimeHTMLTextWriter.cs
- StrokeCollectionDefaultValueFactory.cs
- PageThemeParser.cs
- PersistChildrenAttribute.cs
- mediapermission.cs
- XPathNavigatorReader.cs
- HtmlGenericControl.cs
- OutputCacheSettingsSection.cs
- XMLUtil.cs
- MatrixUtil.cs
- EditorZone.cs
- Funcletizer.cs
- MulticastNotSupportedException.cs
- PassportAuthenticationModule.cs
- oledbmetadatacolumnnames.cs
- PrintPreviewDialog.cs
- SerializationSectionGroup.cs
- PrivilegeNotHeldException.cs
- TargetException.cs
- DependencyPropertyKey.cs
- SoapFaultCodes.cs
- ScriptManager.cs
- EpmContentDeSerializerBase.cs
- SessionIDManager.cs
- CopyCodeAction.cs
- mactripleDES.cs
- Membership.cs
- ApplicationServicesHostFactory.cs
- PropVariant.cs
- ScriptComponentDescriptor.cs
- XmlWriterTraceListener.cs
- ConnectionStringSettingsCollection.cs
- SqlError.cs
- MembershipSection.cs
- ToolStripArrowRenderEventArgs.cs
- shaperfactoryquerycacheentry.cs
- Semaphore.cs
- SHA384Managed.cs
- StrokeCollectionConverter.cs
- UriExt.cs
- EditingCoordinator.cs
- ObjectPropertyMapping.cs
- oledbmetadatacolumnnames.cs
- DataViewSetting.cs
- SafeFileMapViewHandle.cs
- LayeredChannelFactory.cs