Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WebForms / System / Web / UI / Design / DataSourceBooleanViewSchemaConverter.cs / 1 / DataSourceBooleanViewSchemaConverter.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.Design { using System; using System.Collections; using System.ComponentModel; using System.ComponentModel.Design; using System.Globalization; using System.Runtime.InteropServices; using System.Web.UI; ////// [System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.Demand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)] public class DataSourceBooleanViewSchemaConverter : DataSourceViewSchemaConverter { ////// Provides design-time support for getting schema from an object /// ////// public DataSourceBooleanViewSchemaConverter() { } ////// public override StandardValuesCollection GetStandardValues(ITypeDescriptorContext context) { return GetStandardValues(context, typeof(bool)); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved./// Gets the fields present within the selected object's schema /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ReferentialConstraint.cs
- TableDetailsRow.cs
- XmlIgnoreAttribute.cs
- TextBoxAutomationPeer.cs
- RadioButton.cs
- _OverlappedAsyncResult.cs
- OleDbParameterCollection.cs
- WebDescriptionAttribute.cs
- ControlOperationInvoker.cs
- DataPagerFieldCommandEventArgs.cs
- DrawTreeNodeEventArgs.cs
- SynchronizedChannelCollection.cs
- SelectiveScrollingGrid.cs
- KnownTypesHelper.cs
- ArrayWithOffset.cs
- StatusBar.cs
- TableLayoutSettingsTypeConverter.cs
- EncoderExceptionFallback.cs
- MetaChildrenColumn.cs
- EntityDataSourceUtil.cs
- PersonalizableAttribute.cs
- SplitContainerDesigner.cs
- NumericExpr.cs
- Italic.cs
- SiteMapHierarchicalDataSourceView.cs
- rsa.cs
- DesignerAdRotatorAdapter.cs
- OneWayElement.cs
- ITreeGenerator.cs
- SafeFileMappingHandle.cs
- LogReservationCollection.cs
- DefaultPrintController.cs
- RemoteWebConfigurationHost.cs
- SingleAnimationUsingKeyFrames.cs
- AssemblyHash.cs
- ShimAsPublicXamlType.cs
- ConfigurationErrorsException.cs
- QuaternionAnimation.cs
- VisualProxy.cs
- Control.cs
- WindowsAuthenticationModule.cs
- ActionItem.cs
- TabControlEvent.cs
- StringResourceManager.cs
- DiffuseMaterial.cs
- SqlClientFactory.cs
- BadImageFormatException.cs
- DataGridViewHitTestInfo.cs
- ListenerAdapter.cs
- XmlCountingReader.cs
- SerializationObjectManager.cs
- BevelBitmapEffect.cs
- TCPClient.cs
- ServicePointManagerElement.cs
- SessionState.cs
- RandomDelaySendsAsyncResult.cs
- BamlWriter.cs
- AsyncResult.cs
- ValidationManager.cs
- SendDesigner.xaml.cs
- WebPartConnectionsEventArgs.cs
- RegistrationServices.cs
- TabControlEvent.cs
- ResourcesBuildProvider.cs
- SqlGenerator.cs
- TemplateContentLoader.cs
- BrowserInteropHelper.cs
- CallbackDebugElement.cs
- LiteralControl.cs
- PerformanceCounterPermission.cs
- COM2IDispatchConverter.cs
- PerformanceCounterCategory.cs
- Thumb.cs
- ResourceDisplayNameAttribute.cs
- CachedPathData.cs
- TdsParserSafeHandles.cs
- BuildProviderCollection.cs
- RegularExpressionValidator.cs
- ByteStack.cs
- GeometryModel3D.cs
- XmlAttributeProperties.cs
- RemotingSurrogateSelector.cs
- WebConfigurationHost.cs
- ListGeneralPage.cs
- StaticTextPointer.cs
- PointCollection.cs
- ToolStripDropDown.cs
- InstanceOwnerException.cs
- messageonlyhwndwrapper.cs
- TimeEnumHelper.cs
- ImmutableCommunicationTimeouts.cs
- ComponentDispatcher.cs
- DataGridViewImageColumn.cs
- NetworkAddressChange.cs
- SoapAttributeOverrides.cs
- MediaPlayerState.cs
- ManagementDateTime.cs
- HTMLTextWriter.cs
- OperationAbortedException.cs
- IItemProperties.cs