Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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
- SuppressMessageAttribute.cs
- RIPEMD160.cs
- PrivilegeNotHeldException.cs
- TrustLevelCollection.cs
- ListView.cs
- PenLineCapValidation.cs
- WebBrowserUriTypeConverter.cs
- TripleDESCryptoServiceProvider.cs
- HtmlInputPassword.cs
- IndentedWriter.cs
- DecoderReplacementFallback.cs
- XPathDocument.cs
- GuidelineSet.cs
- DataGridTextBoxColumn.cs
- SqlConnectionStringBuilder.cs
- Parameter.cs
- X509Extension.cs
- CommonDialog.cs
- followingquery.cs
- BitmapInitialize.cs
- Executor.cs
- ListViewDeletedEventArgs.cs
- TogglePatternIdentifiers.cs
- KeyboardEventArgs.cs
- FormatVersion.cs
- UrlUtility.cs
- TextEditorSelection.cs
- BCLDebug.cs
- DynamicMetaObjectBinder.cs
- ManipulationDelta.cs
- RegexRunnerFactory.cs
- ServicePoint.cs
- UpdatePanelControlTrigger.cs
- DbgCompiler.cs
- ForwardPositionQuery.cs
- ToolBarButtonClickEvent.cs
- PasswordTextContainer.cs
- xdrvalidator.cs
- StandardBindingElement.cs
- BinaryObjectWriter.cs
- XmlRawWriterWrapper.cs
- EnumUnknown.cs
- ParagraphVisual.cs
- NativeMethodsOther.cs
- JoinTreeNode.cs
- Stylus.cs
- SrgsSubset.cs
- HtmlTernaryTree.cs
- SqlUDTStorage.cs
- Property.cs
- Attachment.cs
- TrackingExtract.cs
- CheckBoxRenderer.cs
- ProtocolInformationWriter.cs
- HyperLinkStyle.cs
- Base64Stream.cs
- VarInfo.cs
- ComponentCodeDomSerializer.cs
- SecurityRuntime.cs
- Int16KeyFrameCollection.cs
- RecipientIdentity.cs
- EntityContainerRelationshipSet.cs
- TabControlCancelEvent.cs
- EntityViewGenerator.cs
- InputChannel.cs
- StructureChangedEventArgs.cs
- CurrencyManager.cs
- FormViewDeleteEventArgs.cs
- _NTAuthentication.cs
- ArglessEventHandlerProxy.cs
- AppDomainShutdownMonitor.cs
- RegexMatchCollection.cs
- AttributeProviderAttribute.cs
- ExpressionBindingsDialog.cs
- ProvideValueServiceProvider.cs
- Coordinator.cs
- IsolationInterop.cs
- TextContainerChangedEventArgs.cs
- QuaternionAnimation.cs
- DrawingContextDrawingContextWalker.cs
- Mapping.cs
- RotateTransform3D.cs
- _BaseOverlappedAsyncResult.cs
- ConfigUtil.cs
- StrongNameKeyPair.cs
- JpegBitmapEncoder.cs
- PointAnimationBase.cs
- TextLineResult.cs
- RepeaterCommandEventArgs.cs
- WorkflowServiceAttributes.cs
- TextEditorTyping.cs
- SqlDataReader.cs
- RegistrationContext.cs
- ViewBase.cs
- SafeFileHandle.cs
- ChtmlTextBoxAdapter.cs
- HtmlMobileTextWriter.cs
- OperationPickerDialog.cs
- linebase.cs
- FilterUserControlBase.cs