Code:
/ FX-1434 / FX-1434 / 1.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
- WindowsListBox.cs
- CDSCollectionETWBCLProvider.cs
- Size.cs
- CommandConverter.cs
- UnitControl.cs
- StackBuilderSink.cs
- DataContractSerializerOperationBehavior.cs
- KnownBoxes.cs
- PageCatalogPart.cs
- RemoteWebConfigurationHost.cs
- BitmapEffectRenderDataResource.cs
- DataIdProcessor.cs
- SQLRoleProvider.cs
- SafeRightsManagementHandle.cs
- DynamicDataResources.Designer.cs
- BulletDecorator.cs
- FileDialogCustomPlaces.cs
- Vars.cs
- CompareValidator.cs
- CodeAttachEventStatement.cs
- MergeFailedEvent.cs
- XmlSecureResolver.cs
- DesignerView.Commands.cs
- IsolatedStoragePermission.cs
- SiteMapPath.cs
- EditingCommands.cs
- TrustLevelCollection.cs
- VBCodeProvider.cs
- DynamicEntity.cs
- SamlConstants.cs
- ControlBuilderAttribute.cs
- WindowsFormsSectionHandler.cs
- DataSourceCache.cs
- SchemaNotation.cs
- ToolStripButton.cs
- XmlTextReader.cs
- LambdaCompiler.Binary.cs
- SqlTypeConverter.cs
- HwndAppCommandInputProvider.cs
- FlowDocumentReaderAutomationPeer.cs
- StringAnimationBase.cs
- LoadGrammarCompletedEventArgs.cs
- SystemNetworkInterface.cs
- HttpFileCollection.cs
- ManagementNamedValueCollection.cs
- CacheChildrenQuery.cs
- DisplayMemberTemplateSelector.cs
- DesignerTextBoxAdapter.cs
- EventHandlersStore.cs
- InsufficientMemoryException.cs
- AppDomain.cs
- RoleManagerSection.cs
- LocalTransaction.cs
- activationcontext.cs
- Help.cs
- BuildResult.cs
- StretchValidation.cs
- NameValueCollection.cs
- RoleGroup.cs
- FileRecordSequence.cs
- TheQuery.cs
- RedistVersionInfo.cs
- SymbolEqualComparer.cs
- XPathDocumentNavigator.cs
- cookie.cs
- OdbcFactory.cs
- ExpressionBinding.cs
- UriParserTemplates.cs
- Selector.cs
- DependencyPropertyKey.cs
- ScrollChrome.cs
- Vector3D.cs
- WpfKnownMember.cs
- HostingEnvironmentSection.cs
- BaseAutoFormat.cs
- DataRelationCollection.cs
- ProfileService.cs
- LongTypeConverter.cs
- DbTransaction.cs
- Keywords.cs
- OdbcRowUpdatingEvent.cs
- RsaKeyIdentifierClause.cs
- TabControlEvent.cs
- MemberPath.cs
- basecomparevalidator.cs
- PolygonHotSpot.cs
- CompilerWrapper.cs
- ListControlConvertEventArgs.cs
- SafeHandles.cs
- CompilerInfo.cs
- SqlConnectionString.cs
- RemoteCryptoSignHashRequest.cs
- ServiceModelEnhancedConfigurationElementCollection.cs
- XamlStyleSerializer.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- ColumnMapCopier.cs
- DesignerEditorPartChrome.cs
- _SslSessionsCache.cs
- BitArray.cs
- BitmapEncoder.cs