Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / SoapAttributeAttribute.cs / 1305376 / SoapAttributeAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; ////// /// [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.Parameter | AttributeTargets.ReturnValue)] public class SoapAttributeAttribute : System.Attribute { string attributeName; string ns; string dataType; ///[To be supplied.] ////// /// public SoapAttributeAttribute() { } ///[To be supplied.] ////// /// public SoapAttributeAttribute(string attributeName) { this.attributeName = attributeName; } ///[To be supplied.] ////// /// public string AttributeName { get { return attributeName == null ? string.Empty : attributeName; } set { attributeName = value; } } ///[To be supplied.] ////// /// public string Namespace { get { return ns; } set { ns = value; } } ///[To be supplied.] ////// /// public string DataType { get { return dataType == null ? string.Empty : dataType; } set { dataType = 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.Field | AttributeTargets.Property | AttributeTargets.Parameter | AttributeTargets.ReturnValue)] public class SoapAttributeAttribute : System.Attribute { string attributeName; string ns; string dataType; ///[To be supplied.] ////// /// public SoapAttributeAttribute() { } ///[To be supplied.] ////// /// public SoapAttributeAttribute(string attributeName) { this.attributeName = attributeName; } ///[To be supplied.] ////// /// public string AttributeName { get { return attributeName == null ? string.Empty : attributeName; } set { attributeName = value; } } ///[To be supplied.] ////// /// public string Namespace { get { return ns; } set { ns = value; } } ///[To be supplied.] ////// /// public string DataType { get { return dataType == null ? string.Empty : dataType; } set { dataType = 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
- PeerApplicationLaunchInfo.cs
- TypeRestriction.cs
- ToolStrip.cs
- EventDescriptorCollection.cs
- LayoutTable.cs
- StrongNameIdentityPermission.cs
- CompiledQuery.cs
- MsmqMessageProperty.cs
- CodeGen.cs
- ImageAutomationPeer.cs
- ZipIORawDataFileBlock.cs
- MultiplexingDispatchMessageFormatter.cs
- OdbcEnvironmentHandle.cs
- DataSourceSelectArguments.cs
- WebPartConnectionsCloseVerb.cs
- DocumentEventArgs.cs
- XmlUnspecifiedAttribute.cs
- ContextCorrelationInitializer.cs
- FloatAverageAggregationOperator.cs
- _BufferOffsetSize.cs
- Padding.cs
- BlobPersonalizationState.cs
- XhtmlBasicLiteralTextAdapter.cs
- KeyValuePairs.cs
- MailHeaderInfo.cs
- MobileControlsSection.cs
- ScriptingScriptResourceHandlerSection.cs
- PermissionSetTriple.cs
- SrgsElementFactory.cs
- MessageTransmitTraceRecord.cs
- MultiAsyncResult.cs
- MatcherBuilder.cs
- StylusCollection.cs
- EncryptedType.cs
- LabelDesigner.cs
- Registry.cs
- MediaContextNotificationWindow.cs
- StylusPointDescription.cs
- TreeView.cs
- SecurityRuntime.cs
- XmlValidatingReaderImpl.cs
- SafeSystemMetrics.cs
- Int16Animation.cs
- DataControlFieldCollection.cs
- NavigatorInput.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- BuiltInExpr.cs
- Style.cs
- ToolStripSeparatorRenderEventArgs.cs
- DataSpaceManager.cs
- SymbolDocumentInfo.cs
- SqlFlattener.cs
- TableLayoutColumnStyleCollection.cs
- ProcessModelSection.cs
- NamedPipeConnectionPool.cs
- DynamicQueryableWrapper.cs
- HttpRuntimeSection.cs
- StringArrayConverter.cs
- HttpWebRequest.cs
- ListBoxItem.cs
- MatrixAnimationUsingPath.cs
- SortDescriptionCollection.cs
- MemberListBinding.cs
- TabPanel.cs
- FunctionImportMapping.cs
- VisualBrush.cs
- TextAdaptor.cs
- SuppressIldasmAttribute.cs
- CanExecuteRoutedEventArgs.cs
- ListViewDeleteEventArgs.cs
- EncodingStreamWrapper.cs
- TypeConverterAttribute.cs
- DBNull.cs
- WindowsListViewItem.cs
- ViewBox.cs
- MetadataHelper.cs
- StorageEntityTypeMapping.cs
- TCPClient.cs
- OverrideMode.cs
- HtmlWindowCollection.cs
- ScrollPattern.cs
- Function.cs
- TypeUsageBuilder.cs
- SQLDateTime.cs
- CryptoApi.cs
- UpdateCompiler.cs
- Preprocessor.cs
- SafeViewOfFileHandle.cs
- HttpTransportManager.cs
- ScriptResourceInfo.cs
- securestring.cs
- WebBrowserProgressChangedEventHandler.cs
- TextSpanModifier.cs
- BitmapImage.cs
- LogFlushAsyncResult.cs
- CallSiteBinder.cs
- RunClient.cs
- AutoSizeComboBox.cs
- ChannelBinding.cs
- SafeFileMapViewHandle.cs