Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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. //------------------------------------------------------------------------------ //[To be supplied.] ///// 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DivideByZeroException.cs
- BaseParser.cs
- MaterialGroup.cs
- _SingleItemRequestCache.cs
- StatusBar.cs
- DoubleLinkList.cs
- SpecialNameAttribute.cs
- XmlDocument.cs
- ActionFrame.cs
- PcmConverter.cs
- ImageMap.cs
- DrawingImage.cs
- HtmlSelect.cs
- ColumnClickEvent.cs
- TreeWalker.cs
- SqlClientPermission.cs
- FlowDocumentReader.cs
- OneOfElement.cs
- QilInvoke.cs
- RequiredFieldValidator.cs
- CreateInstanceBinder.cs
- XamlSerializerUtil.cs
- ProfileServiceManager.cs
- MouseOverProperty.cs
- ObjectViewQueryResultData.cs
- MatrixTransform3D.cs
- ItemDragEvent.cs
- Dump.cs
- SQLBinaryStorage.cs
- XmlSerializerSection.cs
- Condition.cs
- Queue.cs
- PageStatePersister.cs
- MetricEntry.cs
- ResourceIDHelper.cs
- DefaultEventAttribute.cs
- CornerRadius.cs
- TraceProvider.cs
- tooltip.cs
- PublishLicense.cs
- SoapFormatterSinks.cs
- BitmapCacheBrush.cs
- InheritanceAttribute.cs
- Thread.cs
- WorkflowDesignerColors.cs
- UriTemplateHelpers.cs
- DisplayInformation.cs
- ChineseLunisolarCalendar.cs
- XmlSerializableServices.cs
- VariableDesigner.xaml.cs
- Executor.cs
- TypeExtensionConverter.cs
- MyContact.cs
- RoutedEventHandlerInfo.cs
- SqlNodeAnnotation.cs
- PersistenceTypeAttribute.cs
- FlowDocumentView.cs
- PrivilegeNotHeldException.cs
- ServiceDurableInstanceContextProvider.cs
- StatusBarPanelClickEvent.cs
- ScopedMessagePartSpecification.cs
- IPEndPoint.cs
- Variant.cs
- DmlSqlGenerator.cs
- StyleBamlTreeBuilder.cs
- JapaneseCalendar.cs
- SafeNativeMethodsMilCoreApi.cs
- CaseStatement.cs
- ZoneButton.cs
- IsolatedStorageFileStream.cs
- SetMemberBinder.cs
- ClientSettingsSection.cs
- MembershipPasswordException.cs
- FileChangesMonitor.cs
- Grammar.cs
- StringKeyFrameCollection.cs
- ExpressionConverter.cs
- StylusPoint.cs
- HostSecurityManager.cs
- EnumMember.cs
- RegistryPermission.cs
- TranslateTransform3D.cs
- RegexRunnerFactory.cs
- DataGridClipboardCellContent.cs
- DecoderFallbackWithFailureFlag.cs
- PackageDigitalSignature.cs
- EmptyStringExpandableObjectConverter.cs
- SpanIndex.cs
- MediaScriptCommandRoutedEventArgs.cs
- SetStateDesigner.cs
- Compiler.cs
- WebPartCancelEventArgs.cs
- MailMessageEventArgs.cs
- CapabilitiesPattern.cs
- NavigationEventArgs.cs
- WebPartConnectionsDisconnectVerb.cs
- XmlWriter.cs
- DataBindingCollection.cs
- SoapDocumentServiceAttribute.cs
- ResourceType.cs