Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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. //------------------------------------------------------------------------------ //[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
- WizardForm.cs
- MarginCollapsingState.cs
- DbConnectionPoolCounters.cs
- ClientBuildManagerCallback.cs
- WindowsListViewScroll.cs
- StylusPointDescription.cs
- DataTableNameHandler.cs
- WebControl.cs
- SqlParameterizer.cs
- ListDesigner.cs
- FragmentNavigationEventArgs.cs
- OdbcConnectionString.cs
- InvokeAction.cs
- KeyedCollection.cs
- TextServicesCompartmentEventSink.cs
- InvalidCastException.cs
- WebPartHelpVerb.cs
- CompiledQueryCacheEntry.cs
- ClickablePoint.cs
- ProgressBarBrushConverter.cs
- Message.cs
- ContextMarshalException.cs
- UIElementParagraph.cs
- Pool.cs
- CreatingCookieEventArgs.cs
- Int32CollectionConverter.cs
- Panel.cs
- ISAPIWorkerRequest.cs
- EmptyImpersonationContext.cs
- TransformationRules.cs
- TextRangeEditLists.cs
- WebPageTraceListener.cs
- KeyInterop.cs
- XmlSchemaInclude.cs
- DesignerVerbCollection.cs
- SapiGrammar.cs
- ValidatingPropertiesEventArgs.cs
- Bidi.cs
- FontStretch.cs
- ObjectParameter.cs
- RightsManagementPermission.cs
- CharacterHit.cs
- XhtmlBasicPhoneCallAdapter.cs
- RewritingSimplifier.cs
- PreloadedPackages.cs
- HttpProfileBase.cs
- DeviceContext2.cs
- StaticFileHandler.cs
- TreeBuilder.cs
- EventListener.cs
- PackWebRequest.cs
- MobileResource.cs
- ApplicationDirectory.cs
- XmlSchemaExternal.cs
- ConsumerConnectionPoint.cs
- Validator.cs
- ContainerParaClient.cs
- WebBrowserEvent.cs
- SafeSecurityHandles.cs
- WindowsUpDown.cs
- ReachDocumentReferenceCollectionSerializerAsync.cs
- ProtocolViolationException.cs
- TextSegment.cs
- QueryOutputWriterV1.cs
- CollectionViewProxy.cs
- SigningCredentials.cs
- ChangesetResponse.cs
- XmlSchemaObjectCollection.cs
- ExpressionEditorAttribute.cs
- DefaultPropertyAttribute.cs
- FlowDocumentPage.cs
- CmsInterop.cs
- RadioButtonList.cs
- CorrelationService.cs
- InstanceCollisionException.cs
- KeyNotFoundException.cs
- CodeTryCatchFinallyStatement.cs
- OrthographicCamera.cs
- DataMisalignedException.cs
- CryptoStream.cs
- TargetControlTypeAttribute.cs
- XmlILStorageConverter.cs
- ToolBar.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- Verify.cs
- OdbcUtils.cs
- TripleDES.cs
- ByteStorage.cs
- XmlSecureResolver.cs
- Cursor.cs
- TransactionChannelFactory.cs
- DbConnectionPoolGroupProviderInfo.cs
- SchemaExporter.cs
- DataViewListener.cs
- CustomBinding.cs
- ResXBuildProvider.cs
- AccessDataSource.cs
- WebColorConverter.cs
- VisualTreeHelper.cs
- SignedXml.cs