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
- WebPartZoneBase.cs
- SolidColorBrush.cs
- Logging.cs
- InstanceContext.cs
- SrgsToken.cs
- XmlDocumentType.cs
- HeaderedContentControl.cs
- CacheMemory.cs
- XmlSchemaSearchPattern.cs
- DictionarySectionHandler.cs
- CodeMemberProperty.cs
- DeploymentSection.cs
- WebBrowserHelper.cs
- AbandonedMutexException.cs
- ArgumentException.cs
- ToolStripItemClickedEventArgs.cs
- ListViewDeleteEventArgs.cs
- OLEDB_Util.cs
- ExternalException.cs
- OleDbDataReader.cs
- DataGridViewHeaderCell.cs
- OpenFileDialog.cs
- ChangePasswordDesigner.cs
- OdbcRowUpdatingEvent.cs
- SystemParameters.cs
- SecureConversationSecurityTokenParameters.cs
- PopOutPanel.cs
- DataServiceRequest.cs
- metadatamappinghashervisitor.cs
- BinaryUtilClasses.cs
- State.cs
- ServiceChannel.cs
- EventMappingSettings.cs
- PasswordValidationException.cs
- FormViewCommandEventArgs.cs
- ConversionContext.cs
- SqlConnectionPoolProviderInfo.cs
- XmlSchemaSimpleType.cs
- ListDictionaryInternal.cs
- GenerateTemporaryTargetAssembly.cs
- HandlerBase.cs
- XmlSchemaChoice.cs
- DataGridViewDataErrorEventArgs.cs
- PerformanceCounterPermissionAttribute.cs
- OracleBFile.cs
- ByteStream.cs
- ReflectionPermission.cs
- AvTrace.cs
- ExtensionWindowResizeGrip.cs
- EventArgs.cs
- Executor.cs
- WebPartRestoreVerb.cs
- HttpCacheVary.cs
- SID.cs
- InternalControlCollection.cs
- OdbcDataReader.cs
- RemotingServices.cs
- PassportPrincipal.cs
- StylusButton.cs
- PropertyManager.cs
- BooleanExpr.cs
- SpellerHighlightLayer.cs
- TableColumn.cs
- TdsParserSafeHandles.cs
- ACL.cs
- DictationGrammar.cs
- ArcSegment.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- ConfigurationErrorsException.cs
- InputEventArgs.cs
- SplineQuaternionKeyFrame.cs
- MobileFormsAuthentication.cs
- DoubleAnimationClockResource.cs
- DataServiceResponse.cs
- ColorIndependentAnimationStorage.cs
- HttpProtocolImporter.cs
- ParentUndoUnit.cs
- InkPresenterAutomationPeer.cs
- SizeChangedEventArgs.cs
- HttpProcessUtility.cs
- CacheForPrimitiveTypes.cs
- OleDbDataAdapter.cs
- _AuthenticationState.cs
- URL.cs
- ModuleConfigurationInfo.cs
- XmlValueConverter.cs
- ClientCredentialsSecurityTokenManager.cs
- MultiBinding.cs
- Vector3DKeyFrameCollection.cs
- GlyphTypeface.cs
- BufferedGraphicsContext.cs
- HttpChannelBindingToken.cs
- Dynamic.cs
- RuntimeConfig.cs
- XmlIncludeAttribute.cs
- DeflateStreamAsyncResult.cs
- UnsafePeerToPeerMethods.cs
- XmlName.cs
- XmlSchemaSubstitutionGroup.cs
- DesignTimeTemplateParser.cs