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 / SoapTypeAttribute.cs / 1 / SoapTypeAttribute.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 SoapTypeAttribute : System.Attribute { string ns; string typeName; bool includeInSchema = true; ///[To be supplied.] ////// /// public SoapTypeAttribute() { } ///[To be supplied.] ////// /// public SoapTypeAttribute(string typeName) { this.typeName = typeName; } ///[To be supplied.] ////// /// public SoapTypeAttribute(string typeName, string ns) { this.typeName = typeName; this.ns = ns; } ///[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 SoapTypeAttribute : System.Attribute { string ns; string typeName; bool includeInSchema = true; ///[To be supplied.] ////// /// public SoapTypeAttribute() { } ///[To be supplied.] ////// /// public SoapTypeAttribute(string typeName) { this.typeName = typeName; } ///[To be supplied.] ////// /// public SoapTypeAttribute(string typeName, string ns) { this.typeName = typeName; this.ns = ns; } ///[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
- CharacterBuffer.cs
- FieldDescriptor.cs
- LineInfo.cs
- HttpRequest.cs
- HwndSourceKeyboardInputSite.cs
- StaticDataManager.cs
- OptimalTextSource.cs
- SecurityState.cs
- log.cs
- BindableAttribute.cs
- FunctionParameter.cs
- ContainerControl.cs
- ResourceReferenceExpression.cs
- FtpWebResponse.cs
- PenCursorManager.cs
- SelectionEditor.cs
- ItemCheckedEvent.cs
- CannotUnloadAppDomainException.cs
- SamlAttribute.cs
- Int32Rect.cs
- Avt.cs
- OutOfProcStateClientManager.cs
- ByteFacetDescriptionElement.cs
- TransactionScopeDesigner.cs
- ReadWriteControlDesigner.cs
- StorageSetMapping.cs
- RectValueSerializer.cs
- LinqDataView.cs
- TypeUnloadedException.cs
- ReadOnlyDataSource.cs
- DataGridCommandEventArgs.cs
- CompilerInfo.cs
- sqlstateclientmanager.cs
- DrawToolTipEventArgs.cs
- DateTimeFormatInfoScanner.cs
- XmlSchemaAll.cs
- OletxEnlistment.cs
- ConnectivityStatus.cs
- UniformGrid.cs
- BamlLocalizabilityResolver.cs
- OuterGlowBitmapEffect.cs
- PinnedBufferMemoryStream.cs
- BuildProvider.cs
- MouseButtonEventArgs.cs
- ConsoleKeyInfo.cs
- CultureSpecificStringDictionary.cs
- SortedDictionary.cs
- GridProviderWrapper.cs
- NativeMethods.cs
- WorkflowPageSetupDialog.cs
- TypeConverter.cs
- Timer.cs
- RequestSecurityTokenForRemoteTokenFactory.cs
- AssemblyAttributes.cs
- Int64KeyFrameCollection.cs
- RankException.cs
- ExceptionTranslationTable.cs
- FixedLineResult.cs
- SiteMap.cs
- DateTimeFormatInfo.cs
- IChannel.cs
- DelimitedListTraceListener.cs
- ClientScriptManager.cs
- smtpconnection.cs
- DefaultObjectMappingItemCollection.cs
- BitArray.cs
- FragmentQueryProcessor.cs
- ListBox.cs
- HitTestWithPointDrawingContextWalker.cs
- LogicalExpressionEditor.cs
- EvidenceTypeDescriptor.cs
- ClosableStream.cs
- Compiler.cs
- Directory.cs
- CssStyleCollection.cs
- FolderBrowserDialog.cs
- InlineUIContainer.cs
- BinaryWriter.cs
- ListParagraph.cs
- DateBoldEvent.cs
- QueryableDataSource.cs
- StrongName.cs
- NativeMethods.cs
- ResourcesChangeInfo.cs
- MailDefinition.cs
- Util.cs
- PrincipalPermission.cs
- Function.cs
- SspiHelper.cs
- PrintDialogException.cs
- HotCommands.cs
- HyperLinkColumn.cs
- CollectionContainer.cs
- ParentQuery.cs
- DateTimeStorage.cs
- SAPIEngineTypes.cs
- SoapUnknownHeader.cs
- HttpProfileBase.cs
- SoapHelper.cs
- HttpStreamMessageEncoderFactory.cs