Code:
/ 4.0 / 4.0 / 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.] ///// 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
- MimeObjectFactory.cs
- PageAdapter.cs
- LocatorPart.cs
- Enum.cs
- HttpHandlerAction.cs
- PrimitiveType.cs
- LabelLiteral.cs
- JapaneseCalendar.cs
- ManipulationDevice.cs
- DiscreteKeyFrames.cs
- StorageComplexTypeMapping.cs
- newinstructionaction.cs
- ITreeGenerator.cs
- DataGridViewRowConverter.cs
- hresults.cs
- ElapsedEventArgs.cs
- TraceSection.cs
- TraceInternal.cs
- InProcStateClientManager.cs
- AsymmetricSignatureFormatter.cs
- TableRowsCollectionEditor.cs
- QuaternionRotation3D.cs
- StringBuilder.cs
- DynamicEntity.cs
- DynamicEntity.cs
- XmlCountingReader.cs
- MethodImplAttribute.cs
- ReadContentAsBinaryHelper.cs
- MachineKeyConverter.cs
- WebPartDeleteVerb.cs
- EditingMode.cs
- XmlFormatReaderGenerator.cs
- DynamicUpdateCommand.cs
- GlobalAclOperationRequirement.cs
- ViewManager.cs
- RequestStatusBarUpdateEventArgs.cs
- HtmlFormAdapter.cs
- DataGridViewRowHeaderCell.cs
- DoubleAnimation.cs
- PersistenceContextEnlistment.cs
- XmlAggregates.cs
- EmptyStringExpandableObjectConverter.cs
- InplaceBitmapMetadataWriter.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- WebBrowserNavigatingEventHandler.cs
- DataRecord.cs
- OlePropertyStructs.cs
- WinEventQueueItem.cs
- SecurityManager.cs
- UpdateRecord.cs
- httpserverutility.cs
- RuntimeConfig.cs
- DataGridViewCellPaintingEventArgs.cs
- BooleanAnimationBase.cs
- EmptyEnumerator.cs
- SystemException.cs
- PreloadedPackages.cs
- Interfaces.cs
- UnknownWrapper.cs
- SoapFormatExtensions.cs
- LayoutTableCell.cs
- peersecurityelement.cs
- HtmlLiteralTextAdapter.cs
- AccessControlEntry.cs
- ColumnWidthChangedEvent.cs
- Part.cs
- WebServiceErrorEvent.cs
- XmlDocumentFragment.cs
- Native.cs
- IntMinMaxAggregationOperator.cs
- serverconfig.cs
- XmlSchemaDocumentation.cs
- SurrogateSelector.cs
- GregorianCalendarHelper.cs
- PrimitiveCodeDomSerializer.cs
- InternalBufferManager.cs
- GraphicsContext.cs
- PixelShader.cs
- TagNameToTypeMapper.cs
- DesignerView.cs
- TabPanel.cs
- VisemeEventArgs.cs
- DataViewSettingCollection.cs
- ModelVisual3D.cs
- InternalDispatchObject.cs
- Exceptions.cs
- ConfigXmlSignificantWhitespace.cs
- ProvidersHelper.cs
- TextTreePropertyUndoUnit.cs
- PlatformCulture.cs
- TextMessageEncoder.cs
- ComEventsHelper.cs
- EnumUnknown.cs
- ActivityMarkupSerializer.cs
- MissingFieldException.cs
- SystemTcpStatistics.cs
- Attributes.cs
- PenCursorManager.cs
- Grid.cs
- FixedPageProcessor.cs