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 / SoapAttributeAttribute.cs / 1 / 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
- GridViewSortEventArgs.cs
- WebPartConnectionCollection.cs
- TargetException.cs
- CodeSnippetTypeMember.cs
- Resources.Designer.cs
- DataBindingHandlerAttribute.cs
- QilFunction.cs
- TextRangeEditTables.cs
- ListBoxChrome.cs
- ForwardPositionQuery.cs
- DeadLetterQueue.cs
- SqlRetyper.cs
- FormViewInsertedEventArgs.cs
- XDRSchema.cs
- PagePropertiesChangingEventArgs.cs
- SafeNativeHandle.cs
- columnmapkeybuilder.cs
- BooleanFunctions.cs
- SelectionItemProviderWrapper.cs
- TemplateNameScope.cs
- ConnectionPoint.cs
- TextEndOfLine.cs
- FixedPageStructure.cs
- UnmanagedMemoryStream.cs
- NetNamedPipeBindingCollectionElement.cs
- TextEncodedRawTextWriter.cs
- HtmlControl.cs
- ToolboxItemSnapLineBehavior.cs
- Queue.cs
- XomlCompilerResults.cs
- EndpointAddressProcessor.cs
- BinaryMethodMessage.cs
- DataGridViewCellStyle.cs
- Script.cs
- ChangePassword.cs
- SelectionPattern.cs
- BulletedList.cs
- ColumnMapCopier.cs
- ListViewSelectEventArgs.cs
- XmlToDatasetMap.cs
- ColorMap.cs
- UnsafeNativeMethods.cs
- ReceiveSecurityHeader.cs
- OutKeywords.cs
- OdbcDataReader.cs
- IconHelper.cs
- WmlFormAdapter.cs
- StoreItemCollection.cs
- RectAnimation.cs
- DataTableExtensions.cs
- TypeConverterHelper.cs
- CaseStatement.cs
- IndexedGlyphRun.cs
- EntityPropertyMappingAttribute.cs
- ObjectListCommand.cs
- PersonalizationProviderCollection.cs
- SmiContext.cs
- DiscoveryServiceExtension.cs
- ReaderWriterLockWrapper.cs
- ButtonChrome.cs
- DataStreams.cs
- CodeGotoStatement.cs
- Root.cs
- ObjectMemberMapping.cs
- PhysicalAddress.cs
- PointIndependentAnimationStorage.cs
- RelativeSource.cs
- webproxy.cs
- WindowsIPAddress.cs
- IPAddress.cs
- GridViewColumnHeader.cs
- QuaternionAnimation.cs
- UdpMessageProperty.cs
- ToolStripScrollButton.cs
- ArrayConverter.cs
- MailWebEventProvider.cs
- Dump.cs
- Stream.cs
- MissingSatelliteAssemblyException.cs
- Image.cs
- WindowCollection.cs
- PointKeyFrameCollection.cs
- HttpClientCertificate.cs
- RegexRunnerFactory.cs
- Logging.cs
- UiaCoreApi.cs
- Method.cs
- HttpCookie.cs
- SubMenuStyleCollectionEditor.cs
- MailMessageEventArgs.cs
- SafeArrayRankMismatchException.cs
- Button.cs
- ValueChangedEventManager.cs
- SmtpException.cs
- MenuScrollingVisibilityConverter.cs
- ConnectionConsumerAttribute.cs
- Crypto.cs
- HMAC.cs
- BehaviorEditorPart.cs
- MimeObjectFactory.cs