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;
///
///
/// [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.
//
// [....]
//-----------------------------------------------------------------------------
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CacheMode.cs
- ToolConsole.cs
- RowUpdatingEventArgs.cs
- ConfigXmlAttribute.cs
- XmlElementAttribute.cs
- BamlRecords.cs
- VectorConverter.cs
- SamlAdvice.cs
- Exceptions.cs
- Win32SafeHandles.cs
- QilLiteral.cs
- ProfileManager.cs
- XmlSchemaObjectCollection.cs
- CurrentChangingEventManager.cs
- CompilerGlobalScopeAttribute.cs
- EventWaitHandleSecurity.cs
- smtpconnection.cs
- jithelpers.cs
- DayRenderEvent.cs
- UriSection.cs
- TranslateTransform3D.cs
- CryptoKeySecurity.cs
- HtmlInputPassword.cs
- BitmapEffectrendercontext.cs
- UITypeEditor.cs
- CollectionType.cs
- WindowsEditBox.cs
- WindowsTokenRoleProvider.cs
- ObjectSet.cs
- AutomationIdentifierGuids.cs
- ReverseInheritProperty.cs
- LoadMessageLogger.cs
- Activator.cs
- EventSinkHelperWriter.cs
- PersonalizationProviderHelper.cs
- QuinticEase.cs
- Vector3DConverter.cs
- StringFunctions.cs
- FactoryId.cs
- WebControl.cs
- TypefaceMap.cs
- XsltSettings.cs
- SamlAuthorizationDecisionClaimResource.cs
- Item.cs
- HwndSourceKeyboardInputSite.cs
- Message.cs
- AnnotationHelper.cs
- PageThemeCodeDomTreeGenerator.cs
- PasswordDeriveBytes.cs
- xmlglyphRunInfo.cs
- SmtpCommands.cs
- PerformanceCounterManager.cs
- XmlParser.cs
- MethodBuilderInstantiation.cs
- ConnectionOrientedTransportChannelFactory.cs
- parserscommon.cs
- FindCriteria11.cs
- XmlDownloadManager.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- HMAC.cs
- SupportingTokenListenerFactory.cs
- MessageEncodingBindingElement.cs
- RelationshipType.cs
- HtmlContainerControl.cs
- RecognizeCompletedEventArgs.cs
- SecurityTokenValidationException.cs
- CurrencyManager.cs
- FrameworkPropertyMetadata.cs
- DataGridRelationshipRow.cs
- NameNode.cs
- CodeObjectCreateExpression.cs
- TextParagraphView.cs
- HtmlValidatorAdapter.cs
- InitialServerConnectionReader.cs
- Attributes.cs
- XmlBufferReader.cs
- PlatformNotSupportedException.cs
- QilInvokeEarlyBound.cs
- SHA256Managed.cs
- CommandDevice.cs
- ToolStripRenderer.cs
- SoapSchemaImporter.cs
- SecurityContext.cs
- _OSSOCK.cs
- TypeGeneratedEventArgs.cs
- HandleCollector.cs
- IncrementalHitTester.cs
- Repeater.cs
- XamlGridLengthSerializer.cs
- TextTreeRootNode.cs
- NamespaceMapping.cs
- autovalidator.cs
- CompiledXpathExpr.cs
- RealizedColumnsBlock.cs
- ClientUtils.cs
- Token.cs
- ReflectEventDescriptor.cs
- CodePageEncoding.cs
- DataGridItemEventArgs.cs
- DataGridView.cs