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
- TypeGeneratedEventArgs.cs
- HyperLinkColumn.cs
- TraceListeners.cs
- CacheChildrenQuery.cs
- ListViewHitTestInfo.cs
- Parser.cs
- TracingConnection.cs
- InputQueue.cs
- DataControlFieldCell.cs
- ValidationSummary.cs
- WebPartConnectionsEventArgs.cs
- SqlClientWrapperSmiStream.cs
- ClonableStack.cs
- HtmlMeta.cs
- ToolStripRenderer.cs
- ProfileModule.cs
- WebBodyFormatMessageProperty.cs
- ProcessHostFactoryHelper.cs
- QilStrConcatenator.cs
- FtpCachePolicyElement.cs
- MatrixAnimationUsingKeyFrames.cs
- TextFormatterContext.cs
- RequestValidator.cs
- cookieexception.cs
- MultiDataTrigger.cs
- WorkflowServiceOperationListItem.cs
- WorkflowRuntimeServiceElementCollection.cs
- _ListenerAsyncResult.cs
- Dump.cs
- SystemFonts.cs
- SqlCacheDependencyDatabase.cs
- ExceptionUtil.cs
- AttachmentService.cs
- DetailsViewInsertEventArgs.cs
- ConnectionStringsExpressionBuilder.cs
- ReachDocumentReferenceSerializer.cs
- SqlDataSourceQueryEditor.cs
- InputManager.cs
- SqlUtil.cs
- DoubleAnimation.cs
- UnitySerializationHolder.cs
- ConstructorArgumentAttribute.cs
- ModuleBuilder.cs
- CodeExporter.cs
- ToolStripItemGlyph.cs
- WebBrowsableAttribute.cs
- FormParameter.cs
- MonitoringDescriptionAttribute.cs
- EntityDesignerDataSourceView.cs
- RequiredAttributeAttribute.cs
- MasterPageCodeDomTreeGenerator.cs
- AssemblyFilter.cs
- XmlCountingReader.cs
- wgx_commands.cs
- RSAPKCS1SignatureDeformatter.cs
- basevalidator.cs
- Literal.cs
- UrlAuthFailedErrorFormatter.cs
- NameValueSectionHandler.cs
- MethodMessage.cs
- TextRunCacheImp.cs
- ServiceDescription.cs
- ComNativeDescriptor.cs
- RuleConditionDialog.Designer.cs
- NavigateEvent.cs
- Vector3DKeyFrameCollection.cs
- PropertySet.cs
- ColorConverter.cs
- DataGridViewImageCell.cs
- SourceInterpreter.cs
- MdbDataFileEditor.cs
- TreeViewItem.cs
- ParentControlDesigner.cs
- DataListComponentEditor.cs
- ParentQuery.cs
- XmlLangPropertyAttribute.cs
- TimelineCollection.cs
- TheQuery.cs
- SyndicationItem.cs
- PriorityQueue.cs
- DataListItem.cs
- XsdValidatingReader.cs
- RegexStringValidatorAttribute.cs
- PolygonHotSpot.cs
- BypassElementCollection.cs
- ClientBuildManager.cs
- Action.cs
- OledbConnectionStringbuilder.cs
- BrushMappingModeValidation.cs
- RuntimeConfigurationRecord.cs
- RightsController.cs
- TableLayoutStyleCollection.cs
- SizeAnimationClockResource.cs
- MarkedHighlightComponent.cs
- X509SecurityToken.cs
- PropertyEmitter.cs
- GlyphingCache.cs
- SqlDataReaderSmi.cs
- validationstate.cs
- DtdParser.cs