Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataColumnPropertyDescriptor.cs
- ValueCollectionParameterReader.cs
- CheckBoxField.cs
- TableRowCollection.cs
- SqlDuplicator.cs
- ProjectedSlot.cs
- DesignerVerbToolStripMenuItem.cs
- SqlServer2KCompatibilityCheck.cs
- SubMenuStyleCollection.cs
- RbTree.cs
- DefaultEventAttribute.cs
- SearchForVirtualItemEventArgs.cs
- ArgIterator.cs
- NumberFunctions.cs
- HtmlTableRowCollection.cs
- TextUtf8RawTextWriter.cs
- ConfigXmlText.cs
- Profiler.cs
- LicenseManager.cs
- NameValueConfigurationCollection.cs
- TextBlock.cs
- Base64Decoder.cs
- XmlElement.cs
- Keyboard.cs
- GridErrorDlg.cs
- UnsafeNativeMethodsTablet.cs
- BlurBitmapEffect.cs
- ImageCodecInfoPrivate.cs
- AnimationException.cs
- IDReferencePropertyAttribute.cs
- Int32Storage.cs
- HandlerBase.cs
- TypeToken.cs
- ViewLoader.cs
- DataTableMappingCollection.cs
- SqlStatistics.cs
- EditorZoneDesigner.cs
- DelegatingHeader.cs
- RegexGroup.cs
- CapabilitiesRule.cs
- TopClause.cs
- NavigateEvent.cs
- ColumnMapCopier.cs
- SessionEndingEventArgs.cs
- ConstructorBuilder.cs
- Win32.cs
- IndexOutOfRangeException.cs
- BitmapCodecInfoInternal.cs
- StatusBarItem.cs
- AuditLogLocation.cs
- ToolStripItemImageRenderEventArgs.cs
- GatewayIPAddressInformationCollection.cs
- TransactionTable.cs
- RightsManagementEncryptionTransform.cs
- DataListItem.cs
- DocumentViewerHelper.cs
- IsolatedStorageException.cs
- EntityContainerAssociationSet.cs
- HttpRuntimeSection.cs
- SafeWaitHandle.cs
- RadioButtonRenderer.cs
- MetadataSection.cs
- SingleObjectCollection.cs
- LassoHelper.cs
- UrlAuthFailedErrorFormatter.cs
- QilVisitor.cs
- DataControlCommands.cs
- HandleCollector.cs
- FlowDocumentPaginator.cs
- BuildManagerHost.cs
- GlyphInfoList.cs
- VirtualPath.cs
- ColorPalette.cs
- Stopwatch.cs
- DropDownList.cs
- Pens.cs
- SettingsPropertyIsReadOnlyException.cs
- FactoryMaker.cs
- SmiEventSink.cs
- ActivityDefaults.cs
- _FtpControlStream.cs
- SemaphoreSecurity.cs
- StandardToolWindows.cs
- EmptyCollection.cs
- userdatakeys.cs
- AssemblyAttributesGoHere.cs
- ObjectViewFactory.cs
- StateItem.cs
- PerformanceCounterPermission.cs
- AuthenticationManager.cs
- String.cs
- URL.cs
- StreamGeometry.cs
- VisualBasicValue.cs
- MemberHolder.cs
- CaretElement.cs
- ExtendedTransformFactory.cs
- ReadOnlyNameValueCollection.cs
- DelegateCompletionCallbackWrapper.cs
- CustomTypeDescriptor.cs