Code:
/ DotNET / DotNET / 8.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
- ProviderSettings.cs
- HtmlInputControl.cs
- WindowsContainer.cs
- PeerApplication.cs
- StorageComplexTypeMapping.cs
- WindowsSolidBrush.cs
- SafeNativeMethodsMilCoreApi.cs
- Symbol.cs
- InfocardExtendedInformationCollection.cs
- DataView.cs
- Decorator.cs
- KeyValueConfigurationElement.cs
- ProgressPage.cs
- XmlTextWriter.cs
- Expressions.cs
- FontFamilyConverter.cs
- TemplateControl.cs
- SqlOuterApplyReducer.cs
- ObjectAnimationUsingKeyFrames.cs
- HandledEventArgs.cs
- InteropAutomationProvider.cs
- StandardToolWindows.cs
- SerialPinChanges.cs
- DataListCommandEventArgs.cs
- Table.cs
- WebPartEditorOkVerb.cs
- CollectionDataContractAttribute.cs
- DynamicVirtualDiscoSearcher.cs
- RotateTransform3D.cs
- BindingExpression.cs
- TraceHandlerErrorFormatter.cs
- WindowsImpersonationContext.cs
- TextDpi.cs
- IntranetCredentialPolicy.cs
- CommandID.cs
- XamlSerializerUtil.cs
- Base64Encoder.cs
- SiteMapSection.cs
- LinkAreaEditor.cs
- ObjectNavigationPropertyMapping.cs
- HttpListenerRequest.cs
- FileDetails.cs
- Visual.cs
- OracleBFile.cs
- XmlDataSource.cs
- IpcClientChannel.cs
- ToolStripOverflow.cs
- DataObjectCopyingEventArgs.cs
- Preprocessor.cs
- BevelBitmapEffect.cs
- SafeLibraryHandle.cs
- SoapSchemaImporter.cs
- ForceCopyBuildProvider.cs
- EntityDesignerDataSourceView.cs
- TemplateControlBuildProvider.cs
- PropertiesTab.cs
- Label.cs
- DbMetaDataFactory.cs
- TextDecorations.cs
- StringSource.cs
- CodeDOMUtility.cs
- TextTrailingCharacterEllipsis.cs
- ListViewHitTestInfo.cs
- WebCategoryAttribute.cs
- CheckBoxFlatAdapter.cs
- RangeBaseAutomationPeer.cs
- ICspAsymmetricAlgorithm.cs
- ExpressionConverter.cs
- DataGridViewElement.cs
- MachineKeyConverter.cs
- DataGridViewAdvancedBorderStyle.cs
- FacetValueContainer.cs
- ResourceSetExpression.cs
- ThicknessAnimation.cs
- ApplicationBuildProvider.cs
- PeerTransportListenAddressConverter.cs
- ImmutableCollection.cs
- FontStretch.cs
- RouteData.cs
- ExecutionEngineException.cs
- ByteAnimation.cs
- TypeLoadException.cs
- ClientSettingsProvider.cs
- DynamicILGenerator.cs
- WithStatement.cs
- WindowsListViewScroll.cs
- assemblycache.cs
- ItemAutomationPeer.cs
- ParallelTimeline.cs
- ProgressBar.cs
- CoreSwitches.cs
- WebPartExportVerb.cs
- PropertyDescriptorCollection.cs
- PointAnimationUsingKeyFrames.cs
- PathSegmentCollection.cs
- WebPartEditorOkVerb.cs
- CombinedGeometry.cs
- FormViewInsertEventArgs.cs
- initElementDictionary.cs
- CultureSpecificStringDictionary.cs