Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Configuration / TrustLevelCollection.cs / 1305376 / TrustLevelCollection.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.IO; using System.Text; using System.ComponentModel; using System.Security.Permissions; [ConfigurationCollection(typeof(TrustLevel), AddItemName = "trustLevel", CollectionType = ConfigurationElementCollectionType.BasicMap)] public sealed class TrustLevelCollection : ConfigurationElementCollection { private static ConfigurationPropertyCollection _properties; static TrustLevelCollection() { _properties = new ConfigurationPropertyCollection(); } public TrustLevelCollection() { } protected override ConfigurationPropertyCollection Properties { get { return _properties; } } // public properties public TrustLevel this[int index] { get { return (TrustLevel)BaseGet(index); } set { if (BaseGet(index) != null) { BaseRemoveAt(index); } BaseAdd(index, value); } } public new TrustLevel this[string key] { get { return (TrustLevel)BaseGet(key); } } // Protected Overrides protected override ConfigurationElement CreateNewElement() { return new TrustLevel(); } protected override Object GetElementKey(ConfigurationElement element) { return ((TrustLevel)element).Name; } protected override string ElementName { get { return "trustLevel"; } } protected override bool ThrowOnDuplicate { get { return true; } } public override ConfigurationElementCollectionType CollectionType { get { return ConfigurationElementCollectionType.BasicMap; } } protected override bool IsElementName(string elementname) { bool IsElement = false; switch (elementname) { case "trustLevel": IsElement = true; break; } return IsElement; } // public methods public void Add(TrustLevel trustLevel) { BaseAdd(trustLevel); } public void Clear() { BaseClear(); } public TrustLevel Get(int index) { return (TrustLevel)BaseGet(index); } public void RemoveAt(int index) { BaseRemoveAt(index); } public void Remove(TrustLevel trustLevel) { BaseRemove(GetElementKey(trustLevel)); } public void Set(int index, TrustLevel trustLevel) { BaseAdd(index, trustLevel); } } } // 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.IO; using System.Text; using System.ComponentModel; using System.Security.Permissions; [ConfigurationCollection(typeof(TrustLevel), AddItemName = "trustLevel", CollectionType = ConfigurationElementCollectionType.BasicMap)] public sealed class TrustLevelCollection : ConfigurationElementCollection { private static ConfigurationPropertyCollection _properties; static TrustLevelCollection() { _properties = new ConfigurationPropertyCollection(); } public TrustLevelCollection() { } protected override ConfigurationPropertyCollection Properties { get { return _properties; } } // public properties public TrustLevel this[int index] { get { return (TrustLevel)BaseGet(index); } set { if (BaseGet(index) != null) { BaseRemoveAt(index); } BaseAdd(index, value); } } public new TrustLevel this[string key] { get { return (TrustLevel)BaseGet(key); } } // Protected Overrides protected override ConfigurationElement CreateNewElement() { return new TrustLevel(); } protected override Object GetElementKey(ConfigurationElement element) { return ((TrustLevel)element).Name; } protected override string ElementName { get { return "trustLevel"; } } protected override bool ThrowOnDuplicate { get { return true; } } public override ConfigurationElementCollectionType CollectionType { get { return ConfigurationElementCollectionType.BasicMap; } } protected override bool IsElementName(string elementname) { bool IsElement = false; switch (elementname) { case "trustLevel": IsElement = true; break; } return IsElement; } // public methods public void Add(TrustLevel trustLevel) { BaseAdd(trustLevel); } public void Clear() { BaseClear(); } public TrustLevel Get(int index) { return (TrustLevel)BaseGet(index); } public void RemoveAt(int index) { BaseRemoveAt(index); } public void Remove(TrustLevel trustLevel) { BaseRemove(GetElementKey(trustLevel)); } public void Set(int index, TrustLevel trustLevel) { BaseAdd(index, trustLevel); } } } // 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
- TextRangeAdaptor.cs
- BitStack.cs
- ByteAnimationUsingKeyFrames.cs
- ConsumerConnectionPointCollection.cs
- WindowsContainer.cs
- ScriptingJsonSerializationSection.cs
- DocumentSequence.cs
- BidirectionalDictionary.cs
- WorkflowFileItem.cs
- CompoundFileStreamReference.cs
- ViewUtilities.cs
- DateTime.cs
- TypeResolver.cs
- RectangleHotSpot.cs
- MsmqProcessProtocolHandler.cs
- TTSEvent.cs
- ToolBar.cs
- TranslateTransform3D.cs
- QueryInterceptorAttribute.cs
- WSHttpTransportSecurityElement.cs
- ProtectedUri.cs
- ChangePassword.cs
- Rotation3DAnimationUsingKeyFrames.cs
- ButtonFieldBase.cs
- PointF.cs
- ServiceNameCollection.cs
- UInt32Converter.cs
- TreePrinter.cs
- TypeDelegator.cs
- AnnotationService.cs
- FixedElement.cs
- CompositeFontFamily.cs
- XmlWriterTraceListener.cs
- PointAnimationUsingPath.cs
- BinaryObjectInfo.cs
- DefaultAsyncDataDispatcher.cs
- TypeNameConverter.cs
- CodeSnippetExpression.cs
- TextServicesCompartment.cs
- Point3DValueSerializer.cs
- FileNotFoundException.cs
- TreeNode.cs
- AddInBase.cs
- returneventsaver.cs
- DesignTimeHTMLTextWriter.cs
- PrintEvent.cs
- Token.cs
- StringFreezingAttribute.cs
- TypeHelpers.cs
- Schema.cs
- DropShadowEffect.cs
- SelectionHighlightInfo.cs
- SmiEventSink.cs
- XhtmlMobileTextWriter.cs
- DataGridViewRowHeaderCell.cs
- XmlSchemaElement.cs
- ComNativeDescriptor.cs
- Matrix3DValueSerializer.cs
- DefaultBindingPropertyAttribute.cs
- DbConnectionPoolGroupProviderInfo.cs
- PopupRoot.cs
- DataServiceBuildProvider.cs
- DecimalStorage.cs
- ViewPort3D.cs
- DataGridCell.cs
- CryptoKeySecurity.cs
- ConstraintStruct.cs
- TextLineResult.cs
- NonSerializedAttribute.cs
- StateManagedCollection.cs
- ToolBarPanel.cs
- XmlException.cs
- ReferenceConverter.cs
- ControlParameter.cs
- ClientEventManager.cs
- ZipIOExtraFieldPaddingElement.cs
- OleDbError.cs
- UpdateCompiler.cs
- Membership.cs
- FileUpload.cs
- ProfileInfo.cs
- LogWriteRestartAreaAsyncResult.cs
- NameValuePermission.cs
- PieceDirectory.cs
- XmlQueryStaticData.cs
- CipherData.cs
- ErrorLog.cs
- SharedUtils.cs
- FixedSOMTextRun.cs
- DBDataPermission.cs
- TrackPoint.cs
- SimpleLine.cs
- WebPartConnectionsEventArgs.cs
- OutputCacheModule.cs
- Bidi.cs
- TrackingMemoryStream.cs
- XmlUtf8RawTextWriter.cs
- CodeTypeParameterCollection.cs
- Encoder.cs
- NameSpaceExtractor.cs