Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / XmlTypeMapping.cs / 1305376 / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DBCSCodePageEncoding.cs
- PageClientProxyGenerator.cs
- SrgsRuleRef.cs
- StringReader.cs
- ObjectSecurity.cs
- BinaryReader.cs
- ObjectParameterCollection.cs
- InvokeCompletedEventArgs.cs
- ArgumentDesigner.xaml.cs
- ToolStripDropDownClosingEventArgs.cs
- TextTabProperties.cs
- SqlProviderServices.cs
- CompilerGlobalScopeAttribute.cs
- MemberExpression.cs
- EdmEntityTypeAttribute.cs
- ProfileManager.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- ImportCatalogPart.cs
- AutomationElementIdentifiers.cs
- SqlCharStream.cs
- NaturalLanguageHyphenator.cs
- Imaging.cs
- HttpPostedFile.cs
- _emptywebproxy.cs
- ResourceSet.cs
- ProxyManager.cs
- BitmapEffectInput.cs
- ConnectionPoolManager.cs
- ObservableDictionary.cs
- LostFocusEventManager.cs
- CodeStatementCollection.cs
- DataBoundControlAdapter.cs
- InstancePersistenceContext.cs
- SelectionListDesigner.cs
- cookie.cs
- TextEditorDragDrop.cs
- WindowsStreamSecurityBindingElement.cs
- KeyManager.cs
- LabelEditEvent.cs
- DesignerEditorPartChrome.cs
- AllMembershipCondition.cs
- SecurityKeyEntropyMode.cs
- ViewService.cs
- IResourceProvider.cs
- MetabaseSettingsIis7.cs
- Persist.cs
- MetadataUtilsSmi.cs
- ConfigurationPropertyCollection.cs
- BamlLocalizableResourceKey.cs
- WebResponse.cs
- ScriptingJsonSerializationSection.cs
- SqlError.cs
- TranslateTransform3D.cs
- ActiveXSerializer.cs
- BindingsCollection.cs
- NetworkStream.cs
- CompiledQueryCacheEntry.cs
- WebConfigurationFileMap.cs
- TextChange.cs
- PauseStoryboard.cs
- SchemaElementDecl.cs
- MetadataHelper.cs
- AccessorTable.cs
- Int32Collection.cs
- XmlElementCollection.cs
- ManagementBaseObject.cs
- IdentityHolder.cs
- LookupBindingPropertiesAttribute.cs
- FrameAutomationPeer.cs
- ListViewUpdateEventArgs.cs
- PropertyDescriptorGridEntry.cs
- DupHandleConnectionReader.cs
- SortExpressionBuilder.cs
- InkSerializer.cs
- SmtpNtlmAuthenticationModule.cs
- Int32Rect.cs
- IteratorDescriptor.cs
- OletxTransactionManager.cs
- TriggerCollection.cs
- BlurBitmapEffect.cs
- XmlQueryOutput.cs
- OdbcException.cs
- InstanceData.cs
- NotifyParentPropertyAttribute.cs
- ReadOnlyCollectionBase.cs
- ParseElementCollection.cs
- NamespaceInfo.cs
- FrameworkContentElement.cs
- ContextMarshalException.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- SQLRoleProvider.cs
- FormatException.cs
- ScrollProperties.cs
- HostingMessageProperty.cs
- PersianCalendar.cs
- ListBindingConverter.cs
- DirectionalLight.cs
- TextEditorTyping.cs
- XmlSchemaCollection.cs
- ColumnPropertiesGroup.cs