Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Xml / System / Xml / Serialization / XmlTypeMapping.cs / 1 / XmlTypeMapping.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System.Reflection; using System; ////// /// public class XmlTypeMapping : XmlMapping { internal XmlTypeMapping(TypeScope scope, ElementAccessor accessor) : base(scope, accessor) { } internal TypeMapping Mapping { get { return Accessor.Mapping; } } ///[To be supplied.] ////// /// public string TypeName { get { return Mapping.TypeDesc.Name; } } ///[To be supplied.] ////// /// public string TypeFullName { get { return Mapping.TypeDesc.FullName; } } ///[To be supplied.] ////// /// public string XsdTypeName { get { return Mapping.TypeName; } } ///[To be supplied.] ////// /// public string XsdTypeNamespace { get { return Mapping.Namespace; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System.Reflection; using System; ////// /// public class XmlTypeMapping : XmlMapping { internal XmlTypeMapping(TypeScope scope, ElementAccessor accessor) : base(scope, accessor) { } internal TypeMapping Mapping { get { return Accessor.Mapping; } } ///[To be supplied.] ////// /// public string TypeName { get { return Mapping.TypeDesc.Name; } } ///[To be supplied.] ////// /// public string TypeFullName { get { return Mapping.TypeDesc.FullName; } } ///[To be supplied.] ////// /// public string XsdTypeName { get { return Mapping.TypeName; } } ///[To be supplied.] ////// /// public string XsdTypeNamespace { get { return Mapping.Namespace; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CustomError.cs
- versioninfo.cs
- DoubleAnimation.cs
- Point4D.cs
- SystemDiagnosticsSection.cs
- DtrList.cs
- Color.cs
- DesignerActionUIService.cs
- TemplateBamlRecordReader.cs
- SubMenuStyleCollection.cs
- TrackingDataItemValue.cs
- MimeBasePart.cs
- PropertyGeneratedEventArgs.cs
- _CommandStream.cs
- JsonFormatGeneratorStatics.cs
- DropShadowBitmapEffect.cs
- Rule.cs
- XmlILStorageConverter.cs
- COAUTHIDENTITY.cs
- TargetParameterCountException.cs
- IdentityHolder.cs
- ManualResetEvent.cs
- LogLogRecordEnumerator.cs
- TextServicesManager.cs
- TextClipboardData.cs
- FontSourceCollection.cs
- TextRangeProviderWrapper.cs
- TableRowGroup.cs
- LoadRetryStrategyFactory.cs
- DataGridCell.cs
- RepeaterItemEventArgs.cs
- IdnMapping.cs
- WebContext.cs
- ProcessHostFactoryHelper.cs
- SQLDecimal.cs
- messageonlyhwndwrapper.cs
- AssemblyName.cs
- GlyphingCache.cs
- NegationPusher.cs
- EndEvent.cs
- QueryOperator.cs
- HttpDebugHandler.cs
- ListItemCollection.cs
- HtmlInputControl.cs
- SqlWebEventProvider.cs
- ClientTargetCollection.cs
- PropertyEmitterBase.cs
- QueueException.cs
- InterleavedZipPartStream.cs
- SchemaType.cs
- DynamicUpdateCommand.cs
- DataGridBoolColumn.cs
- NavigateEvent.cs
- Light.cs
- PackWebRequestFactory.cs
- EventHandlingScope.cs
- HtmlInputControl.cs
- UriTemplateDispatchFormatter.cs
- SmiMetaDataProperty.cs
- TrackingServices.cs
- MultiTrigger.cs
- EventBuilder.cs
- SafeSecurityHandles.cs
- MenuBase.cs
- ReadOnlyDictionary.cs
- MissingFieldException.cs
- ToolStripItemClickedEventArgs.cs
- DateTimeValueSerializer.cs
- ClientUIRequest.cs
- Column.cs
- TagPrefixCollection.cs
- SoapWriter.cs
- EventDrivenDesigner.cs
- PlatformCulture.cs
- PeerContact.cs
- RSAProtectedConfigurationProvider.cs
- COM2ComponentEditor.cs
- XXXOnTypeBuilderInstantiation.cs
- WebHttpElement.cs
- ConnectionPoolManager.cs
- SectionVisual.cs
- MulticastOption.cs
- OutOfMemoryException.cs
- SoapFaultCodes.cs
- HtmlContainerControl.cs
- BinaryParser.cs
- OracleDataAdapter.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- XmlSignatureProperties.cs
- ReverseInheritProperty.cs
- WindowsContainer.cs
- InvalidCastException.cs
- GroupJoinQueryOperator.cs
- HtmlButton.cs
- NoResizeHandleGlyph.cs
- coordinatorscratchpad.cs
- RemoteHelper.cs
- DataGridViewColumnHeaderCell.cs
- InProcStateClientManager.cs
- DataGrid.cs