Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- ListViewInsertedEventArgs.cs
- Grid.cs
- SplineKeyFrames.cs
- BaseContextMenu.cs
- TemplatePropertyEntry.cs
- ChannelEndpointElement.cs
- HttpCacheVaryByContentEncodings.cs
- LogStream.cs
- CollectionContainer.cs
- MenuEventArgs.cs
- HtmlInputFile.cs
- PropertyGridCommands.cs
- ButtonRenderer.cs
- dsa.cs
- TextEditorMouse.cs
- CodeRemoveEventStatement.cs
- HtmlWindow.cs
- Style.cs
- StrokeCollection2.cs
- Configuration.cs
- PrinterUnitConvert.cs
- SystemGatewayIPAddressInformation.cs
- Grid.cs
- InlinedAggregationOperatorEnumerator.cs
- RichTextBoxContextMenu.cs
- FixedSOMTable.cs
- ErrorsHelper.cs
- BufferModesCollection.cs
- base64Transforms.cs
- ColumnTypeConverter.cs
- SoapFault.cs
- DynamicEndpointElement.cs
- OrderedDictionary.cs
- ReceiveSecurityHeaderEntry.cs
- DataGridViewLinkCell.cs
- InternalsVisibleToAttribute.cs
- DataGridCommandEventArgs.cs
- TableParagraph.cs
- SchemaElementLookUpTable.cs
- printdlgexmarshaler.cs
- WorkflowLayouts.cs
- BufferedGraphics.cs
- XmlNullResolver.cs
- OutputCacheModule.cs
- TextContainerHelper.cs
- AttachedPropertyBrowsableAttribute.cs
- AccessText.cs
- PathNode.cs
- RightsManagementEncryptionTransform.cs
- SynchronizedInputHelper.cs
- Evaluator.cs
- Win32Native.cs
- MonitoringDescriptionAttribute.cs
- ScriptManager.cs
- StructuredTypeEmitter.cs
- KerberosSecurityTokenAuthenticator.cs
- SafeIUnknown.cs
- DateTimeFormatInfoScanner.cs
- PersonalizablePropertyEntry.cs
- AppDomainGrammarProxy.cs
- SemaphoreFullException.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- DataGridHeaderBorder.cs
- BaseContextMenu.cs
- MD5.cs
- ObjectKeyFrameCollection.cs
- AspNetSynchronizationContext.cs
- x509utils.cs
- TextLineResult.cs
- Events.cs
- Crc32Helper.cs
- OperatingSystem.cs
- SQLRoleProvider.cs
- XmlBufferReader.cs
- SafeThemeHandle.cs
- InternalEnumValidator.cs
- DelayedRegex.cs
- OAVariantLib.cs
- ComponentDesigner.cs
- ExpressionNode.cs
- ConsumerConnectionPoint.cs
- SerializationStore.cs
- WebPartConnectionsCloseVerb.cs
- CoreSwitches.cs
- IxmlLineInfo.cs
- TextServicesHost.cs
- ThreadInterruptedException.cs
- WindowPatternIdentifiers.cs
- ResponseBodyWriter.cs
- SQLBytesStorage.cs
- ComboBoxAutomationPeer.cs
- DelegateSerializationHolder.cs
- Control.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- DataGridAutoFormatDialog.cs
- DesignerHelpers.cs
- PackagingUtilities.cs
- UmAlQuraCalendar.cs
- Timer.cs
- ConfigurationLockCollection.cs