Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / Xml / System / Xml / Serialization / XmlTypeAttribute.cs / 1 / XmlTypeAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; ////// /// [AttributeUsage(AttributeTargets.Class | AttributeTargets.Enum | AttributeTargets.Interface | AttributeTargets.Struct)] public class XmlTypeAttribute : System.Attribute { bool includeInSchema = true; bool anonymousType; string ns; string typeName; ///[To be supplied.] ////// /// public XmlTypeAttribute() { } ///[To be supplied.] ////// /// public XmlTypeAttribute(string typeName) { this.typeName = typeName; } ///[To be supplied.] ////// /// public bool AnonymousType { get { return anonymousType; } set { anonymousType = value; } } ///[To be supplied.] ////// /// public bool IncludeInSchema { get { return includeInSchema; } set { includeInSchema = value; } } ///[To be supplied.] ////// /// public string TypeName { get { return typeName == null ? string.Empty : typeName; } set { typeName = value; } } ///[To be supplied.] ////// /// public string Namespace { get { return ns; } set { ns = value; } } } } // 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
- HorizontalAlignConverter.cs
- WebControlAdapter.cs
- FixedDSBuilder.cs
- TraceSection.cs
- WindowsToolbarItemAsMenuItem.cs
- WebContext.cs
- NestedContainer.cs
- DataControlPagerLinkButton.cs
- TextEditorThreadLocalStore.cs
- ScrollBarAutomationPeer.cs
- StrongNameMembershipCondition.cs
- Variable.cs
- DPTypeDescriptorContext.cs
- control.ime.cs
- ContentElement.cs
- FilteredDataSetHelper.cs
- SpeechRecognitionEngine.cs
- MessagePartDescriptionCollection.cs
- MouseCaptureWithinProperty.cs
- ToolStripItemClickedEventArgs.cs
- sqlser.cs
- _HeaderInfo.cs
- CommonRemoteMemoryBlock.cs
- LazyTextWriterCreator.cs
- StagingAreaInputItem.cs
- StrokeCollectionDefaultValueFactory.cs
- RichTextBoxAutomationPeer.cs
- TextLineBreak.cs
- EdmRelationshipNavigationPropertyAttribute.cs
- MasterPageBuildProvider.cs
- Decorator.cs
- HtmlInputPassword.cs
- XmlLoader.cs
- DataPagerFieldItem.cs
- ChannelSinkStacks.cs
- SizeConverter.cs
- EditorZoneBase.cs
- EventDescriptor.cs
- WebDisplayNameAttribute.cs
- RuleSetReference.cs
- GeometryCollection.cs
- UIElementAutomationPeer.cs
- EventHandlerList.cs
- EntityDataSourceSelectingEventArgs.cs
- HashCodeCombiner.cs
- CatalogZoneBase.cs
- StateMachineDesignerPaint.cs
- BasePropertyDescriptor.cs
- DeploymentSection.cs
- FrameworkContextData.cs
- ScriptDescriptor.cs
- XPathSelfQuery.cs
- SignatureTargetIdManager.cs
- XmlAttributes.cs
- RoutedEventConverter.cs
- SmiEventSink_Default.cs
- AsymmetricKeyExchangeDeformatter.cs
- DispatchChannelSink.cs
- SqlInternalConnectionTds.cs
- WindowsGraphics.cs
- WeakRefEnumerator.cs
- NullableConverter.cs
- ContainerActivationHelper.cs
- WebPartConnectionsConnectVerb.cs
- DbConnectionPoolGroup.cs
- WS2007HttpBindingCollectionElement.cs
- UnsafeNativeMethods.cs
- CustomActivityDesigner.cs
- KeySpline.cs
- DBPropSet.cs
- ProfilePropertySettingsCollection.cs
- ToolStripRenderEventArgs.cs
- UIElement3D.cs
- HtmlInputReset.cs
- sapiproxy.cs
- RequestCachingSection.cs
- ModifiableIteratorCollection.cs
- ValueHandle.cs
- Cursors.cs
- UnsafeNativeMethodsCLR.cs
- DetailsViewRow.cs
- DataControlImageButton.cs
- FixedSOMTable.cs
- RelatedPropertyManager.cs
- ShimAsPublicXamlType.cs
- WizardPanelChangingEventArgs.cs
- pingexception.cs
- ViewPort3D.cs
- EditorOptionAttribute.cs
- ChtmlTextBoxAdapter.cs
- LogManagementAsyncResult.cs
- DesignerResources.cs
- EventEntry.cs
- XamlPointCollectionSerializer.cs
- OperationCanceledException.cs
- ImmutableObjectAttribute.cs
- WebPartManagerInternals.cs
- Task.cs
- WebBrowser.cs
- DefaultValueMapping.cs