Code:
/ DotNET / DotNET / 8.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; ////// /// [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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- KnownIds.cs
- RegexCode.cs
- TypeSystem.cs
- PopOutPanel.cs
- ProjectionPlanCompiler.cs
- MonitoringDescriptionAttribute.cs
- IndexedEnumerable.cs
- RSAOAEPKeyExchangeFormatter.cs
- ToolStripItemDesigner.cs
- DataObject.cs
- LocatorManager.cs
- ErrorTableItemStyle.cs
- HotSpot.cs
- PrintPageEvent.cs
- XPathNodeIterator.cs
- PrimitiveDataContract.cs
- EventLogQuery.cs
- FontDriver.cs
- FileNotFoundException.cs
- ConstraintManager.cs
- SqlXml.cs
- formatstringdialog.cs
- SmiEventSink_Default.cs
- WizardSideBarListControlItemEventArgs.cs
- OperationAbortedException.cs
- COM2ExtendedUITypeEditor.cs
- AccessDataSource.cs
- SqlUtils.cs
- EditBehavior.cs
- ReflectionUtil.cs
- GradientSpreadMethodValidation.cs
- Tool.cs
- SkewTransform.cs
- ConfigurationManagerInternalFactory.cs
- Avt.cs
- SplitterEvent.cs
- SemaphoreFullException.cs
- ConnectionProviderAttribute.cs
- SmtpDateTime.cs
- AssociationSetMetadata.cs
- GridViewEditEventArgs.cs
- AsyncResult.cs
- ZoomPercentageConverter.cs
- IsolatedStorageFile.cs
- SqlParameterizer.cs
- CharUnicodeInfo.cs
- OdbcCommand.cs
- DashStyle.cs
- PartitionedDataSource.cs
- NullRuntimeConfig.cs
- EntityTypeEmitter.cs
- DrawingCollection.cs
- HttpStreamMessageEncoderFactory.cs
- HttpRuntime.cs
- DataPagerField.cs
- SqlDelegatedTransaction.cs
- PropertyGeneratedEventArgs.cs
- SelectionEditor.cs
- FileDataSourceCache.cs
- ManualResetEvent.cs
- PropertyTabChangedEvent.cs
- RTTrackingProfile.cs
- EncryptedXml.cs
- MetadataPropertyvalue.cs
- DataControlPagerLinkButton.cs
- SchemaEntity.cs
- WindowsListView.cs
- TraceUtility.cs
- NegationPusher.cs
- HttpPostProtocolImporter.cs
- SettingsPropertyValueCollection.cs
- CaretElement.cs
- XmlSchemaFacet.cs
- externdll.cs
- ToolStripOverflow.cs
- DataTemplateKey.cs
- _WebProxyDataBuilder.cs
- InputBindingCollection.cs
- TreeNodeStyleCollection.cs
- TimeSpanSecondsConverter.cs
- PackagePartCollection.cs
- IndexedString.cs
- ConnectionManager.cs
- WebPageTraceListener.cs
- SecurityContext.cs
- ipaddressinformationcollection.cs
- XPathParser.cs
- Dynamic.cs
- SourceSwitch.cs
- X509ChainElement.cs
- TrackingStringDictionary.cs
- ImageAttributes.cs
- DesignTimeData.cs
- XmlSchemaExporter.cs
- SwitchAttribute.cs
- AdornerDecorator.cs
- WebZone.cs
- VariableAction.cs
- DataGridColumnHeaderCollection.cs
- MessageDecoder.cs