Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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;
///
///
/// [To be supplied.]
///
[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.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WebPartConnectionsEventArgs.cs
- XmlSerializableServices.cs
- TypeElement.cs
- ResourceWriter.cs
- XmlSchemaChoice.cs
- Polyline.cs
- FieldAccessException.cs
- SectionUpdates.cs
- WindowClosedEventArgs.cs
- SqlWebEventProvider.cs
- MobileErrorInfo.cs
- SspiNegotiationTokenProvider.cs
- DataPagerFieldCollection.cs
- ExpressionBinding.cs
- SelectedGridItemChangedEvent.cs
- _IPv6Address.cs
- DesignColumn.cs
- PersonalizationStateQuery.cs
- Cloud.cs
- XmlValueConverter.cs
- KnownAssemblyEntry.cs
- DiagnosticTraceSource.cs
- LinkDescriptor.cs
- OutputScopeManager.cs
- RegexFCD.cs
- BitmapMetadata.cs
- WebSysDefaultValueAttribute.cs
- HtmlTable.cs
- GCHandleCookieTable.cs
- DataGridRowAutomationPeer.cs
- WebPartVerb.cs
- MessageCredentialType.cs
- XPathDocumentBuilder.cs
- NullableLongMinMaxAggregationOperator.cs
- DispatcherHooks.cs
- PeerNameRecordCollection.cs
- ClientRuntimeConfig.cs
- UserPersonalizationStateInfo.cs
- FtpRequestCacheValidator.cs
- XmlSchemaIdentityConstraint.cs
- ReadOnlyCollectionBase.cs
- RenderData.cs
- XsltConvert.cs
- DynamicDiscoveryDocument.cs
- IntegerFacetDescriptionElement.cs
- PeerInvitationResponse.cs
- XmlImplementation.cs
- CheckoutException.cs
- Bitmap.cs
- AssemblyInfo.cs
- PageHandlerFactory.cs
- SamlSecurityTokenAuthenticator.cs
- ExecutionProperties.cs
- SafeArrayTypeMismatchException.cs
- RegistryKey.cs
- InvalidDataException.cs
- TextRenderer.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- CompressedStack.cs
- BitStack.cs
- WinEventHandler.cs
- ZipIOExtraFieldZip64Element.cs
- ReachPrintTicketSerializerAsync.cs
- InProcStateClientManager.cs
- IntSumAggregationOperator.cs
- _NativeSSPI.cs
- ClientConfigPaths.cs
- EntityDataSourceEntitySetNameItem.cs
- ValidationHelper.cs
- XhtmlConformanceSection.cs
- PngBitmapDecoder.cs
- CodeDirectiveCollection.cs
- Enlistment.cs
- CellPartitioner.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- AuthenticationModuleElement.cs
- sqlmetadatafactory.cs
- CorrelationService.cs
- PropertyChangingEventArgs.cs
- CLSCompliantAttribute.cs
- LinearGradientBrush.cs
- XmlNodeChangedEventArgs.cs
- RolePrincipal.cs
- StringFunctions.cs
- ReadOnlyHierarchicalDataSourceView.cs
- PropertyConverter.cs
- ReaderWriterLockWrapper.cs
- HttpDebugHandler.cs
- Permission.cs
- DecimalConstantAttribute.cs
- XPathMultyIterator.cs
- StandardCommands.cs
- ListViewUpdatedEventArgs.cs
- PropertyValueChangedEvent.cs
- BooleanExpr.cs
- OdbcInfoMessageEvent.cs
- HttpListenerContext.cs
- Screen.cs
- HttpHandler.cs