Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- RichTextBoxDesigner.cs
- DataQuery.cs
- WebException.cs
- FloaterBaseParagraph.cs
- ListViewDeletedEventArgs.cs
- SourceSwitch.cs
- FontEmbeddingManager.cs
- ComboBoxRenderer.cs
- RC2CryptoServiceProvider.cs
- ImageDrawing.cs
- ServiceModelEnhancedConfigurationElementCollection.cs
- IxmlLineInfo.cs
- MetadataArtifactLoaderResource.cs
- IsolatedStorageSecurityState.cs
- ServiceBehaviorElementCollection.cs
- ManualWorkflowSchedulerService.cs
- ToolStripGripRenderEventArgs.cs
- SoapIgnoreAttribute.cs
- _UriTypeConverter.cs
- ErrorStyle.cs
- OdbcConnectionOpen.cs
- InkPresenterAutomationPeer.cs
- ObjectDataProvider.cs
- NativeCompoundFileAPIs.cs
- HandleValueEditor.cs
- RegistryPermission.cs
- MultipartContentParser.cs
- CodeTypeReferenceCollection.cs
- OperationValidationEventArgs.cs
- ThicknessAnimationUsingKeyFrames.cs
- PointConverter.cs
- QueryResponse.cs
- ChannelTerminatedException.cs
- StateChangeEvent.cs
- StorageModelBuildProvider.cs
- PromptBuilder.cs
- CodeDelegateCreateExpression.cs
- FormViewCommandEventArgs.cs
- BoolExpression.cs
- ColorConverter.cs
- TemplatedEditableDesignerRegion.cs
- Script.cs
- WebExceptionStatus.cs
- ObjectHandle.cs
- CategoryGridEntry.cs
- ColumnResizeAdorner.cs
- GridViewColumnCollectionChangedEventArgs.cs
- MetadataPropertyAttribute.cs
- SynchronizedChannelCollection.cs
- SafeIUnknown.cs
- XamlWriter.cs
- SafeNativeMethods.cs
- IIS7UserPrincipal.cs
- TableCellsCollectionEditor.cs
- LicenseProviderAttribute.cs
- XPathNodeHelper.cs
- CommonDialog.cs
- TypeConverterAttribute.cs
- TraceHandler.cs
- CurrentTimeZone.cs
- XmlParserContext.cs
- CultureInfoConverter.cs
- JsonGlobals.cs
- IsolatedStorageFile.cs
- XPathParser.cs
- CacheOutputQuery.cs
- OracleException.cs
- StateMachineSubscriptionManager.cs
- MetaColumn.cs
- SimpleTypeResolver.cs
- DataSourceSelectArguments.cs
- validation.cs
- Console.cs
- TrackBar.cs
- ObjectDataSource.cs
- RichTextBox.cs
- PolicyChain.cs
- EditorAttribute.cs
- ReceiveSecurityHeaderElementManager.cs
- QuaternionValueSerializer.cs
- WhitespaceSignificantCollectionAttribute.cs
- CryptoConfig.cs
- TextEditorCopyPaste.cs
- AnimationLayer.cs
- DataControlButton.cs
- Paragraph.cs
- CodeAssignStatement.cs
- ProfessionalColorTable.cs
- UrlRoutingModule.cs
- XpsFont.cs
- HttpListenerResponse.cs
- PageBuildProvider.cs
- TableRow.cs
- TransformerTypeCollection.cs
- RijndaelManaged.cs
- EntityStoreSchemaFilterEntry.cs
- BuiltInPermissionSets.cs
- sortedlist.cs
- MappedMetaModel.cs
- SchemaReference.cs