Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / UI / WebControls / DetailsViewRowCollection.cs / 1 / DetailsViewRowCollection.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class DetailsViewRowCollection : ICollection { private ArrayList _rows; ///Represents the collection of ///objects. /// public DetailsViewRowCollection(ArrayList rows) { this._rows = rows; } ///Initializes a new instance of the ///class. /// public int Count { get { return _rows.Count; } } ///Gets the number of rows in the collection. This property is read-only. ////// public bool IsReadOnly { get { return false; } } ///Gets a value that specifies whether rows in the ///can be /// modified. This property is read-only. /// public bool IsSynchronized { get { return false; } } ///Gets a value that indicates whether the ///is /// thread-safe. This property is read-only. /// public object SyncRoot { get { return this; } } ///Gets the object used to synchronize access to the collection. This property is read-only. ////// public DetailsViewRow this[int index] { get { return(DetailsViewRow)_rows[index]; } } ///Gets a ///at the specified index in the /// collection. /// public void CopyTo(DetailsViewRow[] array, int index) { ((ICollection)this).CopyTo(array, index); } ///Copies the contents of the entire collection into an ///appending /// at the specified index of the . void ICollection.CopyTo(Array array, int index) { for (IEnumerator e = this.GetEnumerator(); e.MoveNext();) array.SetValue(e.Current, index++); } /// /// public IEnumerator GetEnumerator() { return _rows.GetEnumerator(); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Creates an enumerator for the ///used to /// iterate through the collection. // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class DetailsViewRowCollection : ICollection { private ArrayList _rows; ///Represents the collection of ///objects. /// public DetailsViewRowCollection(ArrayList rows) { this._rows = rows; } ///Initializes a new instance of the ///class. /// public int Count { get { return _rows.Count; } } ///Gets the number of rows in the collection. This property is read-only. ////// public bool IsReadOnly { get { return false; } } ///Gets a value that specifies whether rows in the ///can be /// modified. This property is read-only. /// public bool IsSynchronized { get { return false; } } ///Gets a value that indicates whether the ///is /// thread-safe. This property is read-only. /// public object SyncRoot { get { return this; } } ///Gets the object used to synchronize access to the collection. This property is read-only. ////// public DetailsViewRow this[int index] { get { return(DetailsViewRow)_rows[index]; } } ///Gets a ///at the specified index in the /// collection. /// public void CopyTo(DetailsViewRow[] array, int index) { ((ICollection)this).CopyTo(array, index); } ///Copies the contents of the entire collection into an ///appending /// at the specified index of the . void ICollection.CopyTo(Array array, int index) { for (IEnumerator e = this.GetEnumerator(); e.MoveNext();) array.SetValue(e.Current, index++); } /// /// public IEnumerator GetEnumerator() { return _rows.GetEnumerator(); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Creates an enumerator for the ///used to /// iterate through the collection.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TableLayoutColumnStyleCollection.cs
- GatewayDefinition.cs
- SHA384Managed.cs
- TypedCompletedAsyncResult.cs
- Process.cs
- HttpHandlersSection.cs
- TextBlock.cs
- ClientTargetCollection.cs
- SineEase.cs
- CfgSemanticTag.cs
- UpdatePanelTrigger.cs
- AxHost.cs
- PeerContact.cs
- ToolboxControl.cs
- DocumentPageTextView.cs
- SqlMetaData.cs
- SplineQuaternionKeyFrame.cs
- WebUtil.cs
- OperatorExpressions.cs
- InputQueue.cs
- HyperLinkField.cs
- DataKey.cs
- PropertyEntry.cs
- PageSetupDialog.cs
- GridViewUpdateEventArgs.cs
- JsonReader.cs
- __Filters.cs
- PropertyGridEditorPart.cs
- FlowSwitchLink.cs
- PageCatalogPart.cs
- PerformanceCounterScope.cs
- RevocationPoint.cs
- ObjectContext.cs
- XmlAnyElementAttribute.cs
- xmlsaver.cs
- Stackframe.cs
- PersonalizationProviderHelper.cs
- Brush.cs
- ValuePattern.cs
- XamlInterfaces.cs
- FrameworkElementAutomationPeer.cs
- SingleAnimationBase.cs
- StatusBarAutomationPeer.cs
- Debugger.cs
- CommandManager.cs
- ScriptResourceAttribute.cs
- CursorConverter.cs
- FormsAuthenticationModule.cs
- MonthCalendar.cs
- DataServiceHostFactory.cs
- ImageClickEventArgs.cs
- DataObjectFieldAttribute.cs
- DefaultBindingPropertyAttribute.cs
- _ServiceNameStore.cs
- Button.cs
- TextBoxRenderer.cs
- DBAsyncResult.cs
- IfElseDesigner.xaml.cs
- DbProviderServices.cs
- BulletedListDesigner.cs
- EventToken.cs
- LongTypeConverter.cs
- ListViewDeleteEventArgs.cs
- Page.cs
- IndexedGlyphRun.cs
- StorageBasedPackageProperties.cs
- LassoSelectionBehavior.cs
- ProcessModelSection.cs
- CustomLineCap.cs
- AVElementHelper.cs
- SecurityManager.cs
- ControlBuilderAttribute.cs
- ProxyFragment.cs
- DataGridLinkButton.cs
- NamedElement.cs
- SqlDataSourceView.cs
- Point3DConverter.cs
- ProcessInputEventArgs.cs
- WinEventHandler.cs
- MruCache.cs
- BrowserCapabilitiesFactory.cs
- UnsafeNativeMethodsTablet.cs
- MaskInputRejectedEventArgs.cs
- HttpCacheVaryByContentEncodings.cs
- PrincipalPermissionMode.cs
- DesignerSerializationVisibilityAttribute.cs
- FixedBufferAttribute.cs
- Dispatcher.cs
- WorkflowViewElement.cs
- Win32PrintDialog.cs
- HtmlToClrEventProxy.cs
- PointAnimation.cs
- SoapWriter.cs
- EventRoute.cs
- Oid.cs
- XmlHelper.cs
- PaginationProgressEventArgs.cs
- ReadOnlyHierarchicalDataSourceView.cs
- XamlFilter.cs
- DataGridRow.cs