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
- Vector3DKeyFrameCollection.cs
- ButtonBaseAdapter.cs
- RequestNavigateEventArgs.cs
- ComPlusInstanceContextInitializer.cs
- CustomWebEventKey.cs
- RadioButtonFlatAdapter.cs
- MenuAutoFormat.cs
- SQLBytes.cs
- DataAccessor.cs
- XmlSignificantWhitespace.cs
- DecimalAnimationBase.cs
- DateTime.cs
- UInt32Storage.cs
- ColumnBinding.cs
- dtdvalidator.cs
- FieldToken.cs
- XmlSchemaInfo.cs
- SQLByte.cs
- TypeForwardedFromAttribute.cs
- SafeCryptoHandles.cs
- CollectionCodeDomSerializer.cs
- Collection.cs
- Terminate.cs
- PolicyException.cs
- InheritanceAttribute.cs
- EventlogProvider.cs
- InvalidAsynchronousStateException.cs
- SqlNodeAnnotations.cs
- TransportListener.cs
- CodeAttributeDeclaration.cs
- Point3DAnimationUsingKeyFrames.cs
- GroupQuery.cs
- SqlNodeAnnotations.cs
- OverflowException.cs
- AvTraceDetails.cs
- WebFormsRootDesigner.cs
- ScriptComponentDescriptor.cs
- AuthenticationService.cs
- ReadOnlyHierarchicalDataSource.cs
- CompiledQueryCacheKey.cs
- ToolZone.cs
- httpserverutility.cs
- TimeoutHelper.cs
- TypedDataSetSchemaImporterExtensionFx35.cs
- SqlClientPermission.cs
- SocketInformation.cs
- MapPathBasedVirtualPathProvider.cs
- ForeignKeyConstraint.cs
- AuthenticationModuleElementCollection.cs
- ScrollPattern.cs
- ServerValidateEventArgs.cs
- BitmapFrame.cs
- Calendar.cs
- GuidelineCollection.cs
- PropertyCollection.cs
- HttpBufferlessInputStream.cs
- XamlFigureLengthSerializer.cs
- DbFunctionCommandTree.cs
- WebBaseEventKeyComparer.cs
- wpf-etw.cs
- StateFinalizationActivity.cs
- XmlEncodedRawTextWriter.cs
- __Error.cs
- NativeStructs.cs
- WorkflowWebService.cs
- Oci.cs
- TagPrefixInfo.cs
- ChannelServices.cs
- ImageAutomationPeer.cs
- FontStretch.cs
- TextRangeEditTables.cs
- Descriptor.cs
- PropertyInformation.cs
- Window.cs
- TreeViewCancelEvent.cs
- _PooledStream.cs
- BitmapSource.cs
- AdRotator.cs
- baseaxisquery.cs
- GroupLabel.cs
- MemberPath.cs
- FixedSOMTextRun.cs
- ListViewSelectEventArgs.cs
- FixUp.cs
- SiteMapNodeCollection.cs
- ToolStripGripRenderEventArgs.cs
- ComplexPropertyEntry.cs
- SecurityRuntime.cs
- ItemDragEvent.cs
- SpellerStatusTable.cs
- SmtpFailedRecipientException.cs
- GregorianCalendar.cs
- DataViewManagerListItemTypeDescriptor.cs
- MenuCommand.cs
- OpCellTreeNode.cs
- TextDecoration.cs
- ParamArrayAttribute.cs
- FragmentQueryProcessor.cs
- UnmanagedHandle.cs
- DateBoldEvent.cs