Code:
/ DotNET / DotNET / 8.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;
///
///
/// [To be supplied.]
///
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SQLGuidStorage.cs
- XmlSchemaInfo.cs
- Int32Converter.cs
- ConfigXmlText.cs
- PropertyInfoSet.cs
- TextParagraph.cs
- Model3D.cs
- EpmContentSerializer.cs
- CheckBoxBaseAdapter.cs
- OciLobLocator.cs
- QueryExpr.cs
- TypeSystem.cs
- CounterSampleCalculator.cs
- DrawingBrush.cs
- FormViewRow.cs
- SoapExtensionStream.cs
- TableItemStyle.cs
- WindowsListBox.cs
- IpcChannel.cs
- Vector3D.cs
- BulletDecorator.cs
- graph.cs
- PrintDialog.cs
- XmlSiteMapProvider.cs
- ObjectDisposedException.cs
- WsdlImporterElementCollection.cs
- SpotLight.cs
- DateTimeSerializationSection.cs
- BooleanFunctions.cs
- DuplicateWaitObjectException.cs
- _AutoWebProxyScriptWrapper.cs
- BuilderInfo.cs
- ObjectQueryProvider.cs
- DataGridColumn.cs
- PixelFormat.cs
- ViewValidator.cs
- SharedPerformanceCounter.cs
- DockingAttribute.cs
- ResolvedKeyFrameEntry.cs
- ReturnType.cs
- XmlDocumentType.cs
- OciLobLocator.cs
- TypeLoadException.cs
- ManagementDateTime.cs
- ClientConvert.cs
- _AuthenticationState.cs
- DataListItemCollection.cs
- ControlPager.cs
- HtmlTable.cs
- ServiceProviders.cs
- IMembershipProvider.cs
- EndEvent.cs
- IntegerValidatorAttribute.cs
- ExpressionBindings.cs
- Decoder.cs
- StopRoutingHandler.cs
- TypedTableBaseExtensions.cs
- ImpersonateTokenRef.cs
- ContainerUIElement3D.cs
- ExecutionEngineException.cs
- OpenFileDialog.cs
- LayoutExceptionEventArgs.cs
- WizardDesigner.cs
- X509WindowsSecurityToken.cs
- ContainerVisual.cs
- BitmapCodecInfoInternal.cs
- ClientBuildManagerCallback.cs
- SqlConnection.cs
- SimpleWebHandlerParser.cs
- ContextMenu.cs
- StrokeSerializer.cs
- ThemeDirectoryCompiler.cs
- HttpRawResponse.cs
- ControlIdConverter.cs
- LogLogRecordEnumerator.cs
- Subtract.cs
- DrawingAttributes.cs
- Italic.cs
- Stackframe.cs
- MetadataArtifactLoaderCompositeResource.cs
- HtmlControl.cs
- EventDescriptorCollection.cs
- CacheSection.cs
- RTLAwareMessageBox.cs
- RandomNumberGenerator.cs
- columnmapkeybuilder.cs
- TransferMode.cs
- SelfIssuedTokenFactoryCredential.cs
- DynamicResourceExtension.cs
- VisualBasicValue.cs
- MenuItemStyleCollection.cs
- sitestring.cs
- AllMembershipCondition.cs
- MonitoringDescriptionAttribute.cs
- PageRequestManager.cs
- IdentifierCollection.cs
- RoutedPropertyChangedEventArgs.cs
- CodeSubDirectoriesCollection.cs
- QueryStringParameter.cs
- JsonSerializer.cs