Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / ComplexPropertyEntry.cs / 1305376 / ComplexPropertyEntry.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System.Security.Permissions; ////// PropertyEntry for read/write and readonly complex properties /// public class ComplexPropertyEntry : BuilderPropertyEntry { private bool _readOnly; private bool _isCollectionItem; internal ComplexPropertyEntry() { } internal ComplexPropertyEntry(bool isCollectionItem) { _isCollectionItem = isCollectionItem; } ////// Indicates whether the property is a collection property. /// public bool IsCollectionItem { get { return _isCollectionItem; } } ////// public bool ReadOnly { get { return _readOnly; } set { _readOnly = value; } } } } // 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
- EventLog.cs
- MenuItemStyleCollection.cs
- WCFServiceClientProxyGenerator.cs
- RoutedEventArgs.cs
- PageAdapter.cs
- TypeAccessException.cs
- CreatingCookieEventArgs.cs
- FixedTextBuilder.cs
- ReadingWritingEntityEventArgs.cs
- ListMarkerSourceInfo.cs
- NumberFunctions.cs
- QueryRewriter.cs
- ZeroOpNode.cs
- TextDecorationCollection.cs
- BooleanSwitch.cs
- CipherData.cs
- AQNBuilder.cs
- SqlCommandBuilder.cs
- MetadataCollection.cs
- PerspectiveCamera.cs
- DiscardableAttribute.cs
- TextSchema.cs
- DateTimeOffsetAdapter.cs
- TransactedBatchingBehavior.cs
- WorkflowTerminatedException.cs
- ProviderConnectionPoint.cs
- BinaryFormatterWriter.cs
- SystemGatewayIPAddressInformation.cs
- CheckBox.cs
- XmlMemberMapping.cs
- TextModifier.cs
- ActiveXContainer.cs
- ComPlusTypeValidator.cs
- HttpHostedTransportConfiguration.cs
- Vector3DConverter.cs
- VisualTreeHelper.cs
- PrintDialog.cs
- ZipIOExtraFieldZip64Element.cs
- TreeNodeBindingCollection.cs
- StaticSiteMapProvider.cs
- QueryReaderSettings.cs
- StringConcat.cs
- CapabilitiesSection.cs
- Application.cs
- WebCategoryAttribute.cs
- ApplicationManager.cs
- StringOutput.cs
- StringToken.cs
- KeyedHashAlgorithm.cs
- BinaryObjectReader.cs
- NameValueSectionHandler.cs
- ObjectSecurity.cs
- SafeArrayTypeMismatchException.cs
- RootBrowserWindowAutomationPeer.cs
- DataGridViewCheckBoxColumn.cs
- MimeFormatter.cs
- WebHeaderCollection.cs
- PolygonHotSpot.cs
- PerfCounters.cs
- TdsParameterSetter.cs
- ImportCatalogPart.cs
- DocumentGridPage.cs
- XmlSchemaType.cs
- SetterBaseCollection.cs
- StorageInfo.cs
- AutoCompleteStringCollection.cs
- NativeMethods.cs
- FixedPageProcessor.cs
- RegexGroupCollection.cs
- RsaSecurityKey.cs
- EllipticalNodeOperations.cs
- SQLDoubleStorage.cs
- DashStyle.cs
- Funcletizer.cs
- JsonByteArrayDataContract.cs
- LinqDataSourceValidationException.cs
- ComplexPropertyEntry.cs
- SafeCryptContextHandle.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- Pool.cs
- PropertyChangeTracker.cs
- FixedDocumentPaginator.cs
- SectionUpdates.cs
- FlatButtonAppearance.cs
- PopupRootAutomationPeer.cs
- DataViewManagerListItemTypeDescriptor.cs
- RIPEMD160Managed.cs
- TopClause.cs
- ThreadAttributes.cs
- StatusBarDesigner.cs
- Rijndael.cs
- ServiceDescription.cs
- regiisutil.cs
- Cell.cs
- ShapeTypeface.cs
- ConstrainedDataObject.cs
- OpCellTreeNode.cs
- Variable.cs
- DataControlReference.cs
- WorkflowLayouts.cs