Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ //// 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
- DataGridViewComponentPropertyGridSite.cs
- RelationshipEndCollection.cs
- AssemblyBuilderData.cs
- DesignerHelpers.cs
- InputScopeAttribute.cs
- CreateUserWizardStep.cs
- RC2.cs
- XsdValidatingReader.cs
- ParameterToken.cs
- ConfigXmlSignificantWhitespace.cs
- HTMLTextWriter.cs
- ServiceNotStartedException.cs
- StringSorter.cs
- TypeUtils.cs
- MatrixAnimationBase.cs
- DefaultTextStoreTextComposition.cs
- Predicate.cs
- ConstraintStruct.cs
- TextRangeEditTables.cs
- StructuredTypeInfo.cs
- ValidationResult.cs
- DataTableMapping.cs
- ViewStateModeByIdAttribute.cs
- LinqDataSourceStatusEventArgs.cs
- ViewBase.cs
- OleStrCAMarshaler.cs
- TagPrefixCollection.cs
- TextEditorDragDrop.cs
- StreamMarshaler.cs
- BindingSource.cs
- SingleKeyFrameCollection.cs
- TextTreePropertyUndoUnit.cs
- PhysicalFontFamily.cs
- datacache.cs
- CommandEventArgs.cs
- BrowserCapabilitiesCompiler.cs
- NotFiniteNumberException.cs
- QueryableFilterRepeater.cs
- SessionEndingCancelEventArgs.cs
- SizeAnimationBase.cs
- XmlAggregates.cs
- RawAppCommandInputReport.cs
- DispatcherTimer.cs
- DeflateStream.cs
- DataGridViewLinkCell.cs
- DefaultHttpHandler.cs
- ServiceNameElement.cs
- LocatorBase.cs
- EventHandlerList.cs
- Splitter.cs
- SrgsOneOf.cs
- Image.cs
- MimeTextImporter.cs
- RegexWriter.cs
- DataSourceCache.cs
- OTFRasterizer.cs
- ReflectionPermission.cs
- Button.cs
- XmlAnyElementAttribute.cs
- QueueProcessor.cs
- SelectionHighlightInfo.cs
- AsyncPostBackTrigger.cs
- WindowsTreeView.cs
- AttributeData.cs
- StylusDownEventArgs.cs
- QueueProcessor.cs
- SignatureToken.cs
- HostedHttpRequestAsyncResult.cs
- Int32Collection.cs
- HttpHandlersSection.cs
- Oid.cs
- SqlConnection.cs
- ValidationManager.cs
- ServiceOperationListItem.cs
- CommandHelpers.cs
- ProxyWebPartConnectionCollection.cs
- DataGridViewColumnStateChangedEventArgs.cs
- CodeParameterDeclarationExpressionCollection.cs
- FocusManager.cs
- EnumDataContract.cs
- SspiHelper.cs
- FocusChangedEventArgs.cs
- LayoutDump.cs
- BaseDataBoundControl.cs
- Timer.cs
- ColorTransformHelper.cs
- StringValidator.cs
- RenderTargetBitmap.cs
- Graph.cs
- DetailsViewPagerRow.cs
- UmAlQuraCalendar.cs
- StrongNameSignatureInformation.cs
- Matrix.cs
- EasingKeyFrames.cs
- PropertyPushdownHelper.cs
- EntityAdapter.cs
- SmtpClient.cs
- MessageDecoder.cs
- ProtocolsSection.cs
- SqlTriggerContext.cs