Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / DataEntity / System / Data / EntityModel / SchemaObjectModel / BooleanFacetDescriptionElement.cs / 1 / BooleanFacetDescriptionElement.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Text; using System.Data.Metadata.Edm; using System.Xml; using System.Diagnostics; namespace System.Data.EntityModel.SchemaObjectModel { internal sealed class BooleanFacetDescriptionElement : FacetDescriptionElement { public BooleanFacetDescriptionElement(TypeElement type, string name) :base(type, name) { } public override EdmType FacetType { get { return MetadataItem.EdmProviderManifest.GetPrimitiveType(PrimitiveTypeKind.Boolean); } } ///////////////////////////////////////////////////////////////////// // Attribute Handlers ////// Handler for the Default attribute /// /// xml reader currently positioned at Default attribute protected override void HandleDefaultAttribute(XmlReader reader) { bool value = false; if (HandleBoolAttribute(reader, ref value)) { DefaultValue = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Text; using System.Data.Metadata.Edm; using System.Xml; using System.Diagnostics; namespace System.Data.EntityModel.SchemaObjectModel { internal sealed class BooleanFacetDescriptionElement : FacetDescriptionElement { public BooleanFacetDescriptionElement(TypeElement type, string name) :base(type, name) { } public override EdmType FacetType { get { return MetadataItem.EdmProviderManifest.GetPrimitiveType(PrimitiveTypeKind.Boolean); } } ///////////////////////////////////////////////////////////////////// // Attribute Handlers ////// Handler for the Default attribute /// /// xml reader currently positioned at Default attribute protected override void HandleDefaultAttribute(XmlReader reader) { bool value = false; if (HandleBoolAttribute(reader, ref value)) { DefaultValue = 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
- SourceElementsCollection.cs
- WebConfigurationFileMap.cs
- SoapFault.cs
- PolygonHotSpot.cs
- MulticastIPAddressInformationCollection.cs
- TimelineClockCollection.cs
- sapiproxy.cs
- GPRECTF.cs
- Deflater.cs
- MenuTracker.cs
- ServiceOperationInvoker.cs
- CommonDialog.cs
- ImageListUtils.cs
- LineUtil.cs
- DocumentSignatureManager.cs
- PagedControl.cs
- FileNotFoundException.cs
- UriExt.cs
- ValidatingPropertiesEventArgs.cs
- ListItemParagraph.cs
- DynamicILGenerator.cs
- ProviderConnectionPointCollection.cs
- BamlRecordHelper.cs
- IgnoreFlushAndCloseStream.cs
- InvalidateEvent.cs
- WindowsAuthenticationEventArgs.cs
- HandleCollector.cs
- HttpEncoder.cs
- HitTestParameters3D.cs
- RelationshipDetailsRow.cs
- NullRuntimeConfig.cs
- Int16.cs
- NullableDecimalAverageAggregationOperator.cs
- PhonemeConverter.cs
- PointCollection.cs
- ConnectionStringsSection.cs
- SimpleTypeResolver.cs
- CryptoApi.cs
- ExpressionSelection.cs
- DiscoveryClient.cs
- GlyphRunDrawing.cs
- XmlNodeComparer.cs
- SecurityContextTokenValidationException.cs
- ComboBox.cs
- ControlCollection.cs
- StubHelpers.cs
- WpfPayload.cs
- RestHandlerFactory.cs
- XhtmlBasicCalendarAdapter.cs
- InstanceLockQueryResult.cs
- DataBoundControlAdapter.cs
- ScriptDescriptor.cs
- SqlInternalConnectionSmi.cs
- TripleDES.cs
- AsyncContentLoadedEventArgs.cs
- IfJoinedCondition.cs
- InputReportEventArgs.cs
- UIElement3DAutomationPeer.cs
- ProfileParameter.cs
- SqlProviderServices.cs
- DatePickerAutomationPeer.cs
- WebPartConnectionsCloseVerb.cs
- Registration.cs
- SubqueryRules.cs
- ObsoleteAttribute.cs
- MyContact.cs
- EntityEntry.cs
- GenericUriParser.cs
- MailWebEventProvider.cs
- storepermissionattribute.cs
- CompositionCommandSet.cs
- DetailsViewInsertEventArgs.cs
- LambdaCompiler.Binary.cs
- ControlEvent.cs
- UnsafeNativeMethods.cs
- DbSetClause.cs
- ContextMenu.cs
- Selector.cs
- StrokeNode.cs
- FrugalList.cs
- ToolBar.cs
- CodeMemberProperty.cs
- activationcontext.cs
- RegexWorker.cs
- SqlCacheDependencyDatabaseCollection.cs
- LocalizabilityAttribute.cs
- DataListDesigner.cs
- ClientSettingsProvider.cs
- LogicalTreeHelper.cs
- WsatConfiguration.cs
- UserControlDocumentDesigner.cs
- FtpWebResponse.cs
- XamlPoint3DCollectionSerializer.cs
- ServerType.cs
- InfocardInteractiveChannelInitializer.cs
- BinaryMessageEncodingElement.cs
- UrlAuthFailureHandler.cs
- ClientConvert.cs
- MetadataArtifactLoaderFile.cs
- DrawingContextWalker.cs