Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / DataWebControlsDesign / System / Data / WebControls / Design / EntityDesignerDataSourceView.cs / 1 / EntityDesignerDataSourceView.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //----------------------------------------------------------------------------- using System.Collections; using System.Data; using System.Web.UI.Design; namespace System.Web.UI.Design.WebControls { public class EntityDesignerDataSourceView : DesignerDataSourceView { private EntityDataSourceDesignerHelper _helper; public EntityDesignerDataSourceView(EntityDataSourceDesigner owner) : base(owner, EntityDataSourceDesignerHelper.DefaultViewName) { _helper = owner.Helper; } public override bool CanDelete { get { return CanModify && _helper.EnableDelete; } } public override bool CanInsert { get { return CanModify && _helper.EnableInsert; } } internal bool CanModify { get { return !String.IsNullOrEmpty(_helper.EntitySetName) && String.IsNullOrEmpty(_helper.Select) && String.IsNullOrEmpty(_helper.CommandText) && String.IsNullOrEmpty(_helper.GroupBy); } } public override bool CanPage { get { return _helper.CanPage; } } public override bool CanSort { get { return _helper.CanSort; } } public override bool CanUpdate { get { return CanModify && _helper.EnableUpdate; } } public override IDataSourceViewSchema Schema { get { DataTable schemaTable = _helper.LoadSchema(); if (schemaTable == null) { return null; } return new DataSetViewSchema(schemaTable); } } public override IEnumerable GetDesignTimeData(int minimumRows, out bool isSampleData) { DataTable schemaTable = _helper.LoadSchema(); if (schemaTable != null) { isSampleData = true; return DesignTimeData.GetDesignTimeDataSource(DesignTimeData.CreateSampleDataTable(new DataView(schemaTable), true), minimumRows); } // Couldn't find design-time schema, use base implementation return base.GetDesignTimeData(minimumRows, out isSampleData); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //----------------------------------------------------------------------------- using System.Collections; using System.Data; using System.Web.UI.Design; namespace System.Web.UI.Design.WebControls { public class EntityDesignerDataSourceView : DesignerDataSourceView { private EntityDataSourceDesignerHelper _helper; public EntityDesignerDataSourceView(EntityDataSourceDesigner owner) : base(owner, EntityDataSourceDesignerHelper.DefaultViewName) { _helper = owner.Helper; } public override bool CanDelete { get { return CanModify && _helper.EnableDelete; } } public override bool CanInsert { get { return CanModify && _helper.EnableInsert; } } internal bool CanModify { get { return !String.IsNullOrEmpty(_helper.EntitySetName) && String.IsNullOrEmpty(_helper.Select) && String.IsNullOrEmpty(_helper.CommandText) && String.IsNullOrEmpty(_helper.GroupBy); } } public override bool CanPage { get { return _helper.CanPage; } } public override bool CanSort { get { return _helper.CanSort; } } public override bool CanUpdate { get { return CanModify && _helper.EnableUpdate; } } public override IDataSourceViewSchema Schema { get { DataTable schemaTable = _helper.LoadSchema(); if (schemaTable == null) { return null; } return new DataSetViewSchema(schemaTable); } } public override IEnumerable GetDesignTimeData(int minimumRows, out bool isSampleData) { DataTable schemaTable = _helper.LoadSchema(); if (schemaTable != null) { isSampleData = true; return DesignTimeData.GetDesignTimeDataSource(DesignTimeData.CreateSampleDataTable(new DataView(schemaTable), true), minimumRows); } // Couldn't find design-time schema, use base implementation return base.GetDesignTimeData(minimumRows, out isSampleData); } } } // 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
- WebPartVerbsEventArgs.cs
- UnauthorizedWebPart.cs
- XmlUtil.cs
- AbandonedMutexException.cs
- EntityCommandCompilationException.cs
- ScriptControlDescriptor.cs
- ImportOptions.cs
- BaseValidator.cs
- WebDescriptionAttribute.cs
- SqlBulkCopyColumnMappingCollection.cs
- CardSpaceSelector.cs
- Separator.cs
- MarkupProperty.cs
- WorkflowInstanceRecord.cs
- SafeBitVector32.cs
- ELinqQueryState.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- OracleSqlParser.cs
- ViewBase.cs
- KeyInfo.cs
- XmlSchemaResource.cs
- RecognitionEventArgs.cs
- PersonalizationEntry.cs
- ListControlBuilder.cs
- TextHidden.cs
- UnhandledExceptionEventArgs.cs
- Invariant.cs
- Crc32.cs
- SettingsPropertyValue.cs
- UnitySerializationHolder.cs
- ExceptionUtility.cs
- AsyncDataRequest.cs
- FeatureSupport.cs
- ResXResourceWriter.cs
- DataPagerFieldItem.cs
- ObservableDictionary.cs
- ProcessInfo.cs
- ImmutablePropertyDescriptorGridEntry.cs
- EncodingTable.cs
- WsdlEndpointConversionContext.cs
- QilScopedVisitor.cs
- Transform3DGroup.cs
- PropertyNames.cs
- _SingleItemRequestCache.cs
- DropShadowBitmapEffect.cs
- AuthorizationContext.cs
- Route.cs
- BlockExpression.cs
- DrawingAttributesDefaultValueFactory.cs
- ImportContext.cs
- SimpleParser.cs
- ItemCheckEvent.cs
- OdbcReferenceCollection.cs
- ListViewInsertionMark.cs
- AutomationElementCollection.cs
- SingleAnimationUsingKeyFrames.cs
- ClusterRegistryConfigurationProvider.cs
- RequestContext.cs
- UserControlBuildProvider.cs
- WindowsToolbar.cs
- UTF7Encoding.cs
- ScrollViewer.cs
- DesignerVerbCollection.cs
- XmlElementList.cs
- MimeObjectFactory.cs
- WizardPanel.cs
- TimeZoneNotFoundException.cs
- GeneralTransform.cs
- XmlExtensionFunction.cs
- EnumerationRangeValidationUtil.cs
- PropertySegmentSerializationProvider.cs
- SqlTriggerAttribute.cs
- GetPageCompletedEventArgs.cs
- thaishape.cs
- DataMisalignedException.cs
- HealthMonitoringSection.cs
- Animatable.cs
- XPathNodeList.cs
- EdmComplexPropertyAttribute.cs
- ReachUIElementCollectionSerializer.cs
- EmbeddedObject.cs
- TraceXPathNavigator.cs
- ExecutionContext.cs
- GradientStop.cs
- PageAdapter.cs
- SHA256Managed.cs
- DataTableClearEvent.cs
- DBSchemaRow.cs
- DataSourceProvider.cs
- TextSimpleMarkerProperties.cs
- HttpDebugHandler.cs
- ConnectionManagementElement.cs
- ControlBuilder.cs
- DataGridRow.cs
- StackSpiller.cs
- UnsignedPublishLicense.cs
- ClockController.cs
- Canvas.cs
- TokenBasedSet.cs
- ListSourceHelper.cs