Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- ObjectSelectorEditor.cs
- MessageQueueAccessControlEntry.cs
- basenumberconverter.cs
- Vector3DAnimation.cs
- ImageBrush.cs
- LexicalChunk.cs
- BufferedGraphicsManager.cs
- LinqDataSourceSelectEventArgs.cs
- CommentAction.cs
- CallbackValidator.cs
- IisTraceWebEventProvider.cs
- XsltQilFactory.cs
- MachineSettingsSection.cs
- SafePEFileHandle.cs
- IisTraceListener.cs
- PopupControlService.cs
- ColumnResult.cs
- PeerNameResolver.cs
- RadioButtonFlatAdapter.cs
- PreProcessInputEventArgs.cs
- AnnotationResourceChangedEventArgs.cs
- NonBatchDirectoryCompiler.cs
- XmlDownloadManager.cs
- ScrollProviderWrapper.cs
- DecoderReplacementFallback.cs
- SQLString.cs
- NullExtension.cs
- UserNameSecurityTokenProvider.cs
- EventProviderWriter.cs
- RangeValuePattern.cs
- DynamicMetaObject.cs
- DataSourceCache.cs
- OracleCommand.cs
- StatusBarDrawItemEvent.cs
- SqlRewriteScalarSubqueries.cs
- PageEventArgs.cs
- Label.cs
- tooltip.cs
- HMACSHA256.cs
- XmlSchemaAttributeGroupRef.cs
- BasePattern.cs
- DataTableMappingCollection.cs
- EntityTypeBase.cs
- ListViewEditEventArgs.cs
- EncoderParameter.cs
- Rule.cs
- SystemIPv4InterfaceProperties.cs
- RectAnimationBase.cs
- XmlSchemaSimpleContent.cs
- XmlDataCollection.cs
- XmlAttributes.cs
- DefaultBinder.cs
- X509AsymmetricSecurityKey.cs
- Image.cs
- DataGridViewImageCell.cs
- AsnEncodedData.cs
- WindowsStatusBar.cs
- IdnMapping.cs
- StorageEntityTypeMapping.cs
- ThreadStateException.cs
- RedirectionProxy.cs
- Single.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- ExpressionBindingsDialog.cs
- PersonalizableAttribute.cs
- PersonalizationDictionary.cs
- HttpDictionary.cs
- WebReferencesBuildProvider.cs
- Queue.cs
- TextAutomationPeer.cs
- CommentAction.cs
- DataControlButton.cs
- FunctionUpdateCommand.cs
- HttpStaticObjectsCollectionWrapper.cs
- Win32Interop.cs
- AxisAngleRotation3D.cs
- LineGeometry.cs
- SqlClientPermission.cs
- FixedStringLookup.cs
- DynamicDiscoveryDocument.cs
- ExpressionBuilderCollection.cs
- HttpServerUtilityWrapper.cs
- RootProfilePropertySettingsCollection.cs
- BrowserCapabilitiesFactory.cs
- PrePrepareMethodAttribute.cs
- CreatingCookieEventArgs.cs
- codemethodreferenceexpression.cs
- PeerInputChannelListener.cs
- OracleBoolean.cs
- AuthenticationConfig.cs
- RequiredAttributeAttribute.cs
- FacetValues.cs
- SamlConstants.cs
- Label.cs
- ManagementClass.cs
- TrustSection.cs
- ButtonBase.cs
- ProgressBarRenderer.cs
- PresentationTraceSources.cs
- XmlAnyElementAttribute.cs