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
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- DiagnosticsConfiguration.cs
- Utils.cs
- FileNotFoundException.cs
- ClientEventManager.cs
- OleDbReferenceCollection.cs
- MenuTracker.cs
- TextProperties.cs
- BindingsCollection.cs
- XmlSchemaAnyAttribute.cs
- TreeNodeBindingCollection.cs
- TypefaceMap.cs
- RectangleConverter.cs
- BulletedListEventArgs.cs
- StoreItemCollection.cs
- PeerNameRecordCollection.cs
- TdsValueSetter.cs
- TextDecorationUnitValidation.cs
- AsyncResult.cs
- StringCollection.cs
- InheritanceAttribute.cs
- PageBreakRecord.cs
- SecurityTokenException.cs
- ObjectList.cs
- Nodes.cs
- MenuItem.cs
- CookieParameter.cs
- AgileSafeNativeMemoryHandle.cs
- ListViewUpdateEventArgs.cs
- TabletDevice.cs
- PropertyBuilder.cs
- UserMapPath.cs
- XmlDataSource.cs
- BamlResourceDeserializer.cs
- EditingCommands.cs
- SoapAttributeOverrides.cs
- StyleXamlTreeBuilder.cs
- Transform.cs
- FlowThrottle.cs
- WebServiceEndpoint.cs
- CompletionCallbackWrapper.cs
- TypeSystem.cs
- GeneralTransform3D.cs
- SqlNode.cs
- ProfessionalColors.cs
- SByte.cs
- VirtualizingPanel.cs
- GroupStyle.cs
- AuditLog.cs
- IndexingContentUnit.cs
- ClientType.cs
- AbstractSvcMapFileLoader.cs
- UInt64.cs
- EventLogLink.cs
- SessionSwitchEventArgs.cs
- IxmlLineInfo.cs
- TextParagraphCache.cs
- LongTypeConverter.cs
- Int16AnimationUsingKeyFrames.cs
- FormViewInsertEventArgs.cs
- JpegBitmapEncoder.cs
- BaseValidator.cs
- CodeGeneratorOptions.cs
- OrderedDictionary.cs
- PersonalizationAdministration.cs
- TreeBuilder.cs
- CachedTypeface.cs
- DbTypeMap.cs
- OdbcReferenceCollection.cs
- NativeMethods.cs
- SiteMapNodeItem.cs
- StrokeCollectionDefaultValueFactory.cs
- Crc32Helper.cs
- XmlReflectionImporter.cs
- TextParentUndoUnit.cs
- CallbackHandler.cs
- FixedDocumentPaginator.cs
- EventBuilder.cs
- InvalidComObjectException.cs
- ProxyHelper.cs
- ListGeneralPage.cs
- FilteredXmlReader.cs
- AuthenticationService.cs
- DataGridItemEventArgs.cs
- UnsafeNativeMethods.cs
- StreamingContext.cs
- CqlErrorHelper.cs
- PathTooLongException.cs
- ButtonDesigner.cs
- GPStream.cs
- TextTreeFixupNode.cs
- ComplexPropertyEntry.cs
- Util.cs
- DelegatingTypeDescriptionProvider.cs
- UDPClient.cs
- SendOperation.cs
- ReadOnlyCollection.cs
- _ConnectOverlappedAsyncResult.cs
- IndependentAnimationStorage.cs
- FormattedTextSymbols.cs