Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / DataWebControlsDesign / System / Data / WebControls / Design / EntityDataSourceState.cs / 1 / EntityDataSourceState.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] // // Temporary storage for properties set via the wizard //----------------------------------------------------------------------------- namespace System.Web.UI.Design.WebControls { internal class EntityDataSourceState { private string _connectionString; private string _defaultContainerName; private bool _enableDelete; private bool _enableInsert; private bool _enableUpdate; private string _entityTypeFilter; private string _entitySetName; private string _select; public string ConnectionString { get { if (_connectionString == null) { return String.Empty; } return _connectionString; } set { _connectionString = value; } } public string DefaultContainerName { get { if (_defaultContainerName == null) { return String.Empty; } return _defaultContainerName; } set { _defaultContainerName = value; } } public bool EnableDelete { get { return _enableDelete; } set { _enableDelete = value; } } public bool EnableInsert { get { return _enableInsert; } set { _enableInsert = value; } } public bool EnableUpdate { get { return _enableUpdate; } set { _enableUpdate = value; } } public string EntitySetName { get { if (_entitySetName == null) { return String.Empty; } return _entitySetName; } set { _entitySetName = value; } } public string EntityTypeFilter { get { if (_entityTypeFilter == null) { return String.Empty; } return _entityTypeFilter; } set { _entityTypeFilter = value; } } public string Select { get { if (_select == null) { return String.Empty; } return _select; } set { _select = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] // // Temporary storage for properties set via the wizard //----------------------------------------------------------------------------- namespace System.Web.UI.Design.WebControls { internal class EntityDataSourceState { private string _connectionString; private string _defaultContainerName; private bool _enableDelete; private bool _enableInsert; private bool _enableUpdate; private string _entityTypeFilter; private string _entitySetName; private string _select; public string ConnectionString { get { if (_connectionString == null) { return String.Empty; } return _connectionString; } set { _connectionString = value; } } public string DefaultContainerName { get { if (_defaultContainerName == null) { return String.Empty; } return _defaultContainerName; } set { _defaultContainerName = value; } } public bool EnableDelete { get { return _enableDelete; } set { _enableDelete = value; } } public bool EnableInsert { get { return _enableInsert; } set { _enableInsert = value; } } public bool EnableUpdate { get { return _enableUpdate; } set { _enableUpdate = value; } } public string EntitySetName { get { if (_entitySetName == null) { return String.Empty; } return _entitySetName; } set { _entitySetName = value; } } public string EntityTypeFilter { get { if (_entityTypeFilter == null) { return String.Empty; } return _entityTypeFilter; } set { _entityTypeFilter = value; } } public string Select { get { if (_select == null) { return String.Empty; } return _select; } set { _select = 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
- SocketAddress.cs
- SamlAuthenticationStatement.cs
- QuestionEventArgs.cs
- GcHandle.cs
- HttpDictionary.cs
- StreamingContext.cs
- DataGridRelationshipRow.cs
- TreeViewAutomationPeer.cs
- updateconfighost.cs
- ContextQuery.cs
- WebResourceAttribute.cs
- BindableAttribute.cs
- XmlElementList.cs
- NullableBoolConverter.cs
- Grammar.cs
- HttpHandlerActionCollection.cs
- CommandField.cs
- _OverlappedAsyncResult.cs
- DataServiceProcessingPipeline.cs
- WebServiceClientProxyGenerator.cs
- StaticContext.cs
- Nullable.cs
- ObjectParameter.cs
- ScriptManager.cs
- Array.cs
- PenThreadPool.cs
- CssClassPropertyAttribute.cs
- AutomationEventArgs.cs
- QuarticEase.cs
- HttpListener.cs
- TransactionBehavior.cs
- WindowsListBox.cs
- RegexCharClass.cs
- MDIClient.cs
- ProviderConnectionPointCollection.cs
- ObjectContextServiceProvider.cs
- PageSettings.cs
- ComplexObject.cs
- RC2.cs
- DeleteCardRequest.cs
- DependencyObject.cs
- ReachPageContentSerializer.cs
- TreeView.cs
- OperationDescription.cs
- EventPrivateKey.cs
- ByeOperationAsyncResult.cs
- JumpItem.cs
- DataServiceHostFactory.cs
- CroppedBitmap.cs
- PlainXmlSerializer.cs
- NegotiateStream.cs
- Classification.cs
- SqlBuffer.cs
- SelectionWordBreaker.cs
- WindowsGraphicsCacheManager.cs
- StringInfo.cs
- ErrorProvider.cs
- ECDsaCng.cs
- DataGridColumnCollection.cs
- SemanticBasicElement.cs
- WebControl.cs
- DispatchWrapper.cs
- DeferrableContent.cs
- BehaviorEditorPart.cs
- CredentialCache.cs
- OutOfProcStateClientManager.cs
- InplaceBitmapMetadataWriter.cs
- HashHelper.cs
- SequentialUshortCollection.cs
- WebPartsSection.cs
- SafeRightsManagementSessionHandle.cs
- URLString.cs
- ScriptIgnoreAttribute.cs
- Funcletizer.cs
- TaskResultSetter.cs
- InfoCardConstants.cs
- wgx_commands.cs
- ConfigurationManagerHelperFactory.cs
- DocumentViewerConstants.cs
- HighContrastHelper.cs
- SafeBitVector32.cs
- SafeMILHandle.cs
- QueryResults.cs
- XComponentModel.cs
- ToolStripSplitStackLayout.cs
- PropertyGridView.cs
- Button.cs
- UIInitializationException.cs
- ServiceOperation.cs
- SessionStateModule.cs
- WebControlParameterProxy.cs
- SessionStateModule.cs
- SendActivityDesigner.cs
- TimersDescriptionAttribute.cs
- TypeDescriptor.cs
- DeadCharTextComposition.cs
- FormCollection.cs
- HtmlToClrEventProxy.cs
- XmlLinkedNode.cs
- ForwardPositionQuery.cs