Code:
/ DotNET / DotNET / 8.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
- HttpWebResponse.cs
- EdmPropertyAttribute.cs
- StartUpEventArgs.cs
- ImageListStreamer.cs
- DataControlPagerLinkButton.cs
- SqlException.cs
- DateTimeConverter.cs
- DbgUtil.cs
- ApplicationProxyInternal.cs
- SetStoryboardSpeedRatio.cs
- XmlBinaryReader.cs
- InsufficientMemoryException.cs
- UnmanagedMemoryStream.cs
- SessionState.cs
- Int64.cs
- AxHostDesigner.cs
- ImageKeyConverter.cs
- HandlerBase.cs
- EdmItemCollection.cs
- ResourceDefaultValueAttribute.cs
- SqlUserDefinedAggregateAttribute.cs
- Configuration.cs
- LoginView.cs
- SrgsDocument.cs
- CollectionEditVerbManager.cs
- ShaderRenderModeValidation.cs
- ObjectSpanRewriter.cs
- ProxyGenerator.cs
- AutoGeneratedField.cs
- ComponentEditorPage.cs
- EdmItemCollection.cs
- TreeViewEvent.cs
- InstanceStore.cs
- GeneratedCodeAttribute.cs
- DataGridViewControlCollection.cs
- SeekStoryboard.cs
- RemoteWebConfigurationHost.cs
- figurelength.cs
- StandardBindingElement.cs
- RijndaelManaged.cs
- LocatorPart.cs
- SchemaElement.cs
- dtdvalidator.cs
- Page.cs
- ObservableCollection.cs
- safex509handles.cs
- XmlBufferedByteStreamReader.cs
- SqlDependencyUtils.cs
- TableLayoutPanelBehavior.cs
- RangeValuePattern.cs
- DescendantBaseQuery.cs
- SystemSounds.cs
- HostSecurityManager.cs
- MobileUserControl.cs
- CatalogPartChrome.cs
- TimeSpan.cs
- ServiceAppDomainAssociationProvider.cs
- DetailsViewInsertEventArgs.cs
- HexParser.cs
- ProviderConnectionPointCollection.cs
- MethodBody.cs
- ApplicationBuildProvider.cs
- SettingsPropertyWrongTypeException.cs
- ISO2022Encoding.cs
- DirectoryInfo.cs
- FormViewUpdatedEventArgs.cs
- HashHelper.cs
- ToolStripLocationCancelEventArgs.cs
- WindowsFormsHostPropertyMap.cs
- FileFormatException.cs
- NavigationExpr.cs
- OrCondition.cs
- DecoderExceptionFallback.cs
- XmlDataSourceNodeDescriptor.cs
- SQLInt64Storage.cs
- FullTrustAssembliesSection.cs
- arc.cs
- LicenseProviderAttribute.cs
- XmlWrappingReader.cs
- MemberProjectedSlot.cs
- DragEventArgs.cs
- TextSchema.cs
- XmlAnyElementAttribute.cs
- LocatorBase.cs
- StylusDevice.cs
- HebrewCalendar.cs
- SpnEndpointIdentityExtension.cs
- ListBoxChrome.cs
- COM2ExtendedBrowsingHandler.cs
- DetailsViewModeEventArgs.cs
- ContainerActivationHelper.cs
- StateItem.cs
- SmiContextFactory.cs
- MemberInfoSerializationHolder.cs
- SamlAuthenticationClaimResource.cs
- CultureTable.cs
- MatrixCamera.cs
- DataListCommandEventArgs.cs
- SequentialWorkflowHeaderFooter.cs
- TextSelectionHighlightLayer.cs