Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / SoapTypeAttribute.cs / 1305376 / 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
- InputLanguageManager.cs
- WorkflowDataContext.cs
- TableRowCollection.cs
- StackOverflowException.cs
- ThreadTrace.cs
- ToolStripRenderEventArgs.cs
- InlineCollection.cs
- UnsafeNetInfoNativeMethods.cs
- HtmlDocument.cs
- _NativeSSPI.cs
- LineServicesRun.cs
- WbemProvider.cs
- Storyboard.cs
- ProxyHwnd.cs
- TableLayoutColumnStyleCollection.cs
- ToolStripGrip.cs
- WebPartVerbCollection.cs
- TimerElapsedEvenArgs.cs
- EventSinkActivityDesigner.cs
- WebPartConnectionsConnectVerb.cs
- GlyphTypeface.cs
- HtmlInputHidden.cs
- PrintPageEvent.cs
- DnsPermission.cs
- METAHEADER.cs
- ConcatQueryOperator.cs
- HeaderElement.cs
- RectangleHotSpot.cs
- PenLineCapValidation.cs
- XmlSchemaAppInfo.cs
- Missing.cs
- EFColumnProvider.cs
- RegexRunner.cs
- ExpressionParser.cs
- FormClosingEvent.cs
- TreeViewItem.cs
- SslStreamSecurityUpgradeProvider.cs
- RenderContext.cs
- TextDecorationLocationValidation.cs
- StreamGeometryContext.cs
- RecognizerInfo.cs
- WizardStepBase.cs
- Message.cs
- DependencyPropertyValueSerializer.cs
- VolatileEnlistmentMultiplexing.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- SQLMembershipProvider.cs
- Pts.cs
- ResourceProviderFactory.cs
- PropertyManager.cs
- PackageProperties.cs
- HttpRuntime.cs
- WebPartEditorOkVerb.cs
- RealProxy.cs
- HttpCachePolicyWrapper.cs
- DataKeyCollection.cs
- HttpBindingExtension.cs
- HttpHandlersSection.cs
- AnimationTimeline.cs
- ImageAnimator.cs
- EndPoint.cs
- CommandExpr.cs
- BaseCodePageEncoding.cs
- DispatcherTimer.cs
- MouseWheelEventArgs.cs
- AssemblyAttributesGoHere.cs
- DataGridViewCellStyleEditor.cs
- DataGridViewTextBoxCell.cs
- OracleLob.cs
- AccessedThroughPropertyAttribute.cs
- WebRequest.cs
- SoapTypeAttribute.cs
- XXXInfos.cs
- RelationshipFixer.cs
- PEFileEvidenceFactory.cs
- GradientStopCollection.cs
- UseAttributeSetsAction.cs
- DocumentOrderQuery.cs
- WebPartMinimizeVerb.cs
- Constant.cs
- ValuePatternIdentifiers.cs
- HwndAppCommandInputProvider.cs
- TcpHostedTransportConfiguration.cs
- Config.cs
- DataQuery.cs
- Validator.cs
- DiscoveryDocumentSearchPattern.cs
- bindurihelper.cs
- UpdateCompiler.cs
- Operator.cs
- ReferenceService.cs
- DataGridItem.cs
- HtmlDocument.cs
- ListBoxDesigner.cs
- RegexRunnerFactory.cs
- KnownColorTable.cs
- __FastResourceComparer.cs
- SerializationInfoEnumerator.cs
- RegionInfo.cs
- PerspectiveCamera.cs