Code:
/ 4.0 / 4.0 / untmp / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OdbcConnectionOpen.cs
- ProgressBarAutomationPeer.cs
- WindowsImpersonationContext.cs
- XmlTextWriter.cs
- SiteMapDataSourceView.cs
- GeometryDrawing.cs
- RangeBaseAutomationPeer.cs
- OleCmdHelper.cs
- InkPresenterAutomationPeer.cs
- ConvertEvent.cs
- IItemProperties.cs
- StatusBarPanelClickEvent.cs
- RightsManagementPermission.cs
- HtmlLink.cs
- SqlExpressionNullability.cs
- JsonReaderWriterFactory.cs
- SimpleBitVector32.cs
- ServicePerformanceCounters.cs
- DynamicActionMessageFilter.cs
- EntitySqlQueryState.cs
- DynamicDataRouteHandler.cs
- sqlmetadatafactory.cs
- DbProviderServices.cs
- ActivityStateRecord.cs
- XmlSerializerVersionAttribute.cs
- IpcClientChannel.cs
- TogglePattern.cs
- TrustSection.cs
- DataGridColumnHeadersPresenterAutomationPeer.cs
- PolicyFactory.cs
- SSmlParser.cs
- CodeTypeDelegate.cs
- HealthMonitoringSectionHelper.cs
- VBIdentifierTrimConverter.cs
- ObjectParameterCollection.cs
- Mapping.cs
- MethodRental.cs
- ProtocolsConfiguration.cs
- XmlReaderSettings.cs
- UrlPath.cs
- XamlValidatingReader.cs
- SQLInt32.cs
- BinaryCommonClasses.cs
- BatchParser.cs
- XmlSchemaAll.cs
- LinkUtilities.cs
- ServiceHostFactory.cs
- PointCollection.cs
- ClientScriptManager.cs
- FontStretch.cs
- ShaderEffect.cs
- TypeConvertions.cs
- DataExpression.cs
- ExtentKey.cs
- DbBuffer.cs
- CultureTableRecord.cs
- ClassDataContract.cs
- CharacterBuffer.cs
- MultiSelector.cs
- _TransmitFileOverlappedAsyncResult.cs
- WriteFileContext.cs
- TimelineCollection.cs
- BooleanToVisibilityConverter.cs
- ScaleTransform3D.cs
- EventLogEntry.cs
- StateItem.cs
- Int32.cs
- ClientTarget.cs
- XomlCompilerError.cs
- Literal.cs
- ResourceReferenceExpressionConverter.cs
- AccessKeyManager.cs
- SqlCachedBuffer.cs
- ItemChangedEventArgs.cs
- RelationshipConstraintValidator.cs
- QilLiteral.cs
- LicenseProviderAttribute.cs
- HashMembershipCondition.cs
- SelectionGlyph.cs
- VoiceInfo.cs
- DateTimeFormatInfo.cs
- Rotation3D.cs
- _ConnectionGroup.cs
- NativeMethodsCLR.cs
- StrokeIntersection.cs
- PerformanceCounter.cs
- VScrollProperties.cs
- WorkflowPrinting.cs
- HttpApplicationStateWrapper.cs
- CompilerInfo.cs
- LayoutEvent.cs
- StyleSheet.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- ResourceManager.cs
- CodeAttachEventStatement.cs
- DataListItemCollection.cs
- KerberosTicketHashIdentifierClause.cs
- UdpSocketReceiveManager.cs
- RSAPKCS1SignatureDeformatter.cs
- EventRoute.cs